Uses of Interface
com.bbn.openmap.proj.ProjectionLoader

Packages that use ProjectionLoader
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   
 

Uses of ProjectionLoader in com.bbn.openmap.gui.menu
 

Method parameters in com.bbn.openmap.gui.menu with type arguments of type ProjectionLoader
 void ProjectionMenu.configure(java.util.List<ProjectionLoader> loaders)
           
 

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 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
           
 

Fields in com.bbn.openmap.proj declared as ProjectionLoader
static ProjectionLoader MercatorLoader.defaultMercator
           
 

Fields in com.bbn.openmap.proj with type parameters of type ProjectionLoader
protected  java.util.Vector<ProjectionLoader> ProjectionFactory.projLoaders
           
 

Methods in com.bbn.openmap.proj that return types with arguments of type ProjectionLoader
 java.util.Collection<ProjectionLoader> ProjectionFactory.getProjectionLoaders()
           
 java.util.Iterator<ProjectionLoader> ProjectionFactory.iterator()
           
 

Methods in com.bbn.openmap.proj with parameters of type ProjectionLoader
 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)
           
 

Uses of ProjectionLoader in com.bbn.openmap.proj.coords
 

Methods in com.bbn.openmap.proj.coords that return ProjectionLoader
protected  ProjectionLoader CoordinateReferenceSystem.projectionLoader()
           
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details