Uses of Class
org.geotools.api.referencing.operation.TransformException
- 
- 
Uses of TransformException in org.geotools.api.geometryMethods in org.geotools.api.geometry that throw TransformException Modifier and Type Method Description BoundingBoxBoundingBox. toBounds(CoordinateReferenceSystem targetCRS)Transforms this box to the specified CRS and returns a new bounding box for the transformed shape.BoundingBoxBoundingBox3D. 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.operationSubclasses of TransformException in org.geotools.api.referencing.operation Modifier and Type Class Description classNoninvertibleTransformExceptionThrown whenMathTransform.inverse()is invoked but the transform can't be inverted.Methods in org.geotools.api.referencing.operation that throw TransformException Modifier and Type Method Description ShapeMathTransform2D. createTransformedShape(Shape shape)Transforms the specified shape.MatrixMathTransform. 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.MatrixMathTransform2D. 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.PositionMathTransform. transform(Position ptSrc, Position ptDst)Transforms the specifiedptSrcand stores the result inptDst.doubleMathTransform1D. transform(double value)Transforms the specified value.Point2DMathTransform2D. transform(Point2D ptSrc, Point2D ptDst)Transforms the specifiedptSrcand stores the result inptDst.
- 
Uses of TransformException in org.geotools.coverage.gridMethods in org.geotools.coverage.grid that throw TransformException Modifier and Type Method Description static LookupTableJAILookupTableFactory. create(int sourceType, int targetType, MathTransform1D[] transforms)Gets a lookup factoryPositionGridGeometry2D. gridToWorld(GridCoordinates2D point)Transforms a point represented by a GridCoordinates2D object from grid to world coordinates.ReferencedEnvelopeGridGeometry2D. gridToWorld(GridEnvelope2D gridEnv)Transforms an represented by a GridEnvelope2D object from grid to world coordinates.GridEnvelope2DGridGeometry2D. worldToGrid(BoundingBox envelope)Transforms a rectangle represented by an Envelope2D object from world to grid coordinates.GridCoordinates2DGridGeometry2D. worldToGrid(Position point)Transforms a point represented by a DirectPosition object from world to grid coordinates.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.ioMethods in org.geotools.coverage.grid.io that throw TransformException Modifier and Type Method Description protected 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.ioMethods in org.geotools.coverage.io that throw TransformException Modifier and Type Method Description voidCoverageReadRequest. setDomainSubset(Rectangle rasterArea, MathTransform2D gridToWorldTrasform, CoordinateReferenceSystem crs)
- 
Uses of TransformException in org.geotools.coverage.io.utilMethods in org.geotools.coverage.io.util that throw TransformException Modifier and Type Method Description static 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.processingMethods in org.geotools.coverage.processing that throw TransformException 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.
- 
Uses of TransformException in org.geotools.coverage.processing.operationMethods in org.geotools.coverage.processing.operation that throw TransformException Modifier and Type Method Description static 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.utilMethods in org.geotools.coverage.util that throw TransformException 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 CoordinateReferenceSystemCoverageUtilities. getCRS2D(Coverage coverage)Returns 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.crsConstructors in org.geotools.data.crs that throw TransformException Constructor Description ReprojectFeatureResults(FeatureCollection<SimpleFeatureType,SimpleFeature> results, CoordinateReferenceSystem destinationCS)Creates a new reprojecting feature results
- 
Uses of TransformException in org.geotools.data.utilMethods in org.geotools.data.util that throw TransformException Modifier and Type Method Description booleanScreenMap. checkAndSet(Envelope envelope)booleanScreenMap. get(Envelope envelope)
- 
Uses of TransformException in org.geotools.featureMethods in org.geotools.feature that throw TransformException Modifier and Type Method Description static SimpleFeatureFeatureTypes. transform(SimpleFeature feature, SimpleFeatureType schema, MathTransform transform)Applies transform to all geometry attribute.
- 
Uses of TransformException in org.geotools.gce.grassrasterMethods in org.geotools.gce.grassraster that throw TransformException Modifier and Type Method Description static JGrassRegionJGrassUtilities. getJGrassRegionFromGridCoverage(GridCoverage2D gridCoverage2D)static EnvelopeJGrassUtilities. reprojectEnvelopeByEpsg(int srcEpsg, int destEpsg, Envelope srcEnvelope)
- 
Uses of TransformException in org.geotools.gce.imagemosaicMethods in org.geotools.gce.imagemosaic that throw TransformException Modifier and Type Method Description static 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.geometryMethods in org.geotools.geometry that throw TransformException Modifier and Type Method Description PositionTransformedPosition. inverseTransform()Returns a new point with the same coordinates than this one, but transformed in thesourceCRSgiven at construction time.PositionTransformedPosition. inverseTransform(CoordinateReferenceSystem crs)Returns a new point with the same coordinates than this one, but transformed in the given CRS.BoundingBoxEnvelope2DArchived. toBounds(CoordinateReferenceSystem targetCRS)voidTransformedPosition. transform(Position position)Transforms a given position and stores the result in this object.
- 
Uses of TransformException in org.geotools.geometry.jtsMethods in org.geotools.geometry.jts that throw TransformException 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)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.BoundingBoxReferencedEnvelope. toBounds(CoordinateReferenceSystem targetCRS)Returns a new bounding box which contains the transformed shape of this bounding box.BoundingBoxReferencedEnvelope3D. 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.CoordinateSequenceCoordinateSequenceTransformer. transform(CoordinateSequence sequence, MathTransform transform)Returns a transformed coordinate sequence.CoordinateSequenceDefaultCoordinateSequenceTransformer. transform(CoordinateSequence sequence, MathTransform transform)Returns a transformed coordinate sequence.GeometryGeometryCoordinateSequenceTransformer. transform(Geometry g)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.CoordinateSequencePreciseCoordinateSequenceTransformer. transform(CoordinateSequence cs, MathTransform transform)ReferencedEnvelopeReferencedEnvelope. transform(CoordinateReferenceSystem targetCRS, boolean lenient)Transforms the referenced envelope to the specified coordinate reference system.ReferencedEnvelopeReferencedEnvelope. transform(CoordinateReferenceSystem targetCRS, boolean lenient, int numPointsForTransformation)Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points.ReferencedEnvelopeReferencedEnvelope3D. transform(CoordinateReferenceSystem targetCRS, boolean lenient)Transforms the referenced envelope to the specified coordinate reference system.ReferencedEnvelopeReferencedEnvelope3D. transform(CoordinateReferenceSystem targetCRS, boolean lenient, int numPointsForTransformation)Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points.LineStringGeometryCoordinateSequenceTransformer. transformLineString(LineString ls, GeometryFactory gf)PointGeometryCoordinateSequenceTransformer. transformPoint(Point point, GeometryFactory gf)PolygonGeometryCoordinateSequenceTransformer. 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 TransformException Constructor Description 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 TransformException in org.geotools.geometry.jts.coordinatesequenceMethods in org.geotools.geometry.jts.coordinatesequence that throw TransformException Modifier and Type Method Description CoordinateSequenceInPlaceCoordinateSequenceTransformer. transform(CoordinateSequence cs, MathTransform transform)
- 
Uses of TransformException in org.geotools.metadata.iso.extentConstructors in org.geotools.metadata.iso.extent that throw TransformException Constructor Description GeographicBoundingBoxImpl(Bounds envelope)Constructs a geographic bounding box from the specified envelope.
- 
Uses of TransformException in org.geotools.process.rasterMethods in org.geotools.process.raster that throw TransformException Modifier and Type Method Description static 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.vectorMethods in org.geotools.process.vector that throw TransformException Modifier and Type Method Description SimpleFeatureCollectionGraticuleLabelPointProcess. execute(SimpleFeatureCollection features, ReferencedEnvelope bounds, Double offset, String placement)SimpleFeatureCollectionPointStackerProcess. 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.referencingMethods in org.geotools.referencing that throw TransformException Modifier and Type Method Description protected voidConsole. execute(String instruction)Execute the specified instruction.PositionGeodeticCalculator. getDestinationPosition()Returns the destination position in user coordinates, which doesn't need to be geographic.PositionGeodeticCalculator. 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.operationSubclasses of TransformException in org.geotools.referencing.operation Modifier and Type Class Description classTransformPathNotFoundExceptionThrown 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.projectionSubclasses of TransformException in org.geotools.referencing.operation.projection Modifier and Type Class Description classPointOutsideEnvelopeExceptionThrown byMapProjectionwhen a map projection failed because the point is outside the envelope of validity.classProjectionExceptionThrown byMapProjectionwhen a map projection failed.Methods in org.geotools.referencing.operation.projection that throw TransformException Modifier and Type Method Description static 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.transformMethods in org.geotools.referencing.operation.transform that throw TransformException Modifier and Type Method Description WarpWarpBuilder. buildWarp(MathTransform2D mt, Rectangle domain)ShapeAbstractMathTransform. createTransformedShape(Shape shape)Transform the specified shape.MatrixAbstractMathTransform. derivative(Point2D point)Gets the derivative of this transform at a point.MatrixAbstractMathTransform. derivative(Position point)Gets the derivative of this transform at a point.MatrixAbstractMathTransform.Inverse. derivative(Point2D point)Gets the derivative of this transform at a point.MatrixAbstractMathTransform.Inverse. derivative(Position point)Gets the derivative of this transform at a point.MatrixConcatenatedTransform. derivative(Point2D point)Gets the derivative of this transform at a point.MatrixConcatenatedTransform. derivative(Position point)Gets the derivative of this transform at a point.MatrixLinearTransform1D. derivative(Position point)Gets the derivative of this transform at a point.MatrixMathTransformProxy. derivative(Position point)Gets the derivative of this transform at a point.MatrixPassThroughTransform. derivative(Position point)Gets the derivative of this transform at a point.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.Point2DAbstractMathTransform. transform(Point2D ptSrc, Point2D ptDst)Transforms the specifiedptSrcand stores the result inptDst.PositionAbstractMathTransform. transform(Position ptSrc, Position ptDst)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.PositionConcatenatedTransform. transform(Position ptSrc, Position ptDst)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.PositionMathTransformProxy. transform(Position ptSrc, Position ptDst)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.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.utilMethods in org.geotools.referencing.util that throw TransformException Modifier and Type Method Description static 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.crsMethods in org.geotools.renderer.crs that throw TransformException Modifier and Type Method Description ReferencedEnvelopeProjectionHandler. getProjectedEnvelope(ReferencedEnvelope envelope, CoordinateReferenceSystem targetCRS)Reprojects the given envelope to the target CRS, taking into account the ProjectionHandler constraints (valid area bounds, etc.).List<ReferencedEnvelope>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)GeometryProjectionHandler. preProcess(Geometry geometry)Pre processes the geometry, e.g. cuts it, splits it, etc. in its native srs.GeometryWrappingProjectionHandler. 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.liteMethods in org.geotools.renderer.lite that throw TransformException Modifier and Type Method Description ObjectRenderingTransformationHelper. 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 calls#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.gridcoverage2dMethods in org.geotools.renderer.lite.gridcoverage2d that throw TransformException Modifier and Type Method Description doubleMathTransformationAdapter. 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.List<GridCoverage2D>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.List<GridCoverage2D>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.RenderedImageGridCoverageRenderer. 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 symbolizerRenderedImageGridCoverageRenderer. renderImage(GridCoverage2DReader reader, GeneralParameterValue[] readParams, RasterSymbolizer symbolizer, Interpolation interpolation, Color background, int tileSizeX, int tileSizeY)Constructors in org.geotools.renderer.lite.gridcoverage2d that throw TransformException Constructor Description GridCoverageRenderer(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.implMethods in org.geotools.tile.impl that throw TransformException Modifier and Type Method Description static 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.
 
-