Uses of Class
org.geotools.api.referencing.operation.TransformException
Packages that use TransformException
Package
Description
Root package for geometries.
Coordinate operations (relationship between
any two coordinate reference systems).
GridCoverage2D implementation.
Coverage processing
implementations.
List of coverage operations.
GRASS input/output drivers
Basic geometry concepts to support referencing and coverage use.
Extent implementation.
Raster processing support for the GeoTools library.
Vector processing support for the GeoTools library.
Reference systems implementation.
Coordinate operation implementation.
Basic implementations of map projections.
Basic implementations of math transforms.
A simple renderer implementation.
SLD 1.0 and SE RasterSymbolizer support classes
-
Uses of TransformException in org.geotools.api.geometry
Methods in org.geotools.api.geometry that throw TransformExceptionModifier and TypeMethodDescriptionBoundingBox.toBounds(CoordinateReferenceSystem targetCRS) Transforms this box to the specified CRS and returns a new bounding box for the transformed shape.BoundingBox3D.toBounds(CoordinateReferenceSystem targetCRS) Transforms this box to the specified CRS and returns a new bounding box for the transformed shape. -
Uses of TransformException in org.geotools.api.referencing.operation
Subclasses of TransformException in org.geotools.api.referencing.operationModifier and TypeClassDescriptionclassThrown whenMathTransform.inverse()is invoked but the transform can't be inverted.Methods in org.geotools.api.referencing.operation that throw TransformExceptionModifier and TypeMethodDescriptionMathTransform2D.createTransformedShape(Shape shape) Transforms the specified shape.MathTransform.derivative(Position point) Gets the derivative of this transform at a point.doubleMathTransform1D.derivative(double value) Gets the derivative of this function at a value.MathTransform2D.derivative(Point2D point) Gets the derivative of this transform at a point.voidMathTransform.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidMathTransform.transform(double[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidMathTransform.transform(float[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidMathTransform.transform(float[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.Transforms the specifiedptSrcand stores the result inptDst.doubleMathTransform1D.transform(double value) Transforms the specified value.Transforms the specifiedptSrcand stores the result inptDst. -
Uses of TransformException in org.geotools.coverage.grid
Methods in org.geotools.coverage.grid that throw TransformExceptionModifier and TypeMethodDescriptionstatic LookupTableImageNLookupTableFactory.create(int sourceType, int targetType, MathTransform1D[] transforms) Gets a lookup factoryfinal PositionGridGeometry2D.gridToWorld(GridCoordinates2D point) Transforms a point represented by a GridCoordinates2D object from grid to world coordinates.final ReferencedEnvelopeGridGeometry2D.gridToWorld(GridEnvelope2D gridEnv) Transforms an represented by a GridEnvelope2D object from grid to world coordinates.final GridEnvelope2DGridGeometry2D.worldToGrid(BoundingBox envelope) Transforms a rectangle represented by an Envelope2D object from world to grid coordinates.final GridCoordinates2DGridGeometry2D.worldToGrid(Position point) Transforms a point represented by a DirectPosition object from world to grid coordinates.final GridEnvelope2DGridGeometry2D.worldToGrid(ReferencedEnvelope envelope) Transforms a rectangle represented by an ReferencedEnvelope (or BoundingBox) from world to grid coordinates. -
Uses of TransformException in org.geotools.coverage.grid.io
Methods in org.geotools.coverage.grid.io that throw TransformExceptionModifier and TypeMethodDescriptionprotected IntegerAbstractGridCoverage2DReader.setReadParams(String coverageName, OverviewPolicy overviewPolicy, ImageReadParam readP, GeneralBounds requestedEnvelope, Rectangle requestedDim) This method is responsible for preparing the read param for doing anImageReader.read(int, ImageReadParam).protected IntegerAbstractGridCoverage2DReader.setReadParams(OverviewPolicy overviewPolicy, ImageReadParam readP, GeneralBounds requestedEnvelope, Rectangle requestedDim) This method is responsible for preparing the read param for doing anImageReader.read(int, ImageReadParam). -
Uses of TransformException in org.geotools.coverage.io
Methods in org.geotools.coverage.io that throw TransformExceptionModifier and TypeMethodDescriptionvoidCoverageReadRequest.setDomainSubset(Rectangle rasterArea, MathTransform2D gridToWorldTrasform, CoordinateReferenceSystem crs) -
Uses of TransformException in org.geotools.coverage.io.util
Methods in org.geotools.coverage.io.util that throw TransformExceptionModifier and TypeMethodDescriptionstatic RectangleUtilities.getCropRegion(GeneralBounds envelope, MathTransform gridToWorldTransform) Return a crop region from a specified envelope, leveraging on a grid to world transformation.static BoundsUtilities.getEnvelopeAsWGS84(Bounds bounds, boolean get2D) Get a WGS84 envelope for the specified 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.static GeneralBoundsUtilities.getRequestedEnvelope2D(GeneralBounds requestedEnvelope) Return a 2D version of a requestedEnvelopestatic voidUtilities.setReadParameters(OverviewPolicy overviewPolicy, ImageReadParam readParam, GeneralBounds requestedEnvelope, Rectangle requestedDim, double[] highestRes, GridEnvelope gridRange, PixelInCell pixelInCell) Prepares the read parameters for doing anImageReader.read(int, ImageReadParam). -
Uses of TransformException in org.geotools.coverage.processing
Methods in org.geotools.coverage.processing that throw TransformExceptionModifier and TypeMethodDescriptionprotected static PolygonBaseStatisticsOperationJAI.convertPolygon(Polygon roiInput, MathTransform worldToGridTransform) Converte a JTSPolygon, which represents a ROI, into an AWTPolygonby means of the providedMathTransform. -
Uses of TransformException in org.geotools.coverage.processing.operation
Methods in org.geotools.coverage.processing.operation that throw TransformExceptionModifier and TypeMethodDescriptionstatic GridGeometryResample.computeGridGeometry(GridCoverage source, Bounds target) Computes a grid geometry from a source coverage and a target envelope. -
Uses of TransformException in org.geotools.coverage.util
Methods in org.geotools.coverage.util that throw TransformExceptionModifier and TypeMethodDescriptionstatic 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 CoordinateReferenceSystemReturns a two-dimensional CRS for the given coverage.static CoordinateReferenceSystemCoverageUtilities.getHorizontalCRS(Coverage coverage) Returns a two-dimensional horizontal CRS for the given coverage.static SimpleFeatureCollectionFeatureUtilities.wrapGridCoverage(GridCoverage2D coverage) Wraps a grid coverage into a Feature.static SimpleFeatureCollectionFeatureUtilities.wrapGridCoverageReader(GridCoverage2DReader gridCoverageReader, GeneralParameterValue[] params) Wraps a grid coverage into a Feature. -
Uses of TransformException in org.geotools.data.crs
Constructors in org.geotools.data.crs that throw TransformExceptionModifierConstructorDescriptionReprojectFeatureResults(FeatureCollection<SimpleFeatureType, SimpleFeature> results, CoordinateReferenceSystem destinationCS) Creates a new reprojecting feature results -
Uses of TransformException in org.geotools.data.util
Methods in org.geotools.data.util that throw TransformException -
Uses of TransformException in org.geotools.feature
Methods in org.geotools.feature that throw TransformExceptionModifier and TypeMethodDescriptionstatic SimpleFeatureFeatureTypes.transform(SimpleFeature feature, SimpleFeatureType schema, MathTransform transform) Applies transform to all geometry attribute. -
Uses of TransformException in org.geotools.gce.grassraster
Methods in org.geotools.gce.grassraster that throw TransformExceptionModifier and TypeMethodDescriptionstatic JGrassRegionJGrassUtilities.getJGrassRegionFromGridCoverage(GridCoverage2D gridCoverage2D) static EnvelopeJGrassUtilities.reprojectEnvelopeByEpsg(int srcEpsg, int destEpsg, Envelope srcEnvelope) -
Uses of TransformException in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that throw TransformExceptionModifier and TypeMethodDescriptionstatic ReferencedEnvelopeUtils.reprojectEnvelope(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, ReferencedEnvelope targetReferenceEnvelope) static GeometryUtils.reprojectEnvelopeToGeometry(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, ReferencedEnvelope targetReferenceEnvelope) Reprojects an envelope using theProjectionHandlermachinery.voidImageMosaicConfigHandler.updateConfiguration(GridCoverage2DReader coverageReader, String inputCoverageName, File fileBeingProcessed, int fileIndex, double numFiles, DefaultTransaction transaction) voidImageMosaicConfigHandler.updateConfiguration(GridCoverage2DReader coverageReader, String inputCoverageName, ImageMosaicSourceElement element, int fileIndex, double numFiles, DefaultTransaction transaction) Use the passed coverageReader to create or update the all the needed configurations
It not responsible of the passed coverageReader which should be disposed outside (in the caller). -
Uses of TransformException in org.geotools.geometry
Methods in org.geotools.geometry that throw TransformExceptionModifier and TypeMethodDescriptionTransformedPosition.inverseTransform()Returns a new point with the same coordinates than this one, but transformed in thesourceCRSgiven at construction time.TransformedPosition.inverseTransform(CoordinateReferenceSystem crs) Returns a new point with the same coordinates than this one, but transformed in the given CRS.Envelope2DArchived.toBounds(CoordinateReferenceSystem targetCRS) voidTransforms a given position and stores the result in this object. -
Uses of TransformException in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts that throw TransformExceptionModifier and TypeMethodDescriptionstatic 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.final GeometryDecimator.decimateTransformGeneralize(Geometry geometry, MathTransform transform) static doubleJTS.orthodromicDistance(Coordinate p1, Coordinate p2, CoordinateReferenceSystem crs) Computes the orthodromic distance between two points.voidLiteShape2.setGeometry(Geometry g) Sets the geometry contained in this lite shape.ReferencedEnvelope.toBounds(CoordinateReferenceSystem targetCRS) Returns a new bounding box which contains the transformed shape of this bounding box.ReferencedEnvelope3D.toBounds(CoordinateReferenceSystem targetCRS) Returns a new bounding box which contains the transformed shape of this bounding box.static ReferencedEnvelopeJTS.toGeographic(ReferencedEnvelope envelope) Transforms the envelope toDefaultGeographicCRS.WGS84.static EnvelopeJTS.toGeographic(Envelope envelope, CoordinateReferenceSystem crs) Transforms the envelope from its current crs toDefaultGeographicCRS.WGS84.static GeometryJTS.toGeographic(Geometry geom, CoordinateReferenceSystem crs) Transforms the geometry from its current crs toDefaultGeographicCRS.WGS84.CoordinateSequenceTransformer.transform(CoordinateSequence sequence, MathTransform transform) Returns a transformed coordinate sequence.DefaultCoordinateSequenceTransformer.transform(CoordinateSequence sequence, MathTransform transform) Returns a transformed coordinate sequence.Applies the transform to the provided geometry, creating a new transformed geometry.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.PreciseCoordinateSequenceTransformer.transform(CoordinateSequence cs, MathTransform transform) ReferencedEnvelope.transform(CoordinateReferenceSystem targetCRS, boolean lenient) Transforms the referenced envelope to the specified coordinate reference system.ReferencedEnvelope.transform(CoordinateReferenceSystem targetCRS, boolean lenient, int numPointsForTransformation) Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points.ReferencedEnvelope3D.transform(CoordinateReferenceSystem targetCRS, boolean lenient) Transforms the referenced envelope to the specified coordinate reference system.ReferencedEnvelope3D.transform(CoordinateReferenceSystem targetCRS, boolean lenient, int numPointsForTransformation) Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points.GeometryCoordinateSequenceTransformer.transformLineString(LineString ls, GeometryFactory gf) GeometryCoordinateSequenceTransformer.transformPoint(Point point, GeometryFactory gf) GeometryCoordinateSequenceTransformer.transformPolygon(Polygon polygon, GeometryFactory gf) static ReferencedEnvelopeJTS.transformTo2D(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, boolean lenient, int npoints) Transform from 3D down to 2D.static ReferencedEnvelope3DJTS.transformTo3D(ReferencedEnvelope sourceEnvelope, CoordinateReferenceSystem targetCRS, boolean lenient, int npoints) Transform from D up to 3D.static voidJTS.xform(MathTransform transform, double[] src, double[] dest) Like a transform but eXtreme!Constructors in org.geotools.geometry.jts that throw TransformExceptionModifierConstructorDescriptionLiteShape2(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 TransformException in org.geotools.geometry.jts.coordinatesequence
Methods in org.geotools.geometry.jts.coordinatesequence that throw TransformExceptionModifier and TypeMethodDescriptionInPlaceCoordinateSequenceTransformer.transform(CoordinateSequence cs, MathTransform transform) -
Uses of TransformException in org.geotools.metadata.iso.extent
Constructors in org.geotools.metadata.iso.extent that throw TransformExceptionModifierConstructorDescriptionGeographicBoundingBoxImpl(Bounds envelope) Constructs a geographic bounding box from the specified envelope. -
Uses of TransformException in org.geotools.process.raster
Methods in org.geotools.process.raster that throw TransformExceptionModifier and TypeMethodDescriptionstatic ROICoverageUtilities.getSimplifiedRoiGeometry(GridCoverage2D coverage, Geometry geometry) Converts a given geometry to a simplified Region of Interest (ROI) in raster space for a given grid coverage. -
Uses of TransformException in org.geotools.process.vector
Methods in org.geotools.process.vector that throw TransformExceptionModifier and TypeMethodDescriptionGraticuleLabelPointProcess.execute(SimpleFeatureCollection features, ReferencedEnvelope bounds, Double offset, String placement) PointStackerProcess.execute(SimpleFeatureCollection data, Integer cellSize, Boolean argWeightClusterPosition, Boolean argNormalize, PointStackerProcess.PreserveLocation preserveLocation, ReferencedEnvelope outputEnv, Integer outputWidth, Integer outputHeight, String cql, ProgressListener monitor) -
Uses of TransformException in org.geotools.referencing
Methods in org.geotools.referencing that throw TransformExceptionModifier and TypeMethodDescriptionprotected voidExecute the specified instruction.GeodeticCalculator.getDestinationPosition()Returns the destination position in user coordinates, which doesn't need to be geographic.GeodeticCalculator.getStartingPosition()Returns the starting position in user coordinates, which doesn't need to be geographic.voidGeodeticCalculator.setDestinationPosition(Position position) Set the destination position in user coordinates, which doesn't need to be geographic.voidGeodeticCalculator.setStartingPosition(Position position) Set the starting position in user coordinates, which doesn't need to be geographic.protected voidConsole.test()Invoked automatically when thetarget ptinstruction were executed and atest tolerancewere previously set.static GeneralBoundsCRS.transform(Bounds envelope, CoordinateReferenceSystem targetCRS) Transforms the given envelope to the specified CRS.static Rectangle2DCRS.transform(CoordinateOperation operation, Rectangle2D envelope, Rectangle2D destination) Transforms a rectangular envelope using the given coordinate operation.static GeneralBoundsCRS.transform(CoordinateOperation operation, Bounds envelope) Transforms an envelope using the given coordinate operation.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.static GeneralBoundsCRS.transform(MathTransform transform, Bounds envelope) Transforms an envelope using the given math transform. -
Uses of TransformException in org.geotools.referencing.operation
Subclasses of TransformException in org.geotools.referencing.operationModifier and TypeClassDescriptionclassThrown when a transformation can't be performed because no path from source CRS to target CRS has been found. -
Uses of TransformException in org.geotools.referencing.operation.projection
Subclasses of TransformException in org.geotools.referencing.operation.projectionModifier and TypeClassDescriptionclassThrown byMapProjectionwhen a map projection failed because the point is outside the envelope of validity.classThrown byMapProjectionwhen a map projection failed.Methods in org.geotools.referencing.operation.projection that throw TransformExceptionModifier and TypeMethodDescriptionstatic BoundsGeostationarySatellite.circumscribeFullDisk(CoordinateReferenceSystem geosCRS) Circumscribed rectangle (smallest) for full disk earth imagestatic BoundsGeostationarySatellite.inscribeFullDiskEstimate(CoordinateReferenceSystem geosCRS) Inscribed rectangle for for full disk earth image (not largest inscribing rectangle but close, hence "Estimate") -
Uses of TransformException in org.geotools.referencing.operation.transform
Methods in org.geotools.referencing.operation.transform that throw TransformExceptionModifier and TypeMethodDescriptionWarpWarpBuilder.buildWarp(MathTransform2D mt, Rectangle domain) AbstractMathTransform.createTransformedShape(Shape shape) Transform the specified shape.AbstractMathTransform.derivative(Point2D point) Gets the derivative of this transform at a point.AbstractMathTransform.derivative(Position point) Gets the derivative of this transform at a point.AbstractMathTransform.Inverse.derivative(Point2D point) Gets the derivative of this transform at a point.AbstractMathTransform.Inverse.derivative(Position point) Gets the derivative of this transform at a point.ConcatenatedTransform.derivative(Point2D point) Gets the derivative of this transform at a point.ConcatenatedTransform.derivative(Position point) Gets the derivative of this transform at a point.LinearTransform1D.derivative(Position point) Gets the derivative of this transform at a point.MathTransformProxy.derivative(Position point) Gets the derivative of this transform at a point.PassThroughTransform.derivative(Position point) Gets the derivative of this transform at a point.ThinPlateSplineTransform.derivative(Position point) Estimates the Jacobian matrix (first-order partial derivatives) of the transformation at a given point using central differences.doubleEarthGravitationalModel.heightOffset(double longitude, double latitude, double height) Returns the value to add to a height above the ellipsoid in order to get a height above the geoid for the specified geographic coordinate.protected abstract doubleVerticalTransform.heightOffset(double longitude, double latitude, double height) Returns the value to add to a height above the ellipsoid in order to get a height above the geoid for the specified geographic coordinate.voidNADCONTransform.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms nad83 values to nad27.voidNTv2Transform.inverseTransform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Inverse transform.voidAbstractMathTransform.transform(double[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidAbstractMathTransform.transform(float[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidAbstractMathTransform.transform(float[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.Transforms the specifiedptSrcand stores the result inptDst.Transforms the specifiedptSrcand stores the result inptDst.voidConcatenatedTransform.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidConcatenatedTransform.transform(float[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.Transforms the specifiedptSrcand stores the result inptDst.voidMathTransformProxy.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidMathTransformProxy.transform(double[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidMathTransformProxy.transform(float[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidMathTransformProxy.transform(float[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.Transforms the specifiedptSrcand stores the result inptDst.voidNADCONTransform.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidNTv2Transform.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidPassThroughTransform.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidPassThroughTransform.transform(float[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidThinPlateSplineTransform.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidThinPlateSplineTransform.transform(double[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidThinPlateSplineTransform.transform(float[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidThinPlateSplineTransform.transform(float[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.Transforms a 2D position using the thin plate spline transformation.voidVerticalTransform.transform(double[] srcPts, int srcOff, double[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values.voidVerticalTransform.transform(float[] srcPts, int srcOff, float[] dstPts, int dstOff, int numPts) Transforms a list of coordinate point ordinal values. -
Uses of TransformException in org.geotools.referencing.util
Methods in org.geotools.referencing.util that throw TransformExceptionModifier and TypeMethodDescriptionstatic voidBoundingBoxes.copy(Bounds envelope, GeographicBoundingBoxImpl box) Initializes a geographic bounding box from the specified envelope.static Point2DCRSUtilities.deltaTransform(MathTransform2D transform, Point2D origin, Point2D source, Point2D dest) Transforms the relative distance vector specified bysourceand stores the result indest.static PositionCRSUtilities.deltaTransform(MathTransform transform, Position origin, Position source) Transforms the relative distance vector specified bysourceand stores the result indest.static CoordinateReferenceSystemCRSUtilities.getCRS2D(CoordinateReferenceSystem crs) Returns a two-dimensional coordinate reference system representing the two first dimensions of the specified coordinate reference system. -
Uses of TransformException in org.geotools.renderer.crs
Methods in org.geotools.renderer.crs that throw TransformExceptionModifier and TypeMethodDescriptionProjectionHandler.getProjectedEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem targetCRS) Reprojects the given envelope to the target CRS, taking into account the ProjectionHandler constraints (valid area bounds, etc.).ProjectionHandler.getQueryEnvelopes()Returns a set of envelopes that will be used to query the data given the specified rendering envelope and the current query envelopeprotected List<ReferencedEnvelope>ProjectionHandler.getSourceEnvelopes(ReferencedEnvelope renderingEnvelope) ProjectionHandler.preProcess(Geometry geometry) Pre processes the geometry, e.g. cuts it, splits it, etc. in its native srs.WrappingProjectionHandler.preProcess(Geometry geometry) protected voidProjectionHandler.reprojectEnvelopes(CoordinateReferenceSystem queryCRS, List<ReferencedEnvelope> envelopes) protected ReferencedEnvelopeProjectionHandler.transformEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem targetCRS) -
Uses of TransformException in org.geotools.renderer.lite
Methods in org.geotools.renderer.lite that throw TransformExceptionModifier and TypeMethodDescriptionRenderingTransformationHelper.applyRenderingTransformation(Expression transformation, FeatureSource featureSource, Query layerQuery, Query renderingQuery, GridGeometry2D gridGeometry, CoordinateReferenceSystem sourceCrs, RenderingHints hints) static doubleRendererUtilities.calculateScale(ReferencedEnvelope envelope, int imageWidth, int imageHeight, double DPI) Find the scale denominator of the map.static doubleRendererUtilities.calculateScale(ReferencedEnvelope envelope, int imageWidth, int imageHeight, Map<?, ?> hints) First searches the hints for the scale denominator hint otherwise callsRendererUtilities.calculateScale(org.geotools.util.SoftValueHashMap.Reference, int, int, double).protected ReferencedEnvelopeStreamingRenderer.transformEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem crs) static AffineTransformRendererUtilities.worldToScreenTransform(Envelope mapExtent, Rectangle paintArea, CoordinateReferenceSystem destinationCrs) This worldToScreenTransform method makes the assumption that the crs is in Lon,Lat or Lat,Lon. -
Uses of TransformException in org.geotools.renderer.lite.gridcoverage2d
Methods in org.geotools.renderer.lite.gridcoverage2d that throw TransformExceptionModifier and TypeMethodDescriptiondoubleMathTransformationAdapter.derivative(double value) static List<GridCoverage2D>GridCoverageRendererUtilities.displace(List<GridCoverage2D> coverages, ProjectionHandler handler, GeneralBounds destinationEnvelope, CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, GridCoverageFactory gridCoverageFactory) Displaces a list of coverages, using a ProjectionHandler to eventually split into proper envelopes.GridCoverageReaderHelper.readCoverages(GeneralParameterValue[] readParams, ProjectionHandler handler) Reads the data taking into account advanced projection handling in order to deal with date line crossing, poles and other projection trouble areas.GridCoverageReaderHelper.readCoverages(GeneralParameterValue[] readParams, ProjectionHandler handler, GridCoverageFactory gridCoverageFactory) Reads the data taking into account advanced projection handling in order to deal with date line crossing, poles and other projection trouble areas.GridCoverageRenderer.renderImage(GridCoverage2D gridCoverage, RasterSymbolizer symbolizer, Interpolation interpolation, Color background, int tileSizeX, int tileSizeY) Turns the coverage into a rendered image applying the necessary transformations and the symbolizerGridCoverageRenderer.renderImage(GridCoverage2DReader reader, GeneralParameterValue[] readParams, RasterSymbolizer symbolizer, Interpolation interpolation, Color background, int tileSizeX, int tileSizeY) Constructors in org.geotools.renderer.lite.gridcoverage2d that throw TransformExceptionModifierConstructorDescriptionGridCoverageRenderer(CoordinateReferenceSystem destinationCRS, Envelope envelope, Rectangle screenSize, AffineTransform worldToScreen) Creates a newGridCoverageRendererobject.GridCoverageRenderer(CoordinateReferenceSystem destinationCRS, Envelope envelope, Rectangle screenSize, AffineTransform worldToScreen, RenderingHints newHints) Creates a newGridCoverageRendererobject. -
Uses of TransformException in org.geotools.tile.impl
Methods in org.geotools.tile.impl that throw TransformExceptionModifier and TypeMethodDescriptionstatic ScaleZoomLevelMatcherScaleZoomLevelMatcher.createMatcher(ReferencedEnvelope requestExtent, CoordinateReferenceSystem crsTiles, double scale) static ReferencedEnvelopeScaleZoomLevelMatcher.getProjectedEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem destinationCRS, MathTransform transformation) Re-Projects the given envelope to destinationCRS using transformation.