Package | Description |
---|---|
com.bbn.openmap.gui.menu |
This package contains OpenMap Swing GUI components that can be used in
menus.
|
com.bbn.openmap.proj |
Provides projection classes.
|
com.bbn.openmap.proj.coords |
Modifier and Type | Method and Description |
---|---|
void |
ProjectionMenu.configure(java.util.List<ProjectionLoader> loaders) |
Modifier and Type | Class and Description |
---|---|
class |
BasicProjectionLoader
The BasicProjectionLoader is a base implementation of the
ProjectionLoader interface that conveniently handles the
PropertyConsumer methods for the ProjectionLoader.
|
class |
CADRGLoader
ProjectionLoader to add the CADRG projection to an OpenMap
application.
|
class |
CartesianLoader
ProjectionLoader to add the Cartesian projection to an OpenMap application.
|
class |
GnomonicLoader
ProjectionLoader to add the Gnomonic projection to an OpenMap
application.
|
class |
LambertConformalLoader
ProjectionLoader to add the LambertConformal projection to an
OpenMap application.
|
class |
LLXYLoader
ProjectionLoader to add the LLXY projection to an OpenMap application.
|
class |
MercatorLoader
ProjectionLoader to add the Mercator projection to an OpenMap
application.
|
class |
OrthographicLoader
ProjectionLoader to add the Orthographic projection to an OpenMap
application.
|
class |
UTMProjectionLoader |
Modifier and Type | Field and Description |
---|---|
static ProjectionLoader |
MercatorLoader.defaultMercator |
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector<ProjectionLoader> |
ProjectionFactory.projLoaders |
Modifier and Type | Method and Description |
---|---|
java.util.Collection<ProjectionLoader> |
ProjectionFactory.getProjectionLoaders() |
java.util.Iterator<ProjectionLoader> |
ProjectionFactory.iterator() |
Modifier and Type | Method and Description |
---|---|
void |
ProjectionFactory.addProjectionLoader(ProjectionLoader loader) |
Projection |
ProjectionFactory.makeProjection(ProjectionLoader loader,
java.awt.geom.Point2D center,
float scale,
int width,
int height)
Call the provided ProjectionLoader to create the projection with the
given parameters.
|
Projection |
ProjectionFactory.makeProjection(ProjectionLoader loader,
java.awt.geom.Point2D center,
float scale,
int width,
int height,
java.util.Properties projProps)
Call the provided ProjectionLoader to create the projection with the
given parameters.
|
boolean |
ProjectionFactory.removeProjectionLoader(ProjectionLoader loader) |
Modifier and Type | Method and Description |
---|---|
protected ProjectionLoader |
CoordinateReferenceSystem.projectionLoader() |
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details