|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TransformException in org.geotools.coverage.grid |
---|
Methods in org.geotools.coverage.grid that throw TransformException | |
---|---|
DirectPosition |
GridGeometry2D.gridToWorld(GridCoordinates2D point)
Transforms a point represented by a GridCoordinates2D object from grid to world coordinates. |
Envelope2D |
GridGeometry2D.gridToWorld(GridEnvelope2D gridEnv)
Transforms a rectangle represented by a GridEnvelope2D object from grid to world coordinates. |
GridCoordinates2D |
GridGeometry2D.worldToGrid(DirectPosition point)
Transforms a point represented by a DirectPosition object from world to grid coordinates. |
GridEnvelope2D |
GridGeometry2D.worldToGrid(Envelope2D envelope)
Transforms a rectangle represented by an Envelope2D object from world to grid coordinates. |
Uses of TransformException in org.geotools.coverage.grid.io |
---|
Methods in org.geotools.coverage.grid.io that throw TransformException | |
---|---|
protected Integer |
AbstractGridCoverage2DReader.setReadParams(OverviewPolicy overviewPolicy,
ImageReadParam readP,
GeneralEnvelope requestedEnvelope,
Rectangle requestedDim)
This method is responsible for preparing the read param for doing an ImageReader.read(int, ImageReadParam) . |
protected Integer |
AbstractGridCoverage2DReader.setReadParams(String coverageName,
OverviewPolicy overviewPolicy,
ImageReadParam readP,
GeneralEnvelope requestedEnvelope,
Rectangle requestedDim)
This method is responsible for preparing the read param for doing an ImageReader.read(int, ImageReadParam) . |
Uses of TransformException in org.geotools.coverage.processing.operation |
---|
Methods in org.geotools.coverage.processing.operation that throw TransformException | |
---|---|
static GridGeometry |
Resample.computeGridGeometry(GridCoverage source,
Envelope target)
Computes a grid geometry from a source coverage and a target envelope. |
Uses of TransformException in org.geotools.data.crs |
---|
Constructors in org.geotools.data.crs that throw TransformException | |
---|---|
ReprojectFeatureResults(FeatureCollection<SimpleFeatureType,SimpleFeature> results,
CoordinateReferenceSystem destinationCS)
Creates a new reprojecting feature results |
Uses of TransformException in org.geotools.feature |
---|
Methods in org.geotools.feature that throw TransformException | |
---|---|
static SimpleFeature |
FeatureTypes.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 TransformException | |
---|---|
static JGrassRegion |
JGrassUtilities.getJGrassRegionFromGridCoverage(GridCoverage2D gridCoverage2D)
|
static Envelope |
JGrassUtilities.reprojectEnvelopeByEpsg(int srcEpsg,
int destEpsg,
Envelope srcEnvelope)
|
Uses of TransformException in org.geotools.geometry |
---|
Methods in org.geotools.geometry that throw TransformException | |
---|---|
DirectPosition |
TransformedDirectPosition.inverseTransform()
Returns a new point with the same coordinates than this one, but transformed in the sourceCRS given at construction time. |
DirectPosition |
TransformedDirectPosition.inverseTransform(CoordinateReferenceSystem crs)
Returns a new point with the same coordinates than this one, but transformed in the given CRS. |
BoundingBox |
Envelope2D.toBounds(CoordinateReferenceSystem targetCRS)
|
void |
TransformedDirectPosition.transform(DirectPosition position)
Transforms 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 TransformException | |
---|---|
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. |
void |
Decimator.decimateTransformGeneralize(Geometry geometry,
MathTransform transform)
|
static double |
JTS.orthodromicDistance(Coordinate p1,
Coordinate p2,
CoordinateReferenceSystem crs)
Computes the orthodromic distance between two points. |
void |
LiteShape2.setGeometry(Geometry g)
Sets the geometry contained in this lite shape. |
BoundingBox |
ReferencedEnvelope3D.toBounds(CoordinateReferenceSystem targetCRS)
Returns a new bounding box which contains the transformed shape of this bounding box. |
BoundingBox |
ReferencedEnvelope.toBounds(CoordinateReferenceSystem targetCRS)
Returns a new bounding box which contains the transformed shape of this bounding box. |
static Envelope |
JTS.toGeographic(Envelope envelope,
CoordinateReferenceSystem crs)
Transforms the envelope from its current crs to DefaultGeographicCRS.WGS84 . |
static Geometry |
JTS.toGeographic(Geometry geom,
CoordinateReferenceSystem crs)
Transforms the geometry from its current crs to DefaultGeographicCRS.WGS84 . |
static ReferencedEnvelope |
JTS.toGeographic(ReferencedEnvelope envelope)
Transforms the envelope to DefaultGeographicCRS.WGS84 . |
static Coordinate |
JTS.transform(Coordinate source,
Coordinate dest,
MathTransform transform)
Transforms the coordinate using the provided math transform. |
ReferencedEnvelope |
ReferencedEnvelope3D.transform(CoordinateReferenceSystem targetCRS,
boolean lenient)
Transforms the referenced envelope to the specified coordinate reference system. |
ReferencedEnvelope |
ReferencedEnvelope.transform(CoordinateReferenceSystem targetCRS,
boolean lenient)
Transforms the referenced envelope to the specified coordinate reference system. |
ReferencedEnvelope |
ReferencedEnvelope3D.transform(CoordinateReferenceSystem targetCRS,
boolean lenient,
int numPointsForTransformation)
Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points. |
ReferencedEnvelope |
ReferencedEnvelope.transform(CoordinateReferenceSystem targetCRS,
boolean lenient,
int numPointsForTransformation)
Transforms the referenced envelope to the specified coordinate reference system using the specified amount of points. |
CoordinateSequence |
PreciseCoordinateSequenceTransformer.transform(CoordinateSequence cs,
MathTransform transform)
|
CoordinateSequence |
DefaultCoordinateSequenceTransformer.transform(CoordinateSequence sequence,
MathTransform transform)
Returns a transformed coordinate sequence. |
CoordinateSequence |
CoordinateSequenceTransformer.transform(CoordinateSequence sequence,
MathTransform transform)
Returns a transformed coordinate sequence. |
static Envelope |
JTS.transform(Envelope sourceEnvelope,
Envelope targetEnvelope,
MathTransform transform,
int npoints)
Transforms the densified envelope using the specified math transform. |
static Envelope |
JTS.transform(Envelope envelope,
MathTransform transform)
Transforms the envelope using the specified math transform. |
Geometry |
GeometryCoordinateSequenceTransformer.transform(Geometry g)
Applies the transform to the provided geometry, creating a new transformed geometry. |
static Geometry |
JTS.transform(Geometry geom,
MathTransform transform)
Transforms the geometry using the default transformer. |
LineString |
GeometryCoordinateSequenceTransformer.transformLineString(LineString ls,
GeometryFactory gf)
|
Point |
GeometryCoordinateSequenceTransformer.transformPoint(Point point,
GeometryFactory gf)
|
Polygon |
GeometryCoordinateSequenceTransformer.transformPolygon(Polygon polygon,
GeometryFactory gf)
|
static ReferencedEnvelope |
JTS.transformTo2D(ReferencedEnvelope sourceEnvelope,
CoordinateReferenceSystem targetCRS,
boolean lenient,
int npoints)
Transform from 3D down to 2D. |
static ReferencedEnvelope3D |
JTS.transformTo3D(ReferencedEnvelope sourceEnvelope,
CoordinateReferenceSystem targetCRS,
boolean lenient,
int npoints)
Transform from D up to 3D. |
static void |
JTS.xform(MathTransform transform,
double[] src,
double[] dest)
Like a transform but eXtreme! |
Constructors in org.geotools.geometry.jts that throw TransformException | |
---|---|
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.coordinatesequence |
---|
Methods in org.geotools.geometry.jts.coordinatesequence that throw TransformException | |
---|---|
CoordinateSequence |
InPlaceCoordinateSequenceTransformer.transform(CoordinateSequence cs,
MathTransform transform)
|
Uses of TransformException in org.geotools.map |
---|
Constructors in org.geotools.map that throw TransformException | |
---|---|
DefaultMapLayer(GridCoverage2DReader reader,
Style style,
String title,
GeneralParameterValue[] params)
Deprecated. Constructor which adds a new layer and trigger a LayerListEvent . |
|
DefaultMapLayer(GridCoverage coverage,
Style style)
Deprecated. * Add a new layer and trigger a LayerListEvent . |
|
DefaultMapLayer(GridCoverage coverage,
Style style,
String title)
Deprecated. * Add a new layer and trigger a LayerListEvent . |
|
MapLayer(GridCoverage2DReader reader,
Style style,
String title,
GeneralParameterValue[] params)
Deprecated. Constructor which adds a new layer and trigger a LayerListEvent . |
|
MapLayer(GridCoverage coverage,
Style style)
Deprecated. * Add a new layer and trigger a LayerListEvent . |
|
MapLayer(GridCoverage coverage,
Style style,
String title)
Deprecated. * Add a new layer and trigger a LayerListEvent . |
Uses of TransformException in org.geotools.metadata.iso.extent |
---|
Constructors in org.geotools.metadata.iso.extent that throw TransformException | |
---|---|
GeographicBoundingBoxImpl(Envelope envelope)
Constructs a geographic bounding box from the specified envelope. |
Uses of TransformException in org.geotools.referencing |
---|
Methods in org.geotools.referencing that throw TransformException | |
---|---|
protected void |
Console.execute(String instruction)
Execute the specified instruction. |
DirectPosition |
GeodeticCalculator.getDestinationPosition()
Returns the destination position in user coordinates, which doesn't need to be geographic. |
DirectPosition |
GeodeticCalculator.getStartingPosition()
Returns the starting position in user coordinates, which doesn't need to be geographic. |
void |
GeodeticCalculator.setDestinationPosition(Position position)
Set the destination position in user coordinates, which doesn't need to be geographic. |
void |
GeodeticCalculator.setStartingPosition(Position position)
Set the starting position in user coordinates, which doesn't need to be geographic. |
protected void |
Console.test()
Invoked automatically when the target pt instruction were executed and a
test tolerance were previously set. |
static GeneralEnvelope |
CRS.transform(CoordinateOperation operation,
Envelope envelope)
Transforms an envelope using the given coordinate operation. |
static Rectangle2D |
CRS.transform(CoordinateOperation operation,
Rectangle2D envelope,
Rectangle2D destination)
Transforms a rectangular envelope using the given coordinate operation. |
static Envelope |
CRS.transform(Envelope envelope,
CoordinateReferenceSystem targetCRS)
Transforms the given envelope to the specified CRS. |
static Rectangle2D |
CRS.transform(MathTransform2D transform,
Rectangle2D envelope,
Rectangle2D destination)
Transforms a rectangular envelope using the given math transform. |
static GeneralEnvelope |
CRS.transform(MathTransform transform,
Envelope envelope)
Transforms an envelope using the given math transform. |
Uses of TransformException in org.geotools.referencing.operation |
---|
Subclasses of TransformException in org.geotools.referencing.operation | |
---|---|
class |
TransformPathNotFoundException
Thrown 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.projection | |
---|---|
class |
PointOutsideEnvelopeException
Thrown by MapProjection when a map projection failed because the point is
outside the envelope of validity. |
class |
ProjectionException
Thrown by MapProjection when a map projection failed. |
Uses of TransformException in org.geotools.referencing.operation.transform |
---|
Methods in org.geotools.referencing.operation.transform that throw TransformException | |
---|---|
Warp |
WarpBuilder.buildWarp(MathTransform2D mt,
Rectangle domain)
|
Shape |
AbstractMathTransform.createTransformedShape(Shape shape)
Transform the specified shape. |
Matrix |
AbstractMathTransform.derivative(DirectPosition point)
Gets the derivative of this transform at a point. |
Matrix |
AbstractMathTransform.Inverse.derivative(DirectPosition point)
Gets the derivative of this transform at a point. |
Matrix |
PassThroughTransform.derivative(DirectPosition point)
Gets the derivative of this transform at a point. |
Matrix |
LinearTransform1D.derivative(DirectPosition point)
Gets the derivative of this transform at a point. |
Matrix |
ConcatenatedTransform.derivative(DirectPosition point)
Gets the derivative of this transform at a point. |
Matrix |
MathTransformProxy.derivative(DirectPosition point)
Gets the derivative of this transform at a point. |
Matrix |
AbstractMathTransform.derivative(Point2D point)
Gets the derivative of this transform at a point. |
Matrix |
AbstractMathTransform.Inverse.derivative(Point2D point)
Gets the derivative of this transform at a point. |
Matrix |
ConcatenatedTransform.derivative(Point2D point)
Gets the derivative of this transform at a point. |
protected abstract double |
VerticalTransform.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. |
double |
EarthGravitationalModel.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. |
void |
NADCONTransform.inverseTransform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms nad83 values to nad27. |
void |
NTv2Transform.inverseTransform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Inverse transform. |
DirectPosition |
AbstractMathTransform.transform(DirectPosition ptSrc,
DirectPosition ptDst)
Transforms the specified ptSrc and stores the result in ptDst . |
DirectPosition |
ConcatenatedTransform.transform(DirectPosition ptSrc,
DirectPosition ptDst)
Transforms the specified ptSrc and stores the result in ptDst . |
DirectPosition |
MathTransformProxy.transform(DirectPosition ptSrc,
DirectPosition ptDst)
Transforms the specified ptSrc and stores the result in ptDst . |
void |
VerticalTransform.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
PassThroughTransform.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
NADCONTransform.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
ConcatenatedTransform.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
NTv2Transform.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
MathTransformProxy.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
AbstractMathTransform.transform(double[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
MathTransformProxy.transform(double[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
AbstractMathTransform.transform(float[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
MathTransformProxy.transform(float[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
VerticalTransform.transform(float[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
AbstractMathTransform.transform(float[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
PassThroughTransform.transform(float[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
ConcatenatedTransform.transform(float[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
MathTransformProxy.transform(float[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
Point2D |
AbstractMathTransform.transform(Point2D ptSrc,
Point2D ptDst)
Transforms the specified ptSrc and stores the result in ptDst . |
Uses of TransformException in org.geotools.referencing.piecewise |
---|
Methods in org.geotools.referencing.piecewise that throw TransformException | |
---|---|
Matrix |
DefaultPiecewiseTransform1D.derivative(DirectPosition point)
Gets the derivative of this transform at a point. |
Matrix |
DefaultPiecewiseTransform1DElement.derivative(DirectPosition point)
Gets the derivative of this transform at a point. |
Matrix |
MathTransform1DAdapter.derivative(DirectPosition point)
|
double |
DefaultPiecewiseTransform1D.derivative(double value)
Gets the derivative of this function at a value. |
double |
DefaultPiecewiseTransform1DElement.derivative(double value)
Gets the derivative of this function at a value. |
double |
MathTransform1DAdapter.derivative(double value)
|
DirectPosition |
DefaultPiecewiseTransform1D.transform(DirectPosition ptSrc,
DirectPosition ptDst)
|
DirectPosition |
DefaultPiecewiseTransform1DElement.transform(DirectPosition ptSrc,
DirectPosition ptDst)
Transforms the specified ptSrc and stores the result in
ptDst . |
DirectPosition |
MathTransform1DAdapter.transform(DirectPosition ptSrc,
DirectPosition ptDst)
|
double |
DefaultPiecewiseTransform1D.transform(double value)
|
double |
DefaultPiecewiseTransform1DElement.transform(double value)
Transforms the specified value. |
double |
MathTransform1DAdapter.transform(double value)
|
void |
DefaultPiecewiseTransform1D.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
DefaultPiecewiseTransform1DElement.transform(double[] arg0,
int arg1,
double[] arg2,
int arg3,
int arg4)
|
void |
MathTransform1DAdapter.transform(double[] arg0,
int arg1,
double[] arg2,
int arg3,
int arg4)
|
void |
DefaultPiecewiseTransform1D.transform(double[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
DefaultPiecewiseTransform1DElement.transform(double[] arg0,
int arg1,
float[] arg2,
int arg3,
int arg4)
|
void |
MathTransform1DAdapter.transform(double[] arg0,
int arg1,
float[] arg2,
int arg3,
int arg4)
|
void |
DefaultPiecewiseTransform1D.transform(float[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
DefaultPiecewiseTransform1DElement.transform(float[] arg0,
int arg1,
double[] arg2,
int arg3,
int arg4)
|
void |
MathTransform1DAdapter.transform(float[] arg0,
int arg1,
double[] arg2,
int arg3,
int arg4)
|
void |
DefaultPiecewiseTransform1D.transform(float[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
DefaultPiecewiseTransform1DElement.transform(float[] arg0,
int arg1,
float[] arg2,
int arg3,
int arg4)
|
void |
MathTransform1DAdapter.transform(float[] arg0,
int arg1,
float[] arg2,
int arg3,
int arg4)
|
Uses of TransformException in org.geotools.renderer |
---|
Methods in org.geotools.renderer that throw TransformException | |
---|---|
boolean |
ScreenMap.checkAndSet(Envelope envelope)
|
Uses of TransformException in org.geotools.renderer.crs |
---|
Methods in org.geotools.renderer.crs that throw TransformException | |
---|---|
List<ReferencedEnvelope> |
ProjectionHandler.getQueryEnvelopes(CoordinateReferenceSystem queryCRS)
Returns a set of envelopes that will be used to query the data given the specified rendering envelope and the current query envelope |
Geometry |
ProjectionHandler.preProcess(CoordinateReferenceSystem geomCRS,
Geometry geometry)
Pre processes the geometry, e.g. cuts it, splits it, etc. in its native srs. |
Uses of TransformException in org.geotools.renderer.lite |
---|
Methods in org.geotools.renderer.lite that throw TransformException | |
---|---|
static double |
RendererUtilities.calculateScale(Envelope envelope,
CoordinateReferenceSystem coordinateReferenceSystem,
int imageWidth,
int imageHeight,
double DPI)
Deprecated. |
static double |
RendererUtilities.calculateScale(ReferencedEnvelope envelope,
int imageWidth,
int imageHeight,
double DPI)
Find the scale denominator of the map. |
static double |
RendererUtilities.calculateScale(ReferencedEnvelope envelope,
int imageWidth,
int imageHeight,
Map hints)
First searches the hints for the scale denominator hint otherwise calls RendererUtilities.calculateScale(Envelope, CoordinateReferenceSystem, int, int, double) . |
static AffineTransform |
RendererUtilities.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 TransformException | |
---|---|
Matrix |
LinearColorMap.derivative(DirectPosition point)
|
double |
LinearColorMap.derivative(double value)
|
void |
GridCoverageRenderer.paint(Graphics2D graphics,
GridCoverage2D gridCoverage,
RasterSymbolizer symbolizer)
Paint this grid coverage. |
RenderedImage |
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 symbolizer |
DirectPosition |
LinearColorMap.transform(DirectPosition ptSrc,
DirectPosition ptDst)
|
double |
LinearColorMap.transform(double value)
|
void |
LinearColorMap.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
|
void |
LinearColorMap.transform(double[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
|
void |
LinearColorMap.transform(float[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
|
void |
LinearColorMap.transform(float[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
|
Constructors in org.geotools.renderer.lite.gridcoverage2d that throw TransformException | |
---|---|
GridCoverageRenderer(CoordinateReferenceSystem destinationCRS,
Envelope envelope,
Rectangle screenSize,
AffineTransform worldToScreen)
Creates a new GridCoverageRenderer object. |
|
GridCoverageRenderer(CoordinateReferenceSystem destinationCRS,
Envelope envelope,
Rectangle screenSize,
AffineTransform worldToScreen,
RenderingHints hints)
Creates a new GridCoverageRenderer object. |
Uses of TransformException in org.opengis.geometry |
---|
Methods in org.opengis.geometry that throw TransformException | |
---|---|
BoundingBox |
BoundingBox.toBounds(CoordinateReferenceSystem targetCRS)
Transforms this box to the specified CRS and returns a new bounding box for the transformed shape. |
BoundingBox |
BoundingBox3D.toBounds(CoordinateReferenceSystem targetCRS)
Transforms this box to the specified CRS and returns a new bounding box for the transformed shape. |
Geometry |
Geometry.transform(CoordinateReferenceSystem newCRS)
Returns a new Geometry that is the coordinate transformation of this
Geometry into the passed coordinate reference system within the accuracy
of the transformation. |
Geometry |
Geometry.transform(CoordinateReferenceSystem newCRS,
MathTransform transform)
Returns a new Geometry that is the coordinate transformation of this
Geometry into the passed coordinate reference system, using the
specified transform. |
Uses of TransformException in org.opengis.referencing.operation |
---|
Subclasses of TransformException in org.opengis.referencing.operation | |
---|---|
class |
NoninvertibleTransformException
Thrown when MathTransform.inverse() is
invoked but the transform can't be inverted. |
Methods in org.opengis.referencing.operation that throw TransformException | |
---|---|
Shape |
MathTransform2D.createTransformedShape(Shape shape)
Transforms the specified shape. |
Matrix |
MathTransform.derivative(DirectPosition point)
Gets the derivative of this transform at a point. |
double |
MathTransform1D.derivative(double value)
Gets the derivative of this function at a value. |
Matrix |
MathTransform2D.derivative(Point2D point)
Gets the derivative of this transform at a point. |
DirectPosition |
MathTransform.transform(DirectPosition ptSrc,
DirectPosition ptDst)
Transforms the specified ptSrc and stores the result in
ptDst . |
double |
MathTransform1D.transform(double value)
Transforms the specified value. |
void |
MathTransform.transform(double[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
MathTransform.transform(double[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
MathTransform.transform(float[] srcPts,
int srcOff,
double[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
void |
MathTransform.transform(float[] srcPts,
int srcOff,
float[] dstPts,
int dstOff,
int numPts)
Transforms a list of coordinate point ordinal values. |
Point2D |
MathTransform2D.transform(Point2D ptSrc,
Point2D ptDst)
Transforms the specified ptSrc and stores the result in ptDst . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |