Uses of Interface
org.geotools.api.referencing.operation.MathTransform
- 
- 
Uses of MathTransform in org.geotools.api.coverage.gridMethods in org.geotools.api.coverage.grid that return MathTransform Modifier and Type Method Description MathTransformGridGeometry. getGridToCRS()Returns the conversion from grid coordinates to real world earth coordinates.
- 
Uses of MathTransform in org.geotools.api.referencing.operationSubinterfaces of MathTransform in org.geotools.api.referencing.operation Modifier and Type Interface Description interfaceMathTransform1DTransforms one-dimensional coordinate points.interfaceMathTransform2DTransforms two-dimensional coordinate points.Methods in org.geotools.api.referencing.operation that return MathTransform Modifier and Type Method Description MathTransformMathTransformFactory. createAffineTransform(Matrix matrix)Creates an affine transform from a matrix.MathTransformMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)Creates a parameterized transform from a base CRS to a derived CS.MathTransformMathTransformFactory. createConcatenatedTransform(MathTransform transform1, MathTransform transform2)Creates a transform by concatenating two existing transforms.MathTransformMathTransformFactory. createFromWKT(String wkt)Creates a math transform object from a string.MathTransformMathTransformFactory. createFromXML(String xml)Creates a math transform object from a XML string.MathTransformMathTransformFactory. createParameterizedTransform(ParameterValueGroup parameters)Creates a transform from a group of parameters.MathTransformMathTransformFactory. createPassThroughTransform(int firstAffectedOrdinate, MathTransform subTransform, int numTrailingOrdinates)Creates a transform which passes through a subset of ordinates to another transform.MathTransformTransformException. getLastCompletedTransform()Returns the last transform that either transformed successfuly all coordinates, or filled the untransformable coordinates with NaN values.MathTransformCoordinateOperation. getMathTransform()Gets the math transform.MathTransformMathTransform. inverse()Creates the inverse transform of this object.Methods in org.geotools.api.referencing.operation with parameters of type MathTransform Modifier and Type Method Description MathTransformMathTransformFactory. createConcatenatedTransform(MathTransform transform1, MathTransform transform2)Creates a transform by concatenating two existing transforms.MathTransformMathTransformFactory. createPassThroughTransform(int firstAffectedOrdinate, MathTransform subTransform, int numTrailingOrdinates)Creates a transform which passes through a subset of ordinates to another transform.voidTransformException. setLastCompletedTransform(MathTransform transform)Sets the last transform that either transformed successfuly all coordinates, or filled the untransformable coordinates with NaN values.
- 
Uses of MathTransform in org.geotools.coverage.gridFields in org.geotools.coverage.grid declared as MathTransform Modifier and Type Field Description protected MathTransformGeneralGridGeometry. gridToCRSThe math transform (usually an affine transform), ornullif none.Methods in org.geotools.coverage.grid that return MathTransform Modifier and Type Method Description MathTransformGeneralGridGeometry. getGridToCRS()Returns the transform from grid coordinates to real world earth coordinates.MathTransformGeneralGridGeometry. getGridToCRS(PixelInCell anchor)Returns the transform from grid coordinates to real world earth coordinates.MathTransformGridGeometry2D. getGridToCRS(PixelOrientation orientation)Returns a math transform mapping the specified pixel part.Methods in org.geotools.coverage.grid with parameters of type MathTransform Modifier and Type Method Description GridCoverage2DGridCoverageFactory. create(CharSequence name, RenderedImage image, CoordinateReferenceSystem crs, MathTransform gridToCRS, GridSampleDimension[] bands, GridCoverage[] sources, Map<?,?> properties)Constructs a grid coverage from the specified image and "grid to CRS" transform.GridCoverage2DGridCoverageFactory. create(CharSequence name, WritableRaster raster, CoordinateReferenceSystem crs, MathTransform gridToCRS, double[] minValues, double[] maxValues, Unit<?> units, Color[][] colors, RenderingHints hints)Constructs a grid coverage from the specified raster and "grid to CRS" transform.GridCoverage2DGridCoverageFactory. create(CharSequence name, WritableRaster raster, CoordinateReferenceSystem crs, MathTransform gridToCRS, GridSampleDimension[] bands)Constructs a grid coverage from the specified raster and "grid to CRS" transform.Constructors in org.geotools.coverage.grid with parameters of type MathTransform Constructor Description GeneralGridGeometry(GridEnvelope gridRange, PixelInCell anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs)Constructs a new grid geometry from a grid range and a math transform mapping pixel center or corner.GeneralGridGeometry(GridEnvelope gridRange, MathTransform gridToCRS, CoordinateReferenceSystem crs)Constructs a new grid geometry from a grid range and a math transform mapping pixel center.GeneralGridGeometry(PixelInCell anchor, MathTransform gridToCRS, Bounds envelope)Constructs a new grid geometry from an envelope and a math transform.GeneralGridGeometry(PixelInCell anchor, MathTransform gridToCRS, Bounds envelope, boolean gridMaxInclusive, boolean preserveGridToCRS)Constructs a new grid geometry from an envelope and a math transform.GridGeometry2D(GridEnvelope gridRange, PixelOrientation anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs, Hints hints)Constructs a new grid geometry from a math transform.GridGeometry2D(GridEnvelope gridRange, PixelInCell anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs, Hints hints)Constructs a new grid geometry from a math transform.GridGeometry2D(GridEnvelope gridRange, MathTransform gridToCRS, CoordinateReferenceSystem crs)Constructs a new grid geometry from a grid range and a math transform.GridGeometry2D(PixelInCell anchor, MathTransform gridToCRS, Bounds envelope, Hints hints)Constructs a new grid geometry from an envelope and a math transform.
- 
Uses of MathTransform in org.geotools.coverage.grid.ioFields in org.geotools.coverage.grid.io declared as MathTransform Modifier and Type Field Description protected MathTransformAbstractGridCoverage2DReader. raster2Model2DGridToWorld math transform.Methods in org.geotools.coverage.grid.io that return MathTransform Modifier and Type Method Description MathTransformAbstractGridCoverage2DReader. getOriginalGridToWorld(String coverageName, PixelInCell pixInCell)Retrieves the original grid to world transformation for thisAbstractGridCoverage2DReader.MathTransformAbstractGridCoverage2DReader. getOriginalGridToWorld(PixelInCell pixInCell)Retrieves the original grid to world transformation for thisAbstractGridCoverage2DReader.MathTransformGridCoverage2DReader. getOriginalGridToWorld(String coverageName, PixelInCell pixInCell)Retrieves theMathTransformassociated to the requested coverageName for thisGridCoverage2DReader.MathTransformGridCoverage2DReader. getOriginalGridToWorld(PixelInCell pixInCell)Retrieves theMathTransformassociated to the default coverage for thisGridCoverage2DReader.Methods in org.geotools.coverage.grid.io with parameters of type MathTransform Modifier and Type Method Description protected GridCoverage2DAbstractGridCoverage2DReader. createImageCoverage(String coverageName, PlanarImage image, MathTransform raster2Model)Creates aGridCoveragefor the providedPlanarImageusing theAbstractGridCoverage2DReader.raster2Modelthat was provided for this coverage.protected GridCoverage2DAbstractGridCoverage2DReader. createImageCoverage(PlanarImage image, MathTransform raster2Model)Creates aGridCoveragefor the providedPlanarImageusing theAbstractGridCoverage2DReader.raster2Modelthat was provided for this coverage.
- 
Uses of MathTransform in org.geotools.coverage.grid.io.imageio.geotiffMethods in org.geotools.coverage.grid.io.imageio.geotiff that return MathTransform Modifier and Type Method Description static MathTransformGeoTiffMetadata2CRSAdapter. getRasterToModel(GeoTiffIIOMetadataDecoder metadata)Create the grid to world (or raster to model) transformation for this source respecting ALWAYS the OGCPixelInCell.CELL_CENTERconvention for theImageDatumof the underlyingImageCRS.
- 
Uses of MathTransform in org.geotools.coverage.io.netcdfMethods in org.geotools.coverage.io.netcdf that return MathTransform Modifier and Type Method Description MathTransformNetCDFReader. getOriginalGridToWorld(String coverageName, PixelInCell pixInCell)MathTransformNetCDFReader. getOriginalGridToWorld(PixelInCell pixInCell)
- 
Uses of MathTransform in org.geotools.coverage.io.netcdf.crsMethods in org.geotools.coverage.io.netcdf.crs that return MathTransform Modifier and Type Method Description static MathTransformProjectionBuilder. createTransform(ParameterValueGroup parameters)Methods in org.geotools.coverage.io.netcdf.crs with parameters of type MathTransform Modifier and Type Method Description static DefiningConversionProjectionBuilder. createConversionFromBase(String name, MathTransform transform)Create aDefiningConversionobject from the inputMathTransformstatic ProjectedCRSProjectionBuilder. createProjectedCRS(Map<String,?> props, GeographicCRS baseCRS, DefiningConversion conversionFromBase, MathTransform transform)static ProjectedCRSProjectionBuilder. createProjectedCRS(Map<String,?> props, GeographicCRS baseCRS, DefiningConversion conversionFromBase, MathTransform transform, CartesianCS derivedCS)Build aProjectedCRSgiven the baseGeographicCRS, theDefiningConversioninstance from Base as well as theMathTransformfrom the base CRS to returned CRS.
- 
Uses of MathTransform in org.geotools.coverage.io.utilMethods in org.geotools.coverage.io.util that return MathTransform Modifier and Type Method Description static MathTransformUtilities. getOriginalGridToWorld(MathTransform raster2Model, PixelInCell pixInCell)Retrieves the original grid to world transformation for thisAbstractGridCoverage2DReader.Methods in org.geotools.coverage.io.util with parameters of type MathTransform Modifier and Type Method Description static GridCoverageUtilities. compute(Object input, int imageIndex, boolean needTransformation, boolean isEmptyRequest, boolean useJAI, ImageReadParam imageReadParam, boolean useMultithreading, GridSampleDimension[] sampleDimensions, ImageReaderSpi imageReaderSpi, String coverageName, GridCoverageFactory coverageFactory, MathTransform raster2Model, CoordinateReferenceSystem coordinateReferenceSystem, GeneralBounds envelope2D)Compute the coverage request and produce a grid coverage.static GridCoverageUtilities. createCoverage(ImageReaderSpi spi, Object input, int imageIndex, ImageReadParam imageReadParam, boolean useJAI, boolean useMultithreading, boolean newTransform, GridSampleDimension[] sampleDimensions, String coverageName, GridCoverageFactory coverageFactory, MathTransform raster2Model, CoordinateReferenceSystem coordinateReferenceSystem, GeneralBounds coverageEnvelope2D)This method creates the GridCoverage2D from the underlying file given a specified envelope, and a requested dimension.static GridCoverageUtilities. createCoverageFromImage(GridCoverageFactory coverageFactory, String coverageName, int imageIndex, PlanarImage image, MathTransform raster2Model, CoordinateReferenceSystem spatialReferenceSystem2D, GeneralBounds coverageEnvelope2D, GridSampleDimension[] sampleDimensions)Creates aGridCoveragefor the providedPlanarImageusing theMathTransformthat was provided for this coverage.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 RectangleUtilities. getCropRegion(GeneralBounds envelope, MathTransform gridToWorldTransform)Return a crop region from a specified envelope, leveraging on a grid to world transformation.static MathTransformUtilities. getOriginalGridToWorld(MathTransform raster2Model, PixelInCell pixInCell)Retrieves the original grid to world transformation for thisAbstractGridCoverage2DReader.
- 
Uses of MathTransform in org.geotools.coverage.processingMethods in org.geotools.coverage.processing with parameters of type MathTransform Modifier and Type Method Description protected static PolygonBaseStatisticsOperationJAI. convertPolygon(Polygon roiInput, MathTransform worldToGridTransform)Converte a JTSPolygon, which represents a ROI, into an AWTPolygonby means of the providedMathTransform.protected Map<String,?>OperationJAI. getProperties(RenderedImage data, CoordinateReferenceSystem crs, InternationalString name, MathTransform gridToCRS, GridCoverage2D[] sources, OperationJAI.Parameters parameters)Prepares the properties to be given to the coverage created by thederiveGridCoveragemethod.
- 
Uses of MathTransform in org.geotools.coverage.processing.operation
- 
Uses of MathTransform in org.geotools.coverage.utilMethods in org.geotools.coverage.util with parameters of type MathTransform Modifier and Type Method Description static PolygonFeatureUtilities. convertPolygon(Polygon roiInput, MathTransform worldToGridTransform)Converts a JTSPolygon, which represents a ROI, int an AWTPolygonby means of the providedMathTransform.static PolygonFeatureUtilities. convertPolygonToPointArray(Polygon roiInput, MathTransform worldToGridTransform, List<Point2D> points)Converts a JTSPolygon, which represents a ROI, int an AWTPolygonby means of the providedMathTransform.static booleanCoverageUtilities. isScaleTranslate(MathTransform transform, double EPS)Checks if the transformation is a pure scale/translate instance (using the provided tolerance factor)
- 
Uses of MathTransform in org.geotools.dataFields in org.geotools.data declared as MathTransform Modifier and Type Field Description protected MathTransformDefaultFeatureResults. transformMethods in org.geotools.data that return MathTransform Modifier and Type Method Description MathTransformMapInfoFileReader. getTransform()Get Math Transform based on control pointsMathTransformWorldFileReader. getTransform()Constructors in org.geotools.data with parameters of type MathTransform Constructor Description WorldFileWriter(File outLocation, MathTransform transform)Constructor.WorldFileWriter(File outLocation, MathTransform transform, int buffSize)Constructor.WorldFileWriter(OutputStream outLocation, MathTransform transform)Constructor.WorldFileWriter(OutputStream outLocation, MathTransform transform, int buffSize)Constructor.
- 
Uses of MathTransform in org.geotools.data.crsConstructors in org.geotools.data.crs with parameters of type MathTransform Constructor Description ReprojectFeatureIterator(FeatureIterator<SimpleFeature> reader, SimpleFeatureType schema, MathTransform transform)ReprojectFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader, SimpleFeatureType schema, MathTransform transform)Direct constructor reprojecting the provided reader into the schema indicated (using the supplied math transformation).
- 
Uses of MathTransform in org.geotools.data.storeConstructors in org.geotools.data.store with parameters of type MathTransform Constructor Description ReprojectingFeatureIterator(SimpleFeatureIterator delegate, MathTransform transform, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer)ReprojectingIterator(Iterator<SimpleFeature> delegate, MathTransform transform, SimpleFeatureType schema, GeometryCoordinateSequenceTransformer transformer)
- 
Uses of MathTransform in org.geotools.data.utilMethods in org.geotools.data.util with parameters of type MathTransform Modifier and Type Method Description voidScreenMap. setTransform(MathTransform mt)Constructors in org.geotools.data.util with parameters of type MathTransform Constructor Description ScreenMap(int x, int y, int width, int height, MathTransform mt)
- 
Uses of MathTransform in org.geotools.featureMethods in org.geotools.feature with parameters of type MathTransform Modifier and Type Method Description static SimpleFeatureFeatureTypes. transform(SimpleFeature feature, SimpleFeatureType schema, MathTransform transform)Applies transform to all geometry attribute.
- 
Uses of MathTransform in org.geotools.gce.geotiffMethods in org.geotools.gce.geotiff with parameters of type MathTransform Modifier and Type Method Description protected GridCoverage2DGeoTiffReader. createCoverage(PlanarImage image, MathTransform raster2Model, ROI roi)Creates aGridCoveragefor the providedPlanarImageusing theAbstractGridCoverage2DReader.raster2Modelthat was provided for this coverage.
- 
Uses of MathTransform in org.geotools.gce.imagemosaicMethods in org.geotools.gce.imagemosaic that return MathTransform Modifier and Type Method Description MathTransformRasterLayerResponse. getBaseGridToWorld()MathTransformImageMosaicReader. getOriginalGridToWorld(String coverageName, PixelInCell pixInCell)MathTransformImageMosaicReader. getOriginalGridToWorld(PixelInCell pixInCell)
- 
Uses of MathTransform in org.geotools.gce.imagepyramidMethods in org.geotools.gce.imagepyramid that return MathTransform Modifier and Type Method Description MathTransformImagePyramidReader. getOriginalGridToWorld(String coverageName, PixelInCell pixInCell)
- 
Uses of MathTransform in org.geotools.geometryMethods in org.geotools.geometry that return MathTransform Modifier and Type Method Description static MathTransformPixelTranslation. translate(MathTransform gridToCRS, PixelOrientation current, PixelOrientation expected, int xDimension, int yDimension)Translates the specified math transform according the specified pixel orientations.static MathTransformPixelTranslation. translate(MathTransform gridToCRS, PixelInCell current, PixelInCell expected)Translates the specified math transform according the specified pixel orientations.Methods in org.geotools.geometry with parameters of type MathTransform Modifier and Type Method Description static MathTransformPixelTranslation. translate(MathTransform gridToCRS, PixelOrientation current, PixelOrientation expected, int xDimension, int yDimension)Translates the specified math transform according the specified pixel orientations.static MathTransformPixelTranslation. translate(MathTransform gridToCRS, PixelInCell current, PixelInCell expected)Translates the specified math transform according the specified pixel orientations.Constructors in org.geotools.geometry with parameters of type MathTransform Constructor Description GeneralBounds(GridEnvelope gridRange, PixelInCell anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs)Creates an envelope for a grid range transformed to an envelope using the specified math transform.
- 
Uses of MathTransform in org.geotools.geometry.jtsMethods in org.geotools.geometry.jts that return MathTransform Modifier and Type Method Description MathTransformLiteShape2. getMathTransform()Methods in org.geotools.geometry.jts with parameters of type MathTransform Modifier and Type Method Description static double[]Decimator. computeGeneralizationDistances(MathTransform screenToWorld, Rectangle paintArea, double pixelDistance)Given a full transformation from screen to world and the paint area computes a best guess of the maxium generalization distance that won't make the transformations induced by the generalization visible on screen.GeometryDecimator. decimateTransformGeneralize(Geometry geometry, MathTransform transform)voidGeometryCoordinateSequenceTransformer. setMathTransform(MathTransform transform)Sets the math transform to be used for transformationCoordinateSequenceCoordinateSequenceTransformer. transform(CoordinateSequence sequence, MathTransform transform)Returns a transformed coordinate sequence.CoordinateSequenceDefaultCoordinateSequenceTransformer. transform(CoordinateSequence sequence, MathTransform transform)Returns a transformed coordinate sequence.static CoordinateJTS. transform(Coordinate source, Coordinate dest, MathTransform transform)Transforms the coordinate using the provided math transform.static EnvelopeJTS. transform(Envelope envelope, MathTransform transform)Transforms the envelope using the specified math transform.static EnvelopeJTS. transform(Envelope sourceEnvelope, Envelope targetEnvelope, MathTransform transform, int npoints)Transforms the densified envelope using the specified math transform.static GeometryJTS. transform(Geometry geom, MathTransform transform)Transforms the geometry using the default transformer.CoordinateSequencePreciseCoordinateSequenceTransformer. transform(CoordinateSequence cs, MathTransform transform)static voidJTS. xform(MathTransform transform, double[] src, double[] dest)Like a transform but eXtreme!Constructors in org.geotools.geometry.jts with parameters of type MathTransform Constructor Description Decimator(MathTransform screenToWorld, Rectangle paintArea)djb - noticed that the old way of finding out the decimation is based on the (0,0) location of the image.Decimator(MathTransform screenToWorld, Rectangle paintArea, double pixelDistance)Builds a decimator that will generalize geometries so that two subsequent points will be at least pixelDistance away from each other when painted on the screen.LiteShape2(Geometry geom, MathTransform mathTransform, Decimator decimator, boolean generalize)Creates a new LiteShape object.LiteShape2(Geometry geom, MathTransform mathTransform, Decimator decimator, boolean generalize, boolean clone)Creates a new LiteShape object.LiteShape2(Geometry geom, MathTransform mathTransform, Decimator decimator, boolean generalize, double maxDistance)Creates a new LiteShape object.
- 
Uses of MathTransform in org.geotools.geometry.jts.coordinatesequenceMethods in org.geotools.geometry.jts.coordinatesequence with parameters of type MathTransform Modifier and Type Method Description CoordinateSequenceInPlaceCoordinateSequenceTransformer. transform(CoordinateSequence cs, MathTransform transform)
- 
Uses of MathTransform in org.geotools.map.legendMethods in org.geotools.map.legend with parameters of type MathTransform Modifier and Type Method Description voidDrawer. drawFeature(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform, boolean drawVertices, MathTransform mt)voidDrawer. drawFeature(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform, boolean drawVertices, Symbolizer[] symbs, MathTransform mt)voidDrawer. drawFeature(BufferedImage bi, SimpleFeature feature, AffineTransform worldToScreenTransform, boolean drawVertices, Symbolizer symbolizer, MathTransform mathTransform, LiteShape shape)
- 
Uses of MathTransform in org.geotools.process.vectorMethods in org.geotools.process.vector with parameters of type MathTransform Modifier and Type Method Description static Coordinate[]BarnesSurfaceProcess. extractPoints(SimpleFeatureCollection obsPoints, String attrName, MathTransform trans, int dataLimit)protected voidHeatmapProcess. extractPoints(SimpleFeatureCollection obsPoints, String attrName, MathTransform trans, HeatmapSurface heatMap)Extract points from a feature collection, and stores them in the heatmap
- 
Uses of MathTransform in org.geotools.referencingMethods in org.geotools.referencing that return MathTransform Modifier and Type Method Description static MathTransformCRS. findMathTransform(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS)Grab a transform between two Coordinate Reference Systems.static MathTransformCRS. findMathTransform(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, boolean lenient)Grab a transform between two Coordinate Reference Systems.static MathTransformCRS. findMathTransform(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, String transformCode)Grab a transform between two Coordinate Reference Systems with the required transformation being used.Methods in org.geotools.referencing with parameters of type MathTransform Modifier and Type Method Description static GeneralBoundsCRS. transform(MathTransform transform, Bounds envelope)Transforms an envelope using the given math transform.
- 
Uses of MathTransform in org.geotools.referencing.crsConstructors in org.geotools.referencing.crs with parameters of type MathTransform Constructor Description AbstractDerivedCRS(Map<String,?> properties, Conversion conversionFromBase, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)Constructs a derived CRS from a defining conversion.AbstractDerivedCRS(Map<String,Object> properties, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)Constructs a derived CRS from a set of properties.DefaultDerivedCRS(String name, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)Constructs a derived CRS from a name.DefaultDerivedCRS(Map<String,?> properties, Conversion conversionFromBase, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)Constructs a derived CRS from a defining conversion.DefaultDerivedCRS(Map<String,Object> properties, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)Constructs a derived CRS from a set of properties.DefaultDerivedCRS(Map<String,Object> properties, OperationMethod method, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)Constructs a derived CRS from a set of properties.DefaultProjectedCRS(String name, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)Constructs a projected CRS from a name.DefaultProjectedCRS(Map<String,?> properties, Conversion conversionFromBase, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)Constructs a projected CRS from a defining conversion.DefaultProjectedCRS(Map<String,Object> properties, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)Constructs a projected CRS from a set of properties.DefaultProjectedCRS(Map<String,Object> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)Constructs a projected CRS from a set of properties.
- 
Uses of MathTransform in org.geotools.referencing.factoryMethods in org.geotools.referencing.factory with parameters of type MathTransform Modifier and Type Method Description ProjectedCRSReferencingObjectFactory. createProjectedCRS(Map<String,Object> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS)Creates a projected coordinate reference system from a transform.
- 
Uses of MathTransform in org.geotools.referencing.operationSubinterfaces of MathTransform in org.geotools.referencing.operation Modifier and Type Interface Description interfaceLinearTransformInterface for linearMathTransforms.Classes in org.geotools.referencing.operation that implement MathTransform Modifier and Type Class Description protected static classMathTransformProvider.DelegateThe result of a call tocreateMathTransform.Fields in org.geotools.referencing.operation declared as MathTransform Modifier and Type Field Description protected MathTransformAbstractCoordinateOperation. transformTransform from positions in the source coordinate reference system to positions in the target coordinate reference system.Methods in org.geotools.referencing.operation that return MathTransform Modifier and Type Method Description MathTransformDefaultMathTransformFactory. createAffineTransform(Matrix matrix)Creates an affine transform from a matrix.MathTransformDefaultMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, ParameterValueGroup parameters, CoordinateSystem derivedCS)Creates a parameterized transform from a base CRS to a derived CS.MathTransformDefaultMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, MathTransform projection, CoordinateSystem derivedCS)Creates a transform from a base CRS to a derived CS.MathTransformDefaultMathTransformFactory. createConcatenatedTransform(MathTransform transform1, MathTransform transform2)Creates a transform by concatenating two existing transforms.MathTransformDefaultMathTransformFactory. createFromWKT(String text)Creates a math transform object from a Well Known Text (WKT).MathTransformDefaultMathTransformFactory. createFromXML(String xml)Creates a math transform object from a XML string.protected abstract MathTransformMathTransformProvider. createMathTransform(ParameterValueGroup values)Creates a math transform from the specified group of parameter values.MathTransformDefaultMathTransformFactory. createParameterizedTransform(ParameterValueGroup parameters)Creates a transform from a group of parameters.MathTransformDefaultMathTransformFactory. createPassThroughTransform(int firstAffectedOrdinate, MathTransform subTransform, int numTrailingOrdinates)Creates a transform which passes through a subset of ordinates to another transform.MathTransformAbstractCoordinateOperation. getMathTransform()Gets the math transform.Methods in org.geotools.referencing.operation with parameters of type MathTransform Modifier and Type Method Description static voidDefaultOperationMethod. checkDimensions(OperationMethod method, MathTransform transform)Checks if an operation method and a math transform have a compatible number of source and target dimensions.static ConversionDefaultConversion. create(Conversion definition, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, Class<? extends Conversion> typeHint)Returns a conversion from the specified defining conversion.static CoordinateOperationDefaultOperation. create(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method, Class<? extends CoordinateOperation> type)Returns a coordinate operation of the specified class.MathTransformDefaultMathTransformFactory. createBaseToDerived(CoordinateReferenceSystem baseCRS, MathTransform projection, CoordinateSystem derivedCS)Creates a transform from a base CRS to a derived CS.MathTransformDefaultMathTransformFactory. createConcatenatedTransform(MathTransform transform1, MathTransform transform2)Creates a transform by concatenating two existing transforms.protected CoordinateOperationAbstractCoordinateOperationFactory. createFromMathTransform(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method, Class<? extends CoordinateOperation> type)Creates a coordinate operation from a math transform.protected CoordinateOperationAbstractCoordinateOperationFactory. createFromMathTransform(ReferenceIdentifier name, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform)Creates a coordinate operation from a math transform.MathTransformDefaultMathTransformFactory. createPassThroughTransform(int firstAffectedOrdinate, MathTransform subTransform, int numTrailingOrdinates)Creates a transform which passes through a subset of ordinates to another transform.Constructors in org.geotools.referencing.operation with parameters of type MathTransform Constructor Description AbstractCoordinateOperation(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform)Constructs a coordinate operation from a set of properties.DefaultConicProjection(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method)Constructs a projection from a set of properties.DefaultConicProjection(Conversion conversion, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform)Constructs a new projection with the same values than the specified one, together with the specified source and target CRS.DefaultConversion(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method)Constructs a conversion from a set of properties.DefaultConversion(Conversion definition, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform)Constructs a new conversion with the same values than the specified one, together with the specified source and target CRS.DefaultCylindricalProjection(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method)Constructs a projection from a set of properties.DefaultCylindricalProjection(Conversion conversion, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform)Constructs a new projection with the same values than the specified one, together with the specified source and target CRS.DefaultOperation(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method)Constructs an operation from a set of properties.DefaultOperationMethod(MathTransform transform)Convenience constructor that creates an operation method from a math transform.DefaultPassThroughOperation(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, Operation operation, MathTransform transform)Constructs a single operation from a set of properties and the given transform.DefaultPlanarProjection(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method)Constructs a projection from a set of properties.DefaultPlanarProjection(Conversion conversion, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform)Constructs a new projection with the same values than the specified one, together with the specified source and target CRS.DefaultProjection(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method)Constructs a projection from a set of properties.DefaultProjection(Conversion conversion, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform)Constructs a new projection with the same values than the specified one, together with the specified source and target CRS.DefaultSingleOperation(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform)Constructs a single operation from a set of properties.DefaultTransformation(Map<String,?> properties, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, MathTransform transform, OperationMethod method)Constructs a transformation from a set of properties.DefiningConversion(Map<String,?> properties, OperationMethod method, MathTransform transform)Constructs a conversion from a math transform.Delegate(MathTransform transform, OperationMethod method)Encapsulates the math transform created by the specified provider.
- 
Uses of MathTransform in org.geotools.referencing.operation.builderMethods in org.geotools.referencing.operation.builder that return MathTransform Modifier and Type Method Description protected MathTransformAdvancedAffineBuilder. computeMathTransform()protected MathTransformBursaWolfTransformBuilder. computeMathTransform()Returns MathtTransform setup as BursaWolf transformation.protected abstract MathTransformMathTransformBuilder. computeMathTransform()Calculates the math transform immediately.protected MathTransformProjectiveTransformBuilder. computeMathTransform()protected MathTransformRubberSheetBuilder. computeMathTransform()Returns MathTransform transformation setup as RubberSheet.MathTransformGridToEnvelopeMapper. createTransform()Creates a math transform using the information provided by setter methods.MathTransformMathTransformBuilder. getMathTransform()Returns the calculated math transform.
- 
Uses of MathTransform in org.geotools.referencing.operation.projectionClasses in org.geotools.referencing.operation.projection that implement MathTransform 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 MathTransform Modifier and Type Method Description protected MathTransformAlbersEqualArea.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformAzimuthalEquidistant.Provider. createMathTransform(ParameterValueGroup parameters)Create an Azimuthal Equidistant projection.MathTransformCassiniSoldner.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformCylindricalEqualArea.BehrmannProvider. createMathTransform(ParameterValueGroup parameters)protected MathTransformCylindricalEqualArea.LambertCylindricalEqualAreaProvider. createMathTransform(ParameterValueGroup parameters)protected MathTransformCylindricalEqualArea.Provider. createMathTransform(ParameterValueGroup parameters)protected MathTransformEckertIV.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformEqualArea.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformEquidistantConic.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformEquidistantCylindrical.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformEquidistantCylindrical.SphericalProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformGeneralOblique.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformGeostationarySatellite.Provider. createMathTransform(ParameterValueGroup parameters)MathTransformGnomonic.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformHomolosine.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformHotineObliqueMercator.Provider_TwoPoint. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformHotineObliqueMercator.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.MathTransformKrovak.NorthProvider. createMathTransform(ParameterValueGroup parameters)MathTransformKrovak.Provider. createMathTransform(ParameterValueGroup parameters)MathTransformLambertAzimuthalEqualArea.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformLambertConformal1SP.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformLambertConformal2SP.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformLambertConformalBelgium.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformLambertConformalEsriProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformMercator1SP.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformMercator2SP.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformMercatorPseudoProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformMeteosatSG.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformMollweide.MollweideProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformMollweide.WagnerIVProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformMollweide.WagnerVProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.MathTransformNewZealandMapGrid.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformObliqueMercator.Provider_TwoPoint. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformObliqueMercator.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformOrthographic.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformPlateCarree.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.MathTransformPolarStereographic.ProviderA. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.MathTransformPolarStereographic.ProviderB. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.MathTransformPolarStereographic.ProviderNorth. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.MathTransformPolarStereographic.ProviderSouth. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformPolyconic.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformRobinson.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformRotatedPole.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformSinusoidal.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformStereographic.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.MathTransformTransverseMercator.Provider_SouthOrientated. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformTransverseMercator.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformWinkelTripel.AitoffProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformWinkelTripel.WinkelProvider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.protected MathTransformWorldVanDerGrintenI.Provider. createMathTransform(ParameterValueGroup parameters)Creates a transform from the specified group of parameter values.
- 
Uses of MathTransform in org.geotools.referencing.operation.transformClasses in org.geotools.referencing.operation.transform that implement MathTransform Modifier and Type Class Description classAbstractMathTransformProvides a default implementation for most methods required by theMathTransforminterface.protected classAbstractMathTransform.InverseDefault implementation for inverse math transform.classAffineTransform2DTransforms two-dimensional coordinate points using an affine transform.classConcatenatedTransformBase class for concatenated transform.classEarthGravitationalModelTransforms vertical coordinates using coefficients from the Earth Gravitational Model.classExponentialTransform1DA one dimensional exponentional transform.classGeocentricTransformTransforms three dimensional geographic points to geocentric coordinate points.classGeocentricTranslationAn affine transform applied on geocentric coordinates.classIdentityTransformThe identity transform.classLinearTransform1DA one dimensional, linear transform.classLogarithmicTransform1DA one dimensional, logarithmic transform.classMathTransformProxyA math transform which delegates part of its work to an other math transform.classMolodenskiTransformTwo- or three-dimensional datum shift using the (potentially abridged) Molodensky transformation.classNADCONTransformTransform backed by the North American Datum Conversion grid.classNTv2TransformThe "NTv2" coordinate transformation method (EPSG:9615).classPassThroughTransformTransform which passes through a subset of ordinates to another transform.classProjectiveTransformA usually affine, or otherwise a projective transform.classVerticalTransformBase class for transformations from a height above the ellipsoid to a height above the geoid.classWarpTransform2DWraps an arbitraryWarpobject as a two-dimensional transform.Fields in org.geotools.referencing.operation.transform declared as MathTransform Modifier and Type Field Description protected MathTransformPassThroughTransform. subTransformThe sub transform.MathTransformMathTransformProxy. transformThe math transform on which to delegate the work.MathTransformConcatenatedTransform. transform1The first math transform.MathTransformConcatenatedTransform. transform2The second math transform.Methods in org.geotools.referencing.operation.transform that return MathTransform Modifier and Type Method Description static MathTransformConcatenatedTransform. create(MathTransform tr1, MathTransform tr2)Constructs a concatenated transform.static MathTransformPassThroughTransform. create(int firstAffectedOrdinate, MathTransform subTransform, int numTrailingOrdinates)Creates a transform which passes through a subset of ordinates to another transform.protected MathTransformEarthGravitationalModel.Provider. createMathTransform(ParameterValueGroup values)Creates a math transform from the specified group of parameter values.protected MathTransformGeocentricTransform.Provider. createMathTransform(ParameterValueGroup values)Creates a transform from the specified group of parameter values.MathTransformGeocentricTransform.ProviderInverse. createMathTransform(ParameterValueGroup values)Creates a transform from the specified group of parameter values.protected MathTransformGeocentricTranslation.Provider. createMathTransform(ParameterValueGroup values)Creates a math transform from the specified group of parameter values.protected MathTransformMolodenskiTransform.Provider. createMathTransform(ParameterValueGroup values)Creates a math transform from the specified group of parameter values.protected MathTransformNADCONTransform.Provider. createMathTransform(ParameterValueGroup values)Creates a math transform from the specified group of parameter values.protected MathTransformNTv2Transform.Provider. createMathTransform(ParameterValueGroup values)Creates a math transform from the specified group of parameter values.protected MathTransformProjectiveTransform.ProviderAffine. createMathTransform(ParameterValueGroup values)Creates a projective transform from the specified group of parameter values.protected MathTransformProjectiveTransform.ProviderLongitudeRotation. createMathTransform(ParameterValueGroup values)Creates a transform from the specified group of parameter values.protected MathTransformSimilarityTransformProvider. createMathTransform(ParameterValueGroup values)Constructs anAffineTransform2Dmath transform from the specified group of parameter values.protected MathTransformWarpTransform2DProvider. createMathTransform(ParameterValueGroup values)Creates a warp transform from the specified group of parameter values.MathTransformPassThroughTransform. getSubTransform()Returns the sub transform.MathTransformAbstractMathTransform. inverse()Creates the inverse transform of this object.MathTransformAbstractMathTransform.Inverse. inverse()Returns the inverse of this math transform, which is the enclosing math transform.MathTransformConcatenatedTransform. inverse()Creates the inverse transform of this object.MathTransformGeocentricTransform. inverse()Returns the inverse of this transform.MathTransformIdentityTransform. inverse()Returns the inverse transform of this object, which is this transform itselfMathTransformMathTransformProxy. inverse()Returns the inverse of this math transform.MathTransformMolodenskiTransform. inverse()Creates the inverse transform of this object.MathTransformPassThroughTransform. inverse()Creates the inverse transform of this object.MathTransformProjectiveTransform. inverse()Creates the inverse transform of this object.MathTransformDimensionFilter. separate(MathTransform transform)Separates the specified math transform.Methods in org.geotools.referencing.operation.transform with parameters of type MathTransform Modifier and Type Method Description static MathTransformConcatenatedTransform. create(MathTransform tr1, MathTransform tr2)Constructs a concatenated transform.static MathTransformPassThroughTransform. create(int firstAffectedOrdinate, MathTransform subTransform, int numTrailingOrdinates)Creates a transform which passes through a subset of ordinates to another transform.MathTransformDimensionFilter. separate(MathTransform transform)Separates the specified math transform.Constructors in org.geotools.referencing.operation.transform with parameters of type MathTransform Constructor Description ConcatenatedTransform(MathTransform transform1, MathTransform transform2)Constructs a concatenated transform.MathTransformProxy(MathTransform transform)Creates a new proxy which delegates its work to the specified math transform.PassThroughTransform(int firstAffectedOrdinate, MathTransform subTransform, int numTrailingOrdinates)Create a pass through transform.
- 
Uses of MathTransform in org.geotools.referencing.utilMethods in org.geotools.referencing.util with parameters of type MathTransform Modifier and Type Method Description static PositionCRSUtilities. deltaTransform(MathTransform transform, Position origin, Position source)Transforms the relative distance vector specified bysourceand stores the result indest.
- 
Uses of MathTransform in org.geotools.referencing.wktMethods in org.geotools.referencing.wkt that return MathTransform Modifier and Type Method Description MathTransformMathTransformParser. parseMathTransform(String text)Parses a math transform element.Methods in org.geotools.referencing.wkt with parameters of type MathTransform Modifier and Type Method Description voidFormatter. append(MathTransform transform)Append the specified math transform.
- 
Uses of MathTransform in org.geotools.renderer.crsMethods in org.geotools.renderer.crs that return MathTransform Modifier and Type Method Description protected MathTransformProjectionHandler. concatenateTransforms(List<MathTransform> datumShiftChain)MathTransformProjectionHandler. getRenderingTransform(MathTransform mt)Can modify/wrap the transform to handle specific projection issuesMethods in org.geotools.renderer.crs with parameters of type MathTransform Modifier and Type Method Description protected voidProjectionHandler. accumulateTransforms(MathTransform mt, List<MathTransform> elements)MathTransformProjectionHandler. getRenderingTransform(MathTransform mt)Can modify/wrap the transform to handle specific projection issuesGeometryProjectionHandler. postProcess(MathTransform mt, Geometry geometry)Processes the geometry already projected to the target SRS.GeometryWrappingProjectionHandler. postProcess(MathTransform mt, Geometry geometry)Method parameters in org.geotools.renderer.crs with type arguments of type MathTransform Modifier and Type Method Description protected voidProjectionHandler. accumulateTransforms(MathTransform mt, List<MathTransform> elements)protected MathTransformProjectionHandler. concatenateTransforms(List<MathTransform> datumShiftChain)
- 
Uses of MathTransform in org.geotools.renderer.liteMethods in org.geotools.renderer.lite that return MathTransform Modifier and Type Method Description static MathTransformStreamingRenderer. getMathTransform(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem destCRS)
- 
Uses of MathTransform in org.geotools.swing.toolMethods in org.geotools.swing.tool that return MathTransform Modifier and Type Method Description protected MathTransformInfoToolHelper. getContentToLayerTransform()Gets theMathTransformused to convert coordinates from the projection being used by theMapContentto that of theLayer.Methods in org.geotools.swing.tool with parameters of type MathTransform Modifier and Type Method Description static Position2DInfoToolHelperUtils. getTransformed(Position2D pos, MathTransform transform)Transforms a position.
- 
Uses of MathTransform in org.geotools.tile.implMethods in org.geotools.tile.impl with parameters of type MathTransform Modifier and Type Method Description static ReferencedEnvelopeScaleZoomLevelMatcher. getProjectedEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem destinationCRS, MathTransform transformation)Re-Projects the given envelope to destinationCRS using transformation.Constructors in org.geotools.tile.impl with parameters of type MathTransform Constructor Description ScaleZoomLevelMatcher(CoordinateReferenceSystem crsMap, CoordinateReferenceSystem crsTiles, MathTransform transformMapToTileCrs, MathTransform transformTileCrsToMap, ReferencedEnvelope mapExtentTileCrs, ReferencedEnvelope mapExtentMapCrs, double scale)
 
-