Package org.esa.beam.framework.dataop.maptransf

This package contains interfaces and classes used for the implemenation of cartographic map projections.

See:
          Description

Interface Summary
MapTransform Deprecated. since BEAM 4.7, use geotools MapProjection instead.
MapTransformDescriptor Deprecated. since BEAM 4.7, use geotools MathTransformProvider instead.
MapTransformUI Deprecated. since BEAM 4.7, replaced by GPF operator 'Reproject'
 

Class Summary
AffineTransformDescriptor Deprecated. since BEAM 4.7, use geotools ProjectiveTransform.ProviderAffine instead.
AlbersEqualAreaConicDescriptor Deprecated. since BEAM 4.7, use geotools AlbersEqualArea.Provider instead.
CartographicMapTransform Deprecated. since BEAM 4.7, use geotools MapProjection instead.
Datum Deprecated. since BEAM 4.7, use GeodeticDatum instead.
DatumTransform Deprecated. since BEAM 4.7, no replacement.
DefaultMapTransformUI Deprecated. since BEAM 4.7, replaced by GPF operator 'Reproject'
Ellipsoid Deprecated. since BEAM 4.7, use Ellipsoid instead.
IdentityTransformDescriptor Deprecated. since BEAM 4.7, use geotools PlateCarree.Provider instead.
IntegerizedSinusoidalDescriptor Deprecated. since BEAM 4.7, use geotools MathTransformProvider instead.
ISEAG Deprecated. since BEAM 4.7, no replacement.
ISEAG.LL Represents a lat/lon position in the grid.
ISEAG.RC Represents a 1-based row/col position in the grid.
LambertConformalConicDescriptor Deprecated. since BEAM 4.7, use geotools LambertConformal1SP.Provider instead.
MapInfo Deprecated. since BEAM 4.7, use geotools and CrsGeoCoding instead.
MapProjection Deprecated. since BEAM 4.7, use geotools MapProjection instead.
MapProjectionRegistry Deprecated. since BEAM 4.7, use geotools and CrsGeoCoding instead.
MapTransformFactory Deprecated. since BEAM 4.7, use geotools instead.
MapTransformUtils Deprecated. since BEAM 4.7, use geotools instead.
StereographicDescriptor Deprecated. since BEAM 4.7, use geotools Stereographic.Provider instead.
TransverseMercatorDescriptor Deprecated. since BEAM 4.7, use geotools TransverseMercator.Provider instead.
UTM Deprecated. since BEAM 4.7, use geotools instead.
UTMProjection Deprecated. since BEAM 4.7, use geotools TransverseMercator instead.
 

Package org.esa.beam.framework.dataop.maptransf Description

This package contains interfaces and classes used for the implemenation of cartographic map projections. The package has three very important classes.

  • The class MapProjection is used to represent a specific parameterized prjection.
  • the interface MapTransform provides the mathematical algorithm for the transformation and
  • the MapInfo class holds information required to bring the map co-ordinate system to an image raster co-ordinate system.



    Copyright © 2002-2013 Brockmann Consult GmbH. All Rights Reserved.