Uses of Class
org.geotools.api.geometry.MismatchedDimensionException
Packages that use MismatchedDimensionException
Package
Description
Coordinate operations (relationship between
any two coordinate reference systems).
GridCoverage2D implementation.
Basic geometry concepts to support referencing and coverage use.
Reference systems implementation.
Coordinate reference systems implementation.
Coordinate systems implementation.
Coordinate operation implementation.
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.
Basic implementations of math transforms.
-
Uses of MismatchedDimensionException in org.geotools.api.referencing.operation
Methods in org.geotools.api.referencing.operation that throw MismatchedDimensionException -
Uses of MismatchedDimensionException in org.geotools.coverage.grid
Constructors in org.geotools.coverage.grid that throw MismatchedDimensionExceptionModifierConstructorDescriptionGeneralGridGeometry(GridEnvelope gridRange, Bounds userRange) Constructs a new grid geometry from an envelope.GeneralGridGeometry(GridEnvelope gridRange, PixelInCell anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs) Constructs a new grid geometry from a grid range and a math transform mapping pixel center or corner.GeneralGridGeometry(GridEnvelope gridRange, MathTransform gridToCRS, CoordinateReferenceSystem crs) Constructs a new grid geometry from a grid range and a math transform mapping pixel center.GeneralGridGeometry(PixelInCell anchor, MathTransform gridToCRS, Bounds envelope) Constructs a new grid geometry from an envelope and a math transform.GeneralGridGeometry(PixelInCell anchor, MathTransform gridToCRS, Bounds envelope, boolean gridMaxInclusive, boolean preserveGridToCRS) Constructs a new grid geometry from an envelope and a math transform.GridGeometry2D(GridEnvelope gridRange, Bounds userRange) Constructs a new grid geometry from an envelope.GridGeometry2D(GridEnvelope gridRange, PixelOrientation anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs, Hints hints) Constructs a new grid geometry from a math transform.GridGeometry2D(GridEnvelope gridRange, PixelInCell anchor, MathTransform gridToCRS, CoordinateReferenceSystem crs, Hints hints) Constructs a new grid geometry from a math transform.GridGeometry2D(GridEnvelope gridRange, MathTransform gridToCRS, CoordinateReferenceSystem crs) Constructs a new grid geometry from a grid range and a math transform.GridGeometry2D(PixelInCell anchor, MathTransform gridToCRS, Bounds envelope, Hints hints) Constructs a new grid geometry from an envelope and a math transform. -
Uses of MismatchedDimensionException in org.geotools.coverage.io
Methods in org.geotools.coverage.io that throw MismatchedDimensionExceptionModifier and TypeMethodDescriptionvoidCoverageReadRequest.setDomainSubset(Rectangle rasterArea, MathTransform2D gridToWorldTrasform, CoordinateReferenceSystem crs) -
Uses of MismatchedDimensionException in org.geotools.coverage.util
Methods in org.geotools.coverage.util that throw MismatchedDimensionExceptionModifier and TypeMethodDescriptionstatic ReferencedEnvelopeCoverageUtilities.getEnvelope2D(Coverage coverage) Returns a two-dimensional envelope for the given coverage.static PolygonFeatureUtilities.getPolygon(GeneralBounds env, GeometryFactory gf) Convert the crop envelope into a polygon and the use the world-to-grid transform to get a ROI for the source coverage. -
Uses of MismatchedDimensionException in org.geotools.feature
Methods in org.geotools.feature that throw MismatchedDimensionExceptionModifier and TypeMethodDescriptionstatic SimpleFeatureFeatureTypes.transform(SimpleFeature feature, SimpleFeatureType schema, MathTransform transform) Applies transform to all geometry attribute. -
Uses of MismatchedDimensionException in org.geotools.geometry
Methods in org.geotools.geometry that throw MismatchedDimensionExceptionModifier and TypeMethodDescriptionvoidGeneralBounds.add(double x, double y) Adds a position to this bounds.voidAdds an envelope object to this envelope.voidAdds a position to this bounds.static voidAbstractPosition.checkCoordinateReferenceSystemDimension(CoordinateReferenceSystem crs, int expected) Convenience method for checking coordinate reference system validity.booleanReturnstrueif this envelope completly encloses the specified envelope.booleanTests if a specified coordinate is inside the boundary of this envelope.voidSets this envelope to the intersection if this envelope with the specified one.booleanGeneralBounds.intersects(Bounds envelope, boolean edgesInclusive) Returnstrueif this envelope intersects the specified envelope.voidGeneralBounds.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Sets the coordinate reference system in which the coordinate are given.voidGeneralPosition.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Set the coordinate reference system in which the coordinate is given.voidTransformedPosition.setCoordinateReferenceSystem(CoordinateReferenceSystem crs) Sets the coordinate reference system in which the coordinate is given.voidGeneralBounds.setEnvelope(GeneralBounds envelope) Sets this envelope to the same coordinate values than the specified envelope.final voidGeneralPosition.setLocation(Point2D point) Set this coordinate to the specifiedPoint2D.final voidGeneralPosition.setLocation(Position position) Set this coordinate to the specified direct position.final voidGeneralPosition.setLocation(GeneralPosition position) Set this coordinate to the specified direct position.voidPosition1D.setLocation(Position position) Set this coordinate to the specified direct position.voidPosition2D.setLocation(Position position) Set this coordinate to the specified direct position.voidPosition3D.setLocation(Position position) Set this coordinate to the specified direct position. -
Uses of MismatchedDimensionException in org.geotools.geometry.jts
Methods in org.geotools.geometry.jts that throw MismatchedDimensionExceptionModifier and TypeMethodDescriptionprotected voidReferencedEnvelope.checkCoordinateReferenceSystemDimension()Convenience method for checking coordinate reference system validity.static GeometryJTS.transform(Geometry geom, MathTransform transform) Transforms the geometry using the default transformer.Constructors in org.geotools.geometry.jts that throw MismatchedDimensionExceptionModifierConstructorDescriptionReferencedEnvelope(double x1, double x2, double y1, double y2, CoordinateReferenceSystem crs) Creates an envelope for a region defined by maximum and minimum values.ReferencedEnvelope(Rectangle2D rectangle, CoordinateReferenceSystem crs) Creates an envelope for a Java2D rectangle.Creates a new envelope from an existing bounding box.ReferencedEnvelope(Bounds bounds) Creates a new bounds from an existing OGC bounds.Creates a null envelope with the specified coordinate reference system.ReferencedEnvelope(ReferencedEnvelope envelope) Creates a new envelope from an existing envelope.ReferencedEnvelope(Envelope envelope, CoordinateReferenceSystem crs) Creates a new envelope from an existing JTS envelope.ReferencedEnvelope3D(double x1, double x2, double y1, double y2, double z1, double z2, CoordinateReferenceSystem crs) Creates an envelope for a region defined by maximum and minimum values.Creates a new envelope from an existing bounding box.ReferencedEnvelope3D(Bounds envelope) Creates a new envelope from an existing OGC envelope.Creates a null envelope with the specified coordinate reference system.ReferencedEnvelope3D(ReferencedEnvelope3D envelope) Creates a new envelope from an existing envelope.ReferencedEnvelope3D(ReferencedEnvelope3D envelope, CoordinateReferenceSystem crs) Creates a new envelope from an existing JTS envelope.ReferencedEnvelope3D(Envelope envelope, CoordinateReferenceSystem crs) Creates a new envelope from an existing JTS envelope. -
Uses of MismatchedDimensionException in org.geotools.referencing
Methods in org.geotools.referencing that throw MismatchedDimensionExceptionModifier and TypeMethodDescriptionprotected voidConsole.test()Invoked automatically when thetarget ptinstruction were executed and atest tolerancewere previously set. -
Uses of MismatchedDimensionException in org.geotools.referencing.crs
Methods in org.geotools.referencing.crs that throw MismatchedDimensionExceptionModifier and TypeMethodDescriptionAbstractCRS.distance(double[] coord1, double[] coord2) Computes the distance between two points.DefaultGeographicCRS.distance(double[] coord1, double[] coord2) Computes the orthodromic distance between two points.Constructors in org.geotools.referencing.crs that throw MismatchedDimensionExceptionModifierConstructorDescriptionprotectedAbstractDerivedCRS(Map<String, ?> properties, Conversion conversionFromBase, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a defining conversion.protectedAbstractDerivedCRS(Map<String, Object> properties, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a set of properties.DefaultDerivedCRS(String name, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a name.DefaultDerivedCRS(Map<String, ?> properties, Conversion conversionFromBase, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a defining conversion.DefaultDerivedCRS(Map<String, Object> properties, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a set of properties.DefaultDerivedCRS(Map<String, Object> properties, OperationMethod method, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS) Constructs a derived CRS from a set of properties.DefaultProjectedCRS(String name, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS) Constructs a projected CRS from a name.DefaultProjectedCRS(Map<String, ?> properties, Conversion conversionFromBase, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS) Constructs a projected CRS from a defining conversion.DefaultProjectedCRS(Map<String, Object> properties, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS) Constructs a projected CRS from a set of properties.DefaultProjectedCRS(Map<String, Object> properties, OperationMethod method, GeographicCRS base, MathTransform baseToDerived, CartesianCS derivedCS) Constructs a projected CRS from a set of properties. -
Uses of MismatchedDimensionException in org.geotools.referencing.cs
Methods in org.geotools.referencing.cs that throw MismatchedDimensionExceptionModifier and TypeMethodDescriptionAbstractCS.distance(double[] coord1, double[] coord2) Computes the distance between two points.DefaultCartesianCS.distance(double[] coord1, double[] coord2) Computes the distance between two points.DefaultLinearCS.distance(double[] coord1, double[] coord2) Computes the distance between two points.DefaultTimeCS.distance(double[] coord1, double[] coord2) Computes the time difference between two points.DefaultVerticalCS.distance(double[] coord1, double[] coord2) Computes the distance between two points.doubleDefaultEllipsoidalCS.getHeight(double[] coordinates) Returns the height found in the specified coordinate point, always in meters.doubleDefaultEllipsoidalCS.getLatitude(double[] coordinates) Returns the latitude found in the specified coordinate point, always in decimal degrees.doubleDefaultEllipsoidalCS.getLongitude(double[] coordinates) Returns the longitude found in the specified coordinate point, always in decimal degrees. -
Uses of MismatchedDimensionException in org.geotools.referencing.operation
Methods in org.geotools.referencing.operation that throw MismatchedDimensionExceptionModifier and TypeMethodDescriptionstatic voidDefaultOperationMethod.checkDimensions(OperationMethod method, MathTransform transform) Checks if an operation method and a math transform have a compatible number of source and target dimensions. -
Uses of MismatchedDimensionException in org.geotools.referencing.operation.builder
Methods in org.geotools.referencing.operation.builder that throw MismatchedDimensionExceptionModifier and TypeMethodDescriptionvoidMathTransformBuilder.setMappedPositions(List<MappedPosition> positions) Set the list of mapped positions.voidMathTransformBuilder.setSourcePoints(Position... points) Convenience method setting the source points in mapped positions.voidMathTransformBuilder.setTargetPoints(Position... points) Convenience method setting the target points in mapped positions.Constructors in org.geotools.referencing.operation.builder that throw MismatchedDimensionExceptionModifierConstructorDescriptionAdvancedAffineBuilder(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.GridToEnvelopeMapper(GridEnvelope gridRange, Bounds userRange) Creates a new instance for the specified grid range and envelope.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. -
Uses of MismatchedDimensionException in org.geotools.referencing.operation.transform
Methods in org.geotools.referencing.operation.transform that throw MismatchedDimensionExceptionModifier and TypeMethodDescriptionThinPlateSplineTransform.derivative(Position point) Estimates the Jacobian matrix (first-order partial derivatives) of the transformation at a given point using central differences.Transforms the specifiedptSrcand stores the result inptDst.Transforms a 2D position using the thin plate spline transformation.