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

Packages that use GeoProj
com.bbn.openmap.omGraphics Provides geographically based graphics classes. 
com.bbn.openmap.proj Provides projection classes. 
com.bbn.openmap.proj.coords   
 

Uses of GeoProj in com.bbn.openmap.omGraphics
 

Methods in com.bbn.openmap.omGraphics with parameters of type GeoProj
protected  java.util.ArrayList<float[]> OMArc.getCoordLists(GeoProj proj, LatLonPoint center, double radius, int nverts)
          An internal method designed to fetch the ArrayList for LATLON OMArcs.
protected  java.util.ArrayList<float[]> OMCircle.getCoordLists(GeoProj proj, LatLonPoint center, float radius, int nverts)
          An internal method designed to fetch the ArrayList for LATLON OMCircles.
 

Uses of GeoProj in com.bbn.openmap.proj
 

Subclasses of GeoProj 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 DatumShiftProjection
          This projection wraps another projection and adds datum handling.
 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 Mercator
          Implements the Mercator projection.
 class Orthographic
          Implements the Orthographic 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 GeoProj
AspectRatioProjection(GeoProj proj, int w, int h)
          Constructor that takes a projection and the new width/height.
DatumShiftProjection(GeoProj proj, DatumShiftGCT datum)
           
 

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

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

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



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