|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MathTransform2D | |
---|---|
org.geotools.coverage.grid | GridCoverage2D implementation. |
org.geotools.coverage.processing | Coverage processing implementations. |
org.geotools.gce.imagemosaic | |
org.geotools.referencing | Reference systems implementation. |
org.geotools.referencing.operation.builder | A package of convenience classes which use control points common to two data sets to derive empirically the transformation parameters needed to convert positions between the coordinate systems of the two data sets. |
org.geotools.referencing.operation.projection | Basic implementations of map projections. |
org.geotools.referencing.operation.transform | Basic implementations of math transforms. |
org.opengis.referencing.operation | Coordinate operations (relationship between any two coordinate reference systems). |
Uses of MathTransform2D in org.geotools.coverage.grid |
---|
Methods in org.geotools.coverage.grid that return MathTransform2D | |
---|---|
MathTransform2D |
GridGeometry2D.getCRSToGrid2D()
Returns a math transform for the two dimensional part for conversion from world to grid coordinates. |
MathTransform2D |
GridGeometry2D.getCRSToGrid2D(PixelOrientation orientation)
Returns a math transform for the two dimensional part. |
MathTransform2D |
GridGeometry2D.getGridToCRS2D()
Returns a math transform for the two dimensional part. |
MathTransform2D |
GridGeometry2D.getGridToCRS2D(PixelOrientation orientation)
Returns a math transform for the two dimensional part. |
Uses of MathTransform2D in org.geotools.coverage.processing |
---|
Fields in org.geotools.coverage.processing declared as MathTransform2D | |
---|---|
MathTransform2D |
OperationJAI.Parameters.gridToCRS
The "grid to coordinate reference system" transform common to all source grid coverages. |
Methods in org.geotools.coverage.processing with parameters of type MathTransform2D | |
---|---|
protected void |
OperationJAI.resampleToCommonGeometry(GridCoverage2D[] sources,
CoordinateReferenceSystem crs2D,
MathTransform2D gridToCrs2D,
Hints hints)
Resamples all sources grid coverages to the same two-dimensional geometry before to apply the OperationJAI.operation. |
Uses of MathTransform2D in org.geotools.gce.imagemosaic |
---|
Methods in org.geotools.gce.imagemosaic that return MathTransform2D | |
---|---|
MathTransform2D |
SpatialRequestHelper.CoverageProperties.getGridToWorld2D()
|
Methods in org.geotools.gce.imagemosaic with parameters of type MathTransform2D | |
---|---|
GranuleDescriptor.GranuleLoadingResult |
GranuleDescriptor.loadRaster(ImageReadParam imageReadParameters,
int index,
ReferencedEnvelope cropBBox,
MathTransform2D mosaicWorldToGrid,
RasterLayerRequest request,
Hints hints)
Load a specified a raster as a portion of the granule describe by this GranuleDescriptor . |
void |
SpatialRequestHelper.CoverageProperties.setGridToWorld2D(MathTransform2D gridToWorld2D)
|
Uses of MathTransform2D in org.geotools.referencing |
---|
Methods in org.geotools.referencing with parameters of type MathTransform2D | |
---|---|
static Rectangle2D |
CRS.transform(MathTransform2D transform,
Rectangle2D envelope,
Rectangle2D destination)
Transforms a rectangular envelope using the given math transform. |
Uses of MathTransform2D in org.geotools.referencing.operation.builder |
---|
Methods in org.geotools.referencing.operation.builder that return MathTransform2D | |
---|---|
MathTransform2D |
LocalizationGrid.getMathTransform()
Returns a math transform from grid to "real world" coordinates. |
MathTransform2D |
LocalizationGrid.getPolynomialTransform(int degree)
Returns a math transform from grid to "real world" coordinates using a polynomial fitting of the specified degree. |
Uses of MathTransform2D in org.geotools.referencing.operation.projection |
---|
Classes in org.geotools.referencing.operation.projection that implement MathTransform2D | |
---|---|
class |
AlbersEqualArea
Albers Equal Area Projection (EPSG code 9822). |
class |
CassiniSoldner
Cassini-Soldner Projection (EPSG code 9806). |
class |
EckertIV
Eckert IV projection |
class |
EquatorialOrthographic
The equatorial case of the Orthographic projection. |
class |
EquatorialStereographic
The USGS equatorial case of the stereographic projection. |
class |
EquidistantConic
Equidistant Conic Projection. |
class |
EquidistantCylindrical
Equidistant cylindrical projection (EPSG code 9823). |
class |
HotineObliqueMercator
Hotine Oblique Mercator projection. |
class |
Krovak
Krovak Oblique Conformal Conic projection (EPSG code 9819). |
class |
LambertAzimuthalEqualArea
Lambert Azimuthal Equal Area (EPSG code 9820). |
class |
LambertConformal
Lambert Conical Conformal Projection. |
class |
LambertConformal1SP
Lambert Conical Conformal 1SP Projection. |
class |
LambertConformal2SP
Lambert Conical Conformal 2SP Projection. |
class |
LambertConformalBelgium
Lambert Conical Conformal 2SP Belgium Projection. |
class |
MapProjection
Base class for transformation services between ellipsoidal and cartographic projections. |
class |
Mercator
Mercator Cylindrical Projection. |
class |
Mercator1SP
Mercator Cylindrical 1SP Projection. |
class |
Mercator2SP
Mercator Cylindrical 2SP Projection. |
class |
Mollweide
Mollweide projection |
class |
NewZealandMapGrid
The NZMG (New Zealand Map Grid) projection. |
class |
ObliqueMercator
Oblique Mercator Projection. |
class |
ObliqueOrthographic
The oblique case of the Orthographic projection. |
class |
ObliqueStereographic
Provides the transform equations for the Oblique Stereographic (EPSG code 9809). |
class |
Orthographic
Orthographic Projection. |
class |
PlateCarree
Plate Carree (or Equirectangular) projection. |
class |
PolarOrthographic
The polar case of the Orthographic projection. |
class |
PolarStereographic
The polar case of the stereographic projection. |
class |
Polyconic
Polyconic (American). |
class |
Robinson
Robinson projection |
class |
Stereographic
Stereographic Projection. |
class |
TransverseMercator
Transverse Mercator Projection (EPSG code 9807). |
class |
WinkelTripel
Winkel Tripel and Hammer Aitoff projection References: http://en.wikipedia.org/wiki/Winkel_tripel_projection http://en.wikipedia.org/wiki/Hammer_projection |
class |
WorldVanDerGrintenI
World Van der Grinten I projection. |
Methods in org.geotools.referencing.operation.projection that return MathTransform2D | |
---|---|
MathTransform2D |
MapProjection.inverse()
Returns the inverse of this map projection. |
Uses of MathTransform2D in org.geotools.referencing.operation.transform |
---|
Classes in org.geotools.referencing.operation.transform that implement MathTransform2D | |
---|---|
class |
AffineTransform2D
Transforms two-dimensional coordinate points using an affine transform. |
class |
NADCONTransform
Transform backed by the North American Datum Conversion grid. |
class |
NTv2Transform
The "NTv2" coordinate transformation method (EPSG:9615). |
class |
WarpTransform2D
Wraps an arbitrary Warp object as a two-dimensional transform. |
Methods in org.geotools.referencing.operation.transform that return MathTransform2D | |
---|---|
static MathTransform2D |
WarpTransform2D.create(Warp warp)
Returns a transform using the specified warp object. |
MathTransform2D |
WarpTransform2D.inverse()
Returns the inverse transform. |
MathTransform2D |
NADCONTransform.inverse()
Returns the inverse of this transform. |
MathTransform2D |
NTv2Transform.inverse()
Returns the inverse of this transform. |
MathTransform2D |
AffineTransform2D.inverse()
Creates the inverse transform of this object. |
Methods in org.geotools.referencing.operation.transform with parameters of type MathTransform2D | |
---|---|
Warp |
WarpBuilder.buildWarp(MathTransform2D mt,
Rectangle domain)
|
static Warp |
WarpTransform2D.getWarp(CharSequence name,
MathTransform2D transform)
Returns a image warp for the specified transform. |
Uses of MathTransform2D in org.opengis.referencing.operation |
---|
Methods in org.opengis.referencing.operation that return MathTransform2D | |
---|---|
MathTransform2D |
MathTransform2D.inverse()
Creates the inverse transform of this object. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |