Uses of Class
org.geotools.api.referencing.operation.OperationNotFoundException
Packages that use OperationNotFoundException
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
Coordinate operation implementation.
-
Uses of OperationNotFoundException in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that throw OperationNotFoundExceptionModifier and TypeMethodDescriptionCoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns an operation for conversion or transformation between two coordinate reference systems.CoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) Returns an operation using a particular method for conversion or transformation between two coordinate reference systems. -
Uses of OperationNotFoundException in org.geotools.data.crs
Constructors in org.geotools.data.crs that throw OperationNotFoundExceptionModifierConstructorDescriptionReprojectFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, SimpleFeatureType schema) Constructor that will generate mathTransforms for the results, based on target schema.ReprojectFeatureReader
(FeatureReader<SimpleFeatureType, SimpleFeature> reader, CoordinateReferenceSystem cs) Constructor that will generate schema and mathTransforms 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 OperationNotFoundExceptionModifierConstructorDescriptionReprojectingFeatureIterator
(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 OperationNotFoundExceptionModifier and TypeMethodDescriptionstatic 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 OperationNotFoundExceptionModifier and TypeMethodDescriptionBufferedCoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns an operation for conversion or transformation between two coordinate reference systems.BufferedCoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) Returns an operation for conversion or transformation between two coordinate reference systems using the specified method.DefaultCoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS) Returns an operation for conversion or transformation between two coordinate reference systems.DefaultCoordinateOperationFactory.createOperation
(CoordinateReferenceSystem sourceCRS, CoordinateReferenceSystem targetCRS, OperationMethod method) Returns an operation using a particular method for conversion or transformation between two coordinate reference systems.protected Matrix
AbstractCoordinateOperationFactory.swapAndScaleAxis
(CoordinateSystem sourceCS, CoordinateSystem targetCS) Returns an affine transform between two coordinate systems.