|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ProjectionLoader | |
com.bbn.openmap.proj | Provides projection classes. |
Uses of ProjectionLoader in com.bbn.openmap.proj |
Classes in com.bbn.openmap.proj that implement ProjectionLoader | |
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 |
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. |
Fields in com.bbn.openmap.proj declared as ProjectionLoader | |
static ProjectionLoader |
MercatorLoader.defaultMercator
|
Methods in com.bbn.openmap.proj with parameters of type ProjectionLoader | |
Projection |
ProjectionFactory.makeProjection(ProjectionLoader loader,
float centerLat,
float centerLon,
float scale,
int width,
int height)
Call the provided ProjectionLoader to create the projection with the given parameters. |
Projection |
ProjectionFactory.makeProjection(ProjectionLoader loader,
float centerLat,
float centerLon,
float scale,
int width,
int height,
java.util.Properties projProps)
Call the provided ProjectionLoader to create the projection with the given parameters. |
void |
ProjectionFactory.addProjectionLoader(ProjectionLoader loader)
|
boolean |
ProjectionFactory.removeProjectionLoader(ProjectionLoader loader)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |