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. 
com.bbn.openmap.proj.coords   
 

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 AspectRatioProjection
          A Projection that wraps another projection, but stretch the image to another aspect ratio.
 class Azimuth
          Base of all azimuthal projections.
 class CADRG
          Implements the CADRG projection.
 class Cylindrical
          Base of all cylindrical projections.
 class Gnomonic
          Implements the Gnomonic projection.
 class LambertConformal
          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 Mercator
          Implements the Mercator projection.
 class MercatorView
          Implements the MercatorView projection.
 class Orthographic
          Implements the Orthographic projection.
 class OrthographicView
          Implements the OrthographicView projection.
 class UTMProjection
          A OpenMap Projection class that uses the UTMPoint to do its calculation.
 

Constructors in com.bbn.openmap.proj with parameters of type Proj
AspectRatioProjection(Proj proj, int w, int h)
          Constructor that takes a projection and the new width/height.
 

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

Methods in com.bbn.openmap.proj.coords that return Proj
 Proj CoordinateReferenceSystem.createProjection(java.util.Properties overrideProjectionParameters)
           
 

Methods in com.bbn.openmap.proj.coords with parameters of type Proj
 void CoordinateReferenceSystem.prepareProjection(Proj proj)
           
 



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