Package gistoolkit.projection

Interface Summary
EditableProjection Allows the user interface to edit the properties of a particular projection.
Ellipsoid Class to contain the parameters associated with an elipsoid used in modeling the lat long measurements of the earth.
EllipsoidProjection Interface to allow the conversion routine to convert from one projection bassed on one ellipsoid to another bassed on a different ellipsoid automatically.
Projection Represents and performs a projection.
 

Class Summary
AlbersEqualAreaProjection Projects to the Albers Equal Area Projection.
AlbersEqualAreaProjectionPanel Allows the user to edit the properties of an AlbersEqualAreaProjection.
BritishNationalGridProjection  
ImageProjector Projects an image from one projection to another.
LambertConicConformalProjection A conformal conic projection.
LambertConicConformalProjectionPanel Allows the user to edit the attributes of a projection.
NoProjection Does no projection, just displays the data in the projection it currently has.
NoProjectionPanel Allows the user to select the type of Ellipsoid for a no projection projection.
ProjectionPanel Abstract Class to allow projections to generate GUI interfaces for editing just them.
ShapeProjector Projects the shape in the given direction.
SimpleProjection Used for handling general things like lat oragin, long oragin, and elipsoid.
SimpleProjectionPanel Handles the inputing of the basic information associated with a simple projection.
TransversMercatorProjection Performs a Transvers Mercator projection from Latitude Longitude to UTM or so.
UniversalTransverseMercatorProjection A projection used for converting from a WGS84 to UTM in a particular zone.
UniversalTransverseMercatorProjectionPanel Panel for editing the Universal Transverse Mercator Projection.