See: Description
Interface | Description |
---|---|
ProjectionConstants |
The
ProjectionConstants class is an interface
that hold various map projection constants, including
projection indices and names. |
SpheroidConstants |
The
SpheroidConstants class is an interface that
hold various earth spheroid constants, including spheroid
index, names, and semi-major / semi-minor axes sizes. |
Class | Description |
---|---|
AlaskaConformalProjection |
The
AlaskaConformalProjection class performs
Alaska Conformal map projection calculations. |
AlbersConicalEqualAreaProjection |
The
AlbersConicalEqualAreaProjection class performs
Albers Conical Equal Area map projection calculations. |
AzimuthalEquidistantProjection |
The
AzimuthalEquidistantProjection class performs
Azimuthal Equidistant map projection calculations. |
CDMGridMappedProjection |
The
CDMGridMappedProjection class wraps a Java NetCDF
CDM projection and allows access to transform calculations through the
standard EarthTransform interface. |
DataProjection |
The
DataProjection class implements earth transform
calculations for data coordinates with explicit latitude and
longitude data. |
Datum |
A
Datum holds a geodetic datum name, spheroid name,
spheroid parameters, and WGS84-relative datum transformation
parameters. |
DatumFactory |
The
DatumFactory class creates geodetic
Datum objects corresponding to various spheroid
codes. |
EarthTransform |
The earth transform class translates between data coordinates and
geographic coordinates in latitude and longitude degrees.
|
EarthTransform2D |
The
EarthTransform2D class adds extra functionality to
its super class common to two-dimensional earth transforms. |
EllipsoidPerspectiveProjection |
The
EllipsoidPerspectiveProjection class simulates the
earth view that a theoretical satellite would have from orbit. |
EquidistantConicProjection |
The
EquidistantConicProjection class performs
Equidistant Conic map projection calculations. |
EquirectangularProjection |
The
EquirectangularProjection class performs
Equirectangular map projection calculations. |
GCTPCStyleProjection |
The
GCTPCStyleProjection class provides method signatures
that correspond directly with the GCTPC code modules for ease of converting
GCTPC code to Java. |
GCTPProjection | Deprecated
The native methods of GCTP are no longer supported.
|
GCTPStyleProjection |
The
GCTPStyleProjection class provides various static
constants and functions for classes that perform GCTP style
projection computations. |
GeneralVerticalNearsidePerspectiveProjection |
The
GeneralVerticalNearsidePerspectiveProjection class performs
General Vertical Nearside Perspective map projection calculations. |
GeographicProjection |
The
GeographicProjection class performs
Geographic map projection calculations. |
GeoVectorProjection |
The
GeoVectorProjection class uses arrays of latitude
and longitude data to transform coordinates. |
GnomonicProjection |
The
GnomonicProjection class performs
Gnomonic map projection calculations. |
HammerProjection |
The
HammerProjection class performs
Hammer map projection calculations. |
HotineObliqueMercatorProjection |
The
HotineObliqueMercatorProjection class performs
Hotine Oblique Mercator map projection calculations. |
InterruptedGoodeHomolosineProjection |
The
InterruptedGoodeHomolosineProjection class performs
Interrupted Goode Homolosine map projection calculations. |
InterruptedMollweideProjection |
The
InterruptedMollweideProjection class performs
Interrupted Mollweide map projection calculations. |
LambertAzimuthalEqualAreaProjection |
The
LambertAzimuthalEqualAreaProjection class performs
Lambert Azimuthal Equal Area map projection calculations. |
LambertConformalConicProjection |
The
LambertConformalConicProjection class performs
Lambert Conformal Conic map projection calculations. |
MapProjection |
The
MapProjection class is the abstract parent of
all map projections that implement coordinate conversions for
the projection systems listed in ProjectionConstants . |
MapProjectionFactory |
The
MapProjectionFactory class creates instances
of map projections. |
MercatorProjection |
The
MercatorProjection class performs
Mercator map projection calculations. |
MillerCylindricalProjection |
The
MillerCylindricalProjection class performs
Miller Cylindrical map projection calculations. |
MollweideProjection |
The
MollweideProjection class performs
Mollweide map projection calculations. |
OblatedEqualAreaProjection |
The
OblatedEqualAreaProjection class performs
Oblated Equal Area map projection calculations. |
OrthographicProjection |
The
OrthographicProjection class performs
Orthographic map projection calculations. |
PolarStereographicProjection |
The
PolarStereographicProjection class performs
Polar Stereographic map projection calculations. |
PolyconicProjection |
The
PolyconicProjection class performs
Polyconic map projection calculations. |
RobinsonProjection |
The
RobinsonProjection class performs
Robinson map projection calculations. |
SensorScanProjection |
The
SensorScanProjection is used to provide Earth
transform calculations for various types of satellite sensors that
cannot be represented by one of the standard map projections. |
SensorScanProjectionFactory |
The
SensorScanProjectionFactory is used to generate
SensorScanProjection objects. |
SinusoidalProjection |
The
SinusoidalProjection class performs
Sinusoidal map projection calculations. |
SpaceObliqueMercatorProjection |
The
SpaceObliqueMercatorProjection class performs
Space Oblique Mercator map projection calculations. |
StatePlaneProjection |
The
StatePlaneProjection class performs
State Plane map projection calculations. |
StereographicProjection |
The
StereographicProjection class performs
Stereographic map projection calculations. |
SwathProjection |
The
SwathProjection class implements earth transform
calculations for satellite swath (also called sensor scan) 2D
projections. |
TransverseMercatorProjection |
The
TransverseMercatorProjection class performs
Transverse Mercator map projection calculations. |
UniversalTransverseMercatorProjection |
The
UniversalTransverseMercatorProjection class performs
Universal Transverse Mercator map projection calculations. |
VanderGrintenProjection |
The
VanderGrintenProjection class performs
Vander Grinten map projection calculations. |
WagnerIVProjection |
The
WagnerIVProjection class performs
Wagner IV map projection calculations. |
WagnerVIIProjection |
The
WagnerVIIProjection class performs
Wagner VII map projection calculations. |