Uses of Interface
org.geotools.api.referencing.operation.MathTransform2D
-
Packages that use MathTransform2D Package Description org.geotools.api.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.geotools.coverage.grid GridCoverage2D implementation.org.geotools.coverage.io org.geotools.coverage.io.util org.geotools.coverage.processing Coverage processing implementations.org.geotools.gce.imagemosaic org.geotools.imageio.netcdf 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.geotools.referencing.util -
-
Uses of MathTransform2D in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that return MathTransform2D Modifier and Type Method Description MathTransform2DMathTransform2D. inverse()Creates the inverse transform of this object. -
Uses of MathTransform2D in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid that return MathTransform2D Modifier and Type Method Description MathTransform2DGridGeometry2D. getCRSToGrid2D()Returns a math transform for the two dimensional part for conversion from world to grid coordinates.MathTransform2DGridGeometry2D. getCRSToGrid2D(PixelOrientation orientation)Returns a math transform for the two dimensional part.MathTransform2DGridGeometry2D. getGridToCRS2D()Returns a math transform for the two dimensional part.MathTransform2DGridGeometry2D. 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 MathTransform2D Modifier and Type Field Description protected MathTransform2DCoverageReadRequest. gridToWorldTransformThe requestMathTransform2Dwhich would map the pixel into the requested world area.Methods in org.geotools.coverage.io that return MathTransform2D Modifier and Type Method Description MathTransform2DSpatialRequestHelper.CoverageProperties. getGridToWorld2D()MathTransform2DCoverageReadRequest. getGridToWorldTransform()abstract MathTransform2DCoverageSource.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 MathTransform2D Modifier and Type Method Description voidCoverageReadRequest. setDomainSubset(Rectangle rasterArea, MathTransform2D gridToWorldTrasform, CoordinateReferenceSystem crs)voidSpatialRequestHelper.CoverageProperties. setGridToWorld2D(MathTransform2D gridToWorld2D) -
Uses of MathTransform2D in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util with parameters of type MathTransform2D Modifier and Type Method Description static GeneralBoundsUtilities. 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 GeneralBoundsUtilities. 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 MathTransform2D Modifier and Type Field Description MathTransform2DOperationJAI.Parameters. gridToCRSThe "grid to coordinate reference system" transform common to all source grid coverages.Methods in org.geotools.coverage.processing with parameters of type MathTransform2D Modifier and Type Method Description protected voidOperationJAI. 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 Modifier and Type Method Description MathTransform2DRasterLayerResponse. getFinalGridToWorldCorner()MathTransform2DRasterLayerResponse. getFinalWorldToGridCorner()MathTransform2DSpatialRequestHelper.CoverageProperties. getGridToWorld2D()MathTransform2DGranuleLoader. getMosaicWorldToGrid()Methods in org.geotools.gce.imagemosaic with parameters of type MathTransform2D Modifier and Type Method Description GranuleDescriptor.GranuleLoadingResultGranuleDescriptor. 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.voidSpatialRequestHelper.CoverageProperties. setGridToWorld2D(MathTransform2D gridToWorld2D)Constructors in org.geotools.gce.imagemosaic with parameters of type MathTransform2D Constructor Description GranuleLoader(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 MathTransform2D Modifier and Type Method Description MathTransform2DVariableAdapter.UnidataSpatialDomain. getGridToWorldTransform(ProgressListener listener) -
Uses of MathTransform2D in org.geotools.referencing
Methods in org.geotools.referencing with parameters of type MathTransform2D Modifier and Type Method Description static Rectangle2DCRS. transform(MathTransform2D transform, Rectangle2D rectangle)Transforms an rectangular envelope using the given math transform.static Rectangle2DCRS. 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 Modifier and Type Method Description MathTransform2DLocalizationGrid. getMathTransform()Returns a math transform from grid to "real world" coordinates.MathTransform2DLocalizationGrid. 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 Modifier and Type Class Description classAlbersEqualAreaAlbers Equal Area Projection (EPSG code 9822).static classAzimuthalEquidistant.AbstractAbstract base class for Azimuthal Equidistant projections.static classAzimuthalEquidistant.EllipsoidalEllipsoidal Azimuthal Equidistant projection.static classAzimuthalEquidistant.SphericalSpherical Azimuthal Equidistant projection.classCassiniSoldnerCassini-Soldner Projection (EPSG code 9806).classCylindricalEqualAreaclassEckertIVEckert IV projectionclassEqualAreaEqual Earth is a projection inspired by the Robinson projection, but unlike the Robinson projection retains the relative size of areas.classEquatorialOrthographicThe equatorial case of theOrthographicprojection.classEquatorialStereographicThe USGS equatorial case of the stereographic projection.classEquidistantConicEquidistant Conic Projection.classEquidistantCylindricalEquidistant cylindrical projection (EPSG code 9823).classGeneralObliqueGeneral Oblique Transformation projection useful for rotated spherical coordinates ("Rotated Pole"), commonly used in numerical weather forecasting models.classGeostationarySatelliteThe Geostationary Satellite Projectionstatic classGeostationarySatellite.Ellipsoidalstatic classGeostationarySatellite.SphericalclassGnomonicThe gnomonic projection using a spheroid algorithm.classHomolosineHomolosine projectionclassHotineObliqueMercatorHotine Oblique Mercator projection.classKrovakKrovak Oblique Conformal Conic projection (EPSG code 9819).classLambertAzimuthalEqualAreaLambert Azimuthal Equal Area (EPSG code 9820).classLambertConformalLambert Conical Conformal Projection.classLambertConformal1SPLambert Conical Conformal 1SP Projection.classLambertConformal2SPLambert Conical Conformal 2SP Projection.classLambertConformalBelgiumLambert Conical Conformal 2SP Belgium Projection.classMapProjectionBase class for transformation services between ellipsoidal and cartographic projections.classMercatorMercator Cylindrical Projection.classMercator1SPMercator Cylindrical 1SP Projection.classMercator2SPMercator Cylindrical 2SP Projection.classMeteosatSGMeteosat Second Generation imagery projectionclassMollweideMollweide projectionclassNewZealandMapGridThe NZMG (New Zealand Map Grid) projection.classObliqueMercatorOblique Mercator Projection.classObliqueOrthographicThe oblique case of theOrthographicprojection.classObliqueStereographicProvides the transform equations for the Oblique Stereographic (EPSG code 9809).classOrthographicOrthographic Projection.classPlateCarreePlate Carree (or Equirectangular) projection.classPolarOrthographicThe polar case of theOrthographicprojection.classPolarStereographicThe polar case of the stereographic projection.static classPolyconic.Abstractstatic classPolyconic.EllipsoidalEllipsoidal Polyconic projection.static classPolyconic.SphericalEllipsoidal Polyconic projection.classRobinsonRobinson projectionclassRotatedPoleRotated Pole Transformation for rotated spherical coordinates ("Rotated Pole Coordinates"), commonly used in numerical weather forecasting models.classSinusoidalSinusoidal (Sanson–Flamsteed) projectionclassStereographicStereographic Projection.classTransverseMercatorTransverse Mercator Projection (EPSG code 9807).classWinkelTripelWinkel Tripel and Hammer Aitoff projectionclassWorldVanDerGrintenIWorld Van der Grinten I projection.Methods in org.geotools.referencing.operation.projection that return MathTransform2D Modifier and Type Method Description MathTransform2DMapProjection. 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 Modifier and Type Class Description classAffineTransform2DTransforms two-dimensional coordinate points using an affine transform.classNADCONTransformTransform backed by the North American Datum Conversion grid.classNTv2TransformThe "NTv2" coordinate transformation method (EPSG:9615).classWarpTransform2DWraps an arbitraryWarpobject as a two-dimensional transform.Methods in org.geotools.referencing.operation.transform that return MathTransform2D Modifier and Type Method Description static MathTransform2DWarpTransform2D. create(Warp warp)Returns a transform using the specified warp object.MathTransform2DAffineTransform2D. inverse()Creates the inverse transform of this object.MathTransform2DNADCONTransform. inverse()Returns the inverse of this transform.MathTransform2DNTv2Transform. inverse()Returns the inverse of this transform.MathTransform2DWarpTransform2D. inverse()Returns the inverse transform.Methods in org.geotools.referencing.operation.transform with parameters of type MathTransform2D Modifier and Type Method Description WarpWarpBuilder. 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 WarpWarpTransform2D. 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 MathTransform2D Modifier and Type Method Description static Point2DCRSUtilities. deltaTransform(MathTransform2D transform, Point2D origin, Point2D source, Point2D dest)Transforms the relative distance vector specified bysourceand stores the result indest.
-