|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OperationNotFoundException | |
---|---|
org.geotools.data.crs | Provides support for the OGC Catalog Specification. |
org.geotools.data.store | |
org.geotools.geometry.jts | |
org.geotools.referencing.operation | Coordinate operation implementation. |
org.opengis.referencing.operation | Coordinate operations (relationship between any two coordinate reference systems). |
Uses of OperationNotFoundException in org.geotools.data.crs |
---|
Constructors in org.geotools.data.crs that throw OperationNotFoundException | |
---|---|
ReprojectFeatureReader(FeatureReader<SimpleFeatureType,SimpleFeature> reader,
CoordinateReferenceSystem cs)
Constructor that will generate schema and mathTransform for the results. |
|
ReprojectFeatureResults(FeatureCollection<SimpleFeatureType,SimpleFeature> results,
CoordinateReferenceSystem destinationCS)
Creates a new reprojecting feature results |
Uses of OperationNotFoundException in org.geotools.data.store |
---|
Constructors in org.geotools.data.store that throw OperationNotFoundException | |
---|---|
ReprojectingFeatureIterator(SimpleFeatureIterator delegate,
CoordinateReferenceSystem source,
CoordinateReferenceSystem target,
SimpleFeatureType schema,
GeometryCoordinateSequenceTransformer transformer)
|
|
ReprojectingFeatureIterator(SimpleFeatureIterator delegate,
MathTransform transform,
SimpleFeatureType schema,
GeometryCoordinateSequenceTransformer transformer)
|
|
ReprojectingIterator(Iterator<SimpleFeature> delegate,
CoordinateReferenceSystem source,
CoordinateReferenceSystem target,
SimpleFeatureType schema,
GeometryCoordinateSequenceTransformer transformer)
|
|
ReprojectingIterator(Iterator<SimpleFeature> delegate,
MathTransform transform,
SimpleFeatureType schema,
GeometryCoordinateSequenceTransformer transformer)
|
Uses of OperationNotFoundException in org.geotools.geometry.jts |
---|
Methods in org.geotools.geometry.jts that throw OperationNotFoundException | |
---|---|
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. |
Uses of OperationNotFoundException in org.geotools.referencing.operation |
---|
Methods in org.geotools.referencing.operation that throw OperationNotFoundException | |
---|---|
CoordinateOperation |
DefaultCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS)
Returns an operation for conversion or transformation between two coordinate reference systems. |
CoordinateOperation |
BufferedCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS)
Returns an operation for conversion or transformation between two coordinate reference systems. |
CoordinateOperation |
DefaultCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
OperationMethod method)
Deprecated. Current implementation ignore the method argument. |
CoordinateOperation |
BufferedCoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
OperationMethod method)
Deprecated. Will be removed. |
protected Matrix |
AbstractCoordinateOperationFactory.swapAndScaleAxis(CoordinateSystem sourceCS,
CoordinateSystem targetCS)
Returns an affine transform between two coordinate systems. |
Uses of OperationNotFoundException in org.opengis.referencing.operation |
---|
Methods in org.opengis.referencing.operation that throw OperationNotFoundException | |
---|---|
CoordinateOperation |
CoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS)
Returns an operation for conversion or transformation between two coordinate reference systems. |
CoordinateOperation |
CoordinateOperationFactory.createOperation(CoordinateReferenceSystem sourceCRS,
CoordinateReferenceSystem targetCRS,
OperationMethod method)
Returns an operation using a particular method for conversion or transformation between two coordinate reference systems. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |