Uses of Class
org.geotools.api.geometry.MismatchedReferenceSystemException
-
Packages that use MismatchedReferenceSystemException Package Description org.geotools.geometry Basic geometry concepts to support referencing and coverage use.org.geotools.geometry.jts org.geotools.referencing.operation.builder 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 MismatchedReferenceSystemException Constructor Description Envelope2DArchived(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 MismatchedReferenceSystemException Modifier and Type Method Description protected 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 MismatchedReferenceSystemException Modifier and Type Method Description void
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 MismatchedReferenceSystemException Constructor Description AdvancedAffineBuilder(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.
-