Uses of Interface
org.geotools.api.referencing.operation.MathTransform2D
Packages that use MathTransform2D
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
GridCoverage2D implementation.
Coverage processing
implementations.
Reference systems implementation.
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.
Basic implementations of map projections.
Basic implementations of math transforms.
-
Uses of MathTransform2D in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that return MathTransform2DModifier and TypeMethodDescriptionMathTransform2D.inverse()
Creates the inverse transform of this object. -
Uses of MathTransform2D in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid that return MathTransform2DModifier and TypeMethodDescriptionGridGeometry2D.getCRSToGrid2D()
Returns a math transform for the two dimensional part for conversion from world to grid coordinates.GridGeometry2D.getCRSToGrid2D
(PixelOrientation orientation) Returns a math transform for the two dimensional part.GridGeometry2D.getGridToCRS2D()
Returns a math transform for the two dimensional part.GridGeometry2D.getGridToCRS2D
(PixelOrientation orientation) Returns a math transform for the two dimensional part. -
Uses of MathTransform2D in org.geotools.coverage.io
Fields in org.geotools.coverage.io declared as MathTransform2DModifier and TypeFieldDescriptionprotected MathTransform2D
CoverageReadRequest.gridToWorldTransform
The requestMathTransform2D
which would map the pixel into the requested world area.Methods in org.geotools.coverage.io that return MathTransform2DModifier and TypeMethodDescriptionSpatialRequestHelper.CoverageProperties.getGridToWorld2D()
CoverageReadRequest.getGridToWorldTransform()
abstract MathTransform2D
CoverageSource.SpatialDomain.getGridToWorldTransform
(ProgressListener listener) Transformation between the 2D raster space and the 2D model space.Methods in org.geotools.coverage.io with parameters of type MathTransform2DModifier and TypeMethodDescriptionvoid
CoverageReadRequest.setDomainSubset
(Rectangle rasterArea, MathTransform2D gridToWorldTrasform, CoordinateReferenceSystem crs) void
SpatialRequestHelper.CoverageProperties.setGridToWorld2D
(MathTransform2D gridToWorld2D) -
Uses of MathTransform2D in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util with parameters of type MathTransform2DModifier and TypeMethodDescriptionstatic GeneralBounds
Utilities.evaluateRequestedParams
(GridEnvelope originalGridRange, ReferencedEnvelope baseEnvelope2D, CoordinateReferenceSystem spatialReferenceSystem2D, MathTransform originalGridToWorld, GeneralBounds requestedEnvelope, Rectangle sourceRegion, Rectangle requestedDim, MathTransform2D readGridToWorld, ReferencedEnvelope wgs84BaseEnvelope2D) Evaluates the requested envelope and builds a new adjusted version of it fitting this coverage envelope.static GeneralBounds
Utilities.getIntersection
(ReferencedEnvelope baseEnvelope2D, CoordinateReferenceSystem spatialReferenceSystem2D, GeneralBounds requestedEnvelope2D, Rectangle requestedDim, MathTransform2D readGridToWorld, ReferencedEnvelope wgs84BaseEnvelope2D) Returns the intersection between the base envelope and the requested envelope. -
Uses of MathTransform2D in org.geotools.coverage.processing
Fields in org.geotools.coverage.processing declared as MathTransform2DModifier and TypeFieldDescriptionfinal 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 MathTransform2DModifier and TypeMethodDescriptionprotected 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 MathTransform2DModifier and TypeMethodDescriptionRasterLayerResponse.getFinalGridToWorldCorner()
RasterLayerResponse.getFinalWorldToGridCorner()
SpatialRequestHelper.CoverageProperties.getGridToWorld2D()
GranuleLoader.getMosaicWorldToGrid()
Methods in org.geotools.gce.imagemosaic with parameters of type MathTransform2DModifier and TypeMethodDescriptionGranuleDescriptor.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 thisGranuleDescriptor
.void
SpatialRequestHelper.CoverageProperties.setGridToWorld2D
(MathTransform2D gridToWorld2D) Constructors in org.geotools.gce.imagemosaic with parameters of type MathTransform2DModifierConstructorDescriptionGranuleLoader
(ImageReadParam readParameters, int imageIndex, ReferencedEnvelope cropBBox, MathTransform2D mosaicWorldToGrid, GranuleDescriptor granuleDescriptor, RasterLayerRequest request, Hints hints) -
Uses of MathTransform2D in org.geotools.imageio.netcdf
Methods in org.geotools.imageio.netcdf that return MathTransform2DModifier and TypeMethodDescriptionVariableAdapter.UnidataSpatialDomain.getGridToWorldTransform
(ProgressListener listener) -
Uses of MathTransform2D in org.geotools.referencing
Methods in org.geotools.referencing with parameters of type MathTransform2DModifier and TypeMethodDescriptionstatic Rectangle2D
CRS.transform
(MathTransform2D transform, Rectangle2D rectangle) Transforms an rectangular envelope using the given math transform.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 MathTransform2DModifier and TypeMethodDescriptionfinal MathTransform2D
LocalizationGrid.getMathTransform()
Returns a math transform from grid to "real world" coordinates.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 MathTransform2DModifier and TypeClassDescriptionclass
Albers Equal Area Projection (EPSG code 9822).static class
Abstract base class for Azimuthal Equidistant projections.static class
Ellipsoidal Azimuthal Equidistant projection.static class
Spherical Azimuthal Equidistant projection.class
Cassini-Soldner Projection (EPSG code 9806).class
class
Eckert IV projectionclass
Equal Earth is a projection inspired by the Robinson projection, but unlike the Robinson projection retains the relative size of areas.class
The equatorial case of theOrthographic
projection.class
The USGS equatorial case of the stereographic projection.class
Equidistant Conic Projection.class
Equidistant cylindrical projection (EPSG code 9823).class
General Oblique Transformation projection useful for rotated spherical coordinates ("Rotated Pole"), commonly used in numerical weather forecasting models.class
The Geostationary Satellite Projectionstatic class
static class
final class
The gnomonic projection using a spheroid algorithm.class
Homolosine projectionclass
Hotine Oblique Mercator projection.class
Krovak Oblique Conformal Conic projection (EPSG code 9819).class
Lambert Azimuthal Equal Area (EPSG code 9820).class
Lambert Conical Conformal Projection.class
Lambert Conical Conformal 1SP Projection.class
Lambert Conical Conformal 2SP Projection.class
Lambert Conical Conformal 2SP Belgium Projection.class
Base class for transformation services between ellipsoidal and cartographic projections.class
Mercator Cylindrical Projection.class
Mercator Cylindrical 1SP Projection.class
Mercator Cylindrical 2SP Projection.class
Meteosat Second Generation imagery projectionclass
Mollweide projectionclass
The NZMG (New Zealand Map Grid) projection.class
Oblique Mercator Projection.class
The oblique case of theOrthographic
projection.class
Provides the transform equations for the Oblique Stereographic (EPSG code 9809).class
Orthographic Projection.class
Plate Carree (or Equirectangular) projection.class
The polar case of theOrthographic
projection.class
The polar case of the stereographic projection.static class
static class
Ellipsoidal Polyconic projection.static class
Ellipsoidal Polyconic projection.class
Robinson projectionclass
Rotated Pole Transformation for rotated spherical coordinates ("Rotated Pole Coordinates"), commonly used in numerical weather forecasting models.class
Sinusoidal (Sanson–Flamsteed) projectionclass
Stereographic Projection.class
Transverse Mercator Projection (EPSG code 9807).class
Winkel Tripel and Hammer Aitoff projectionclass
World Van der Grinten I projection.Methods in org.geotools.referencing.operation.projection that return MathTransform2DModifier and TypeMethodDescriptionfinal 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 MathTransform2DModifier and TypeClassDescriptionclass
Transforms two-dimensional coordinate points using an affine transform.class
Transform backed by the North American Datum Conversion grid.class
The "NTv2" coordinate transformation method (EPSG:9615).class
Wraps an arbitraryWarp
object as a two-dimensional transform.Methods in org.geotools.referencing.operation.transform that return MathTransform2DModifier and TypeMethodDescriptionstatic MathTransform2D
WarpTransform2D.create
(Warp warp) Returns a transform using the specified warp object.AffineTransform2D.inverse()
Creates the inverse transform of this object.NADCONTransform.inverse()
Returns the inverse of this transform.NTv2Transform.inverse()
Returns the inverse of this transform.WarpTransform2D.inverse()
Returns the inverse transform.Methods in org.geotools.referencing.operation.transform with parameters of type MathTransform2DModifier and TypeMethodDescriptionWarp
WarpBuilder.buildWarp
(MathTransform2D mt, Rectangle domain) int[]
WarpBuilder.getRowColsSplit
(MathTransform2D mt, Rectangle2D.Double domain) Given a math transform and a source domain, return the number of rows and cols by which the domain should be split to avoid transform linearity issues, or null if it could not be found.static Warp
WarpTransform2D.getWarp
(CharSequence name, MathTransform2D transform) Returns a image warp for the specified transform. -
Uses of MathTransform2D in org.geotools.referencing.util
Methods in org.geotools.referencing.util with parameters of type MathTransform2DModifier and TypeMethodDescriptionstatic Point2D
CRSUtilities.deltaTransform
(MathTransform2D transform, Point2D origin, Point2D source, Point2D dest) Transforms the relative distance vector specified bysource
and stores the result indest
.