Uses of Class
org.geotools.api.geometry.MismatchedDimensionException
- 
- 
Uses of MismatchedDimensionException in org.geotools.api.referencing.operationMethods in org.geotools.api.referencing.operation that throw MismatchedDimensionException Modifier and Type Method Description MatrixMathTransform. derivative(Position point)Gets the derivative of this transform at a point.PositionMathTransform. transform(Position ptSrc, Position ptDst)Transforms the specifiedptSrcand stores the result inptDst.
- 
Uses of MismatchedDimensionException in org.geotools.coverage.gridConstructors in org.geotools.coverage.grid that throw MismatchedDimensionException Constructor Description GeneralGridGeometry(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.ioMethods in org.geotools.coverage.io that throw MismatchedDimensionException Modifier and Type Method Description voidCoverageReadRequest. setDomainSubset(Rectangle rasterArea, MathTransform2D gridToWorldTrasform, CoordinateReferenceSystem crs)
- 
Uses of MismatchedDimensionException in org.geotools.coverage.utilMethods in org.geotools.coverage.util that throw MismatchedDimensionException Modifier and Type Method Description static 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.featureMethods in org.geotools.feature that throw MismatchedDimensionException Modifier and Type Method Description static SimpleFeatureFeatureTypes. transform(SimpleFeature feature, SimpleFeatureType schema, MathTransform transform)Applies transform to all geometry attribute.
- 
Uses of MismatchedDimensionException in org.geotools.geometryMethods in org.geotools.geometry that throw MismatchedDimensionException Modifier and Type Method Description voidGeneralBounds. add(double x, double y)Adds a position to this bounds.voidGeneralBounds. add(Bounds envelope)Adds an envelope object to this envelope.voidGeneralBounds. add(Position position)Adds a position to this bounds.static voidAbstractPosition. checkCoordinateReferenceSystemDimension(CoordinateReferenceSystem crs, int expected)Convenience method for checking coordinate reference system validity.booleanGeneralBounds. contains(Bounds envelope, boolean edgesInclusive)Returnstrueif this envelope completly encloses the specified envelope.booleanGeneralBounds. contains(Position position)Tests if a specified coordinate is inside the boundary of this envelope.voidGeneralBounds. intersect(Bounds envelope)Sets 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.voidGeneralPosition. setLocation(Point2D point)Set this coordinate to the specifiedPoint2D.voidGeneralPosition. setLocation(Position position)Set this coordinate to the specified direct position.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.jtsMethods in org.geotools.geometry.jts that throw MismatchedDimensionException Modifier and Type Method Description protected 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 MismatchedDimensionException Constructor Description ReferencedEnvelope(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.ReferencedEnvelope(BoundingBox bbox)Creates a new envelope from an existing bounding box.ReferencedEnvelope(Bounds bounds)Creates a new bounds from an existing OGC bounds.ReferencedEnvelope(CoordinateReferenceSystem crs)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.ReferencedEnvelope3D(BoundingBox3D bbox)Creates a new envelope from an existing bounding box.ReferencedEnvelope3D(Bounds envelope)Creates a new envelope from an existing OGC envelope.ReferencedEnvelope3D(CoordinateReferenceSystem crs)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.referencingMethods in org.geotools.referencing that throw MismatchedDimensionException Modifier and Type Method Description protected voidConsole. test()Invoked automatically when thetarget ptinstruction were executed and atest tolerancewere previously set.
- 
Uses of MismatchedDimensionException in org.geotools.referencing.crsMethods in org.geotools.referencing.crs that throw MismatchedDimensionException Modifier and Type Method Description MeasureAbstractCRS. distance(double[] coord1, double[] coord2)Computes the distance between two points.MeasureDefaultGeographicCRS. distance(double[] coord1, double[] coord2)Computes the orthodromic distance between two points.Constructors in org.geotools.referencing.crs that throw MismatchedDimensionException Constructor Description AbstractDerivedCRS(Map<String,?> properties, Conversion conversionFromBase, CoordinateReferenceSystem base, MathTransform baseToDerived, CoordinateSystem derivedCS)Constructs a derived CRS from a defining conversion.AbstractDerivedCRS(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.csMethods in org.geotools.referencing.cs that throw MismatchedDimensionException Modifier and Type Method Description MeasureAbstractCS. distance(double[] coord1, double[] coord2)Computes the distance between two points.MeasureDefaultCartesianCS. distance(double[] coord1, double[] coord2)Computes the distance between two points.MeasureDefaultLinearCS. distance(double[] coord1, double[] coord2)Computes the distance between two points.MeasureDefaultTimeCS. distance(double[] coord1, double[] coord2)Computes the time difference between two points.MeasureDefaultVerticalCS. 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.operationMethods in org.geotools.referencing.operation that throw MismatchedDimensionException Modifier and Type Method Description static 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.builderMethods in org.geotools.referencing.operation.builder that throw MismatchedDimensionException Modifier and Type Method Description voidMathTransformBuilder. 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 MismatchedDimensionException 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.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.transformMethods in org.geotools.referencing.operation.transform that throw MismatchedDimensionException Modifier and Type Method Description PositionMathTransformProxy. transform(Position ptSrc, Position ptDst)Transforms the specifiedptSrcand stores the result inptDst.
 
-