Uses of Class
org.geotools.api.geometry.MismatchedReferenceSystemException
Packages that use MismatchedReferenceSystemException
Package
Description
Basic geometry concepts to support referencing and coverage use.
A package of convenience classes which use control points common to two
data sets to derive empirically the transformation parameters needed to
convert positions between the coordinate systems of the two data sets.
-
Uses of MismatchedReferenceSystemException in org.geotools.geometry
Constructors in org.geotools.geometry that throw MismatchedReferenceSystemExceptionModifierConstructorDescriptionEnvelope2DArchived
(Position2D minDP, Position2D maxDP) Constructs two-dimensional envelope defined by the specified coordinates.GeneralBounds
(GeneralPosition minDP, GeneralPosition maxDP) Constructs a envelope defined by two positions. -
Uses of MismatchedReferenceSystemException in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts that throw MismatchedReferenceSystemExceptionModifier and TypeMethodDescriptionprotected void
ReferencedEnvelope.ensureCompatibleReferenceSystem
(BoundingBox bbox) Make sure that the specified bounding box uses the same CRS than this one. -
Uses of MismatchedReferenceSystemException in org.geotools.referencing.operation.builder
Methods in org.geotools.referencing.operation.builder that throw MismatchedReferenceSystemExceptionModifier and TypeMethodDescriptionvoid
MathTransformBuilder.setMappedPositions
(List<MappedPosition> positions) Set the list of mapped positions.void
MathTransformBuilder.setSourcePoints
(Position... points) Convenience method setting the source points in mapped positions.void
MathTransformBuilder.setTargetPoints
(Position... points) Convenience method setting the target points in mapped positions.Constructors in org.geotools.referencing.operation.builder that throw MismatchedReferenceSystemExceptionModifierConstructorDescriptionAdvancedAffineBuilder
(List<MappedPosition> vectors) Constructs builder from set of GCPsAdvancedAffineBuilder
(List<MappedPosition> vectors, AffineTransform2D affineTrans) Constructs affine transform from GCPs and approximate values for calculation.AffineTransformBuilder
(List<MappedPosition> vectors) Creates AffineTransformBuilder for the set of properties.ProjectiveTransformBuilder
(List<MappedPosition> vectors) Creates ProjectiveTransformBuilder for the set of properties.RubberSheetBuilder
(List<MappedPosition> vectors, List<Position> vertices) Creates the Builder from a List of control points and a List of four DirectPositions defining the vertexes of the area for interpolation.SimilarTransformBuilder
(List<MappedPosition> vectors) Creates SimilarTransformBuilder for the set of properties.