Uses of Package
com.metsci.glimpse.util.geo.projection

Packages that use com.metsci.glimpse.util.geo.projection
com.metsci.glimpse.axis.painter.label Helper classes used by axis painters to arrange tick marks and format tick and axis labels. 
com.metsci.glimpse.charts.bathy The bathymetry package defines utility classes for reading bathymetric data in various formats. 
com.metsci.glimpse.charts.raster Data structures and data IO utilities for displaying ENC raster images. 
com.metsci.glimpse.charts.shoreline Data structures and data IO utilities for display land polygon outlines. 
com.metsci.glimpse.charts.vector Data structures and data IO utilities for parsing ENC and DNC navigation charts and displaying them as vector data. 
com.metsci.glimpse.charts.vector.display   
com.metsci.glimpse.charts.vector.display.examplesupport   
com.metsci.glimpse.charts.vector.painter   
com.metsci.glimpse.examples.charts.dnc   
com.metsci.glimpse.examples.charts.enc   
com.metsci.glimpse.painter.geo Painters which draw plot elements for creating geographic display. 
com.metsci.glimpse.plot Prefabricated arrangements of GlimpseLayouts and GlimpsePainters with convenience methods for performing common data visualization tasks. 
com.metsci.glimpse.support.projection Provides projections which deform rectangular data blocks stored as textures into data coordinates. 
com.metsci.glimpse.util.geo.projection   
 

Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.axis.painter.label
GeoProjection
          Interface for projections from LatLonGeo to two coordinates (x, y).
 

Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.charts.bathy
GeoProjection
          Interface for projections from LatLonGeo to two coordinates (x, y).
 

Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.charts.raster
GeoProjection
          Interface for projections from LatLonGeo to two coordinates (x, y).
 

Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.charts.shoreline
GeoProjection
          Interface for projections from LatLonGeo to two coordinates (x, y).
 

Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.charts.vector
GeoProjection
          Interface for projections from LatLonGeo to two coordinates (x, y).
KinematicVector2d
          Represents kinematic state (position and velocity) within a two coordinate projection of the surface of the Earth (GeoProjection).
 

Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.charts.vector.display
GeoProjection
          Interface for projections from LatLonGeo to two coordinates (x, y).
 

Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.charts.vector.display.examplesupport
GeoProjection
          Interface for projections from LatLonGeo to two coordinates (x, y).
 

Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.charts.vector.painter
GeoProjection
          Interface for projections from LatLonGeo to two coordinates (x, y).
 

Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.examples.charts.dnc
GeoProjection
          Interface for projections from LatLonGeo to two coordinates (x, y).
 

Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.examples.charts.enc
GeoProjection
          Interface for projections from LatLonGeo to two coordinates (x, y).
 

Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.painter.geo
GeoProjection
          Interface for projections from LatLonGeo to two coordinates (x, y).
 

Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.plot
GeoProjection
          Interface for projections from LatLonGeo to two coordinates (x, y).
 

Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.support.projection
GeoProjection
          Interface for projections from LatLonGeo to two coordinates (x, y).
TangentPlane
          Implementation of GeoProjection via a plane which is tangent to the Earth and maps x, y coordinates on the plane to/from lat/lon pairs.
 

Classes in com.metsci.glimpse.util.geo.projection used by com.metsci.glimpse.util.geo.projection
GeoProjection
          Interface for projections from LatLonGeo to two coordinates (x, y).
KinematicVector2d
          Represents kinematic state (position and velocity) within a two coordinate projection of the surface of the Earth (GeoProjection).
 



Copyright © 2012 Metron, Inc.. All Rights Reserved.