Uses of Interface
org.opengis.geometry.DirectPosition
Packages that use DirectPosition
Package
Description
Tuple of coordinate values.
Access to examples of GeoAPI implementations.
Root package for geometries.
Information concerning the mechanisms used to represent spatial information in a dataset.
Coordinate operations (relationship between any two CRS).
The GeoAPI conformance testing framework.
Validators and test suites for the
org.opengis.geometry
package.Validators and test suites for the
org.opengis.referencing
package.-
Uses of DirectPosition in org.opengis.coordinate
Methods in org.opengis.coordinate that return types with arguments of type DirectPositionModifier and TypeMethodDescriptionCoordinateSet.iterator()
Returns an iterator over the positions described by coordinate tuples.default Stream
<DirectPosition> CoordinateSet.stream()
Returns a sequential stream of coordinate tuples. -
Uses of DirectPosition in org.opengis.example
Methods in org.opengis.example that return DirectPositionModifier and TypeMethodDescriptionstatic DirectPosition
SimpleFactories.createPosition
(int dimension) Creates a new direct position of the given dimension.static DirectPosition
SimpleFactories.createPosition
(CoordinateReferenceSystem crs) Creates a new direct position associated to the given coordinate reference system.Methods in org.opengis.example with parameters of type DirectPositionModifier and TypeMethodDescriptionstatic Envelope
SimpleFactories.createEnvelope
(DirectPosition lowerCorner, DirectPosition upperCorner) Creates a new envelope defined by two direct positions. -
Uses of DirectPosition in org.opengis.geometry
Methods in org.opengis.geometry that return DirectPositionModifier and TypeMethodDescriptiondefault DirectPosition
DirectPosition.getDirectPosition()
Deprecated.Envelope.getLowerCorner()
The limits in the direction of decreasing coordinate values for each dimension.Envelope.getUpperCorner()
The limits in the direction of increasing coordinate values for each dimension. -
Uses of DirectPosition in org.opengis.geometry.coordinate
Methods in org.opengis.geometry.coordinate that return DirectPositionModifier and TypeMethodDescriptionPosition.getDirectPosition()
Deprecated.Returns the direct position. -
Uses of DirectPosition in org.opengis.metadata.spatial
Methods in org.opengis.metadata.spatial that return DirectPositionModifier and TypeMethodDescriptionGCP.getGeographicCoordinates()
Geographic or map position of the control point, in either two or three dimensions. -
Uses of DirectPosition in org.opengis.referencing.operation
Methods in org.opengis.referencing.operation that return DirectPositionModifier and TypeMethodDescriptionMathTransform.transform
(DirectPosition ptSrc, DirectPosition ptDst) Transforms the specifiedptSrc
and stores the result inptDst
.Methods in org.opengis.referencing.operation with parameters of type DirectPositionModifier and TypeMethodDescriptionMathTransform.derivative
(DirectPosition point) Gets the derivative of this transform at a point.MathTransform.transform
(DirectPosition ptSrc, DirectPosition ptDst) Transforms the specifiedptSrc
and stores the result inptDst
. -
Uses of DirectPosition in org.opengis.test
Methods in org.opengis.test with parameters of type DirectPositionModifier and TypeMethodDescriptionvoid
ToleranceModifier.adjust
(double[] tolerances, DirectPosition coordinates, CalculationType mode) Adjusts the tolerance threshold for comparing the given coordinate along each dimensions.final void
ValidatorContainer.validate
(DirectPosition object) Tests the conformance of the given object.static void
Validators.validate
(DirectPosition object) Tests the conformance of the given object. -
Uses of DirectPosition in org.opengis.test.geometry
Methods in org.opengis.test.geometry with parameters of type DirectPositionModifier and TypeMethodDescriptionvoid
GeometryValidator.validate
(DirectPosition object) Validates the given position. -
Uses of DirectPosition in org.opengis.test.referencing
Methods in org.opengis.test.referencing with parameters of type DirectPositionModifier and TypeMethodDescriptionprotected void
TransformTestCase.normalize
(DirectPosition expected, DirectPosition actual, CalculationType mode) Invoked by allassertCoordinateEqual(…)
methods before two positions are compared.
GM_Position
, which has been removed in ISO 19107:2019.