Uses of Class
com.bbn.openmap.proj.Proj

Packages that use Proj
com.bbn.openmap The com.bbn.openmap package contains the core OpenMap classes. 
com.bbn.openmap.gui This package contains the main OpenMap Swing GUI components. 
com.bbn.openmap.image This package has classes that provide image creation and manipulation capabilities. 
com.bbn.openmap.proj Provides projection classes. 
 

Uses of Proj in com.bbn.openmap
 

Fields in com.bbn.openmap declared as Proj
protected  Proj MapBean.projection
           
 

Uses of Proj in com.bbn.openmap.gui
 

Fields in com.bbn.openmap.gui declared as Proj
protected  Proj OverviewMapHandler.projection
          The projection of the overview map bean.
 

Methods in com.bbn.openmap.gui that return Proj
 Proj OverviewMapHandler.getProjection()
          Get the current projection of the overview MapBean.
 

Methods in com.bbn.openmap.gui with parameters of type Proj
 void OverviewMapHandler.setProjection(Proj proj)
          Set the projection of the overview MapBean.
 

Uses of Proj in com.bbn.openmap.image
 

Fields in com.bbn.openmap.image declared as Proj
 Proj ImageMaster.ImageMasterHelper.proj
           
 

Methods in com.bbn.openmap.image that return Proj
static Proj ImageServerUtils.createOMProjection(java.util.Properties props, Projection defaultProj)
          Create an OpenMap projection from the values stored in a Properties object.
 

Uses of Proj in com.bbn.openmap.proj
 

Subclasses of Proj in com.bbn.openmap.proj
 class Azimuth
          Base of all azimuthal projections.
 class CADRG
          Implements the CADRG projection.
 class Conic
          Base of all conic projections.
 class Cylindrical
          Base of all cylindrical projections.
 class Gnomonic
          Implements the Gnomonic projection.
 class LambertConformal
          Implements the LambertConformalConic projection.
 class LambertConformalConic
          Implements the LambertConformalConic projection.
 class LLXY
          Implements the LLXY projection, which is basically something where the lat/lon and pixel ratios are the same.
 class LLXYView
          Implements the LLXY projection.
 class MassStatePlane
          Implements the MassStatePlane projection.
 class Mercator
          Implements the Mercator projection.
 class MercatorView
          Implements the MercatorView projection.
 class Orthographic
          Implements the Orthographic projection.
 class OrthographicView
          Implements the OrthographicView projection.
 



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