Uses of Interface
org.opengis.geometry.DirectPosition
-
Packages that use DirectPosition Package Description org.opengis.geometry org.opengis.geometry.coordinate org.opengis.metadata.spatial Spatial representation information (includes grid and vector representation).org.opengis.referencing.operation Coordinate operations (relationship between any two coordinate reference systems).org.opengis.test Base classes for validators and test suites for all GeoAPI objects.org.opengis.test.geometry Validators and test suites for theorg.opengis.geometrypackage.org.opengis.test.referencing Validators and test suites for theorg.opengis.referencingpackage. -
-
Uses of DirectPosition in org.opengis.geometry
Methods in org.opengis.geometry that return DirectPosition Modifier and Type Method Description DirectPositionEnvelope. getLowerCorner()A coordinate position consisting of all the minimal ordinates for each dimension for all points within theEnvelope.DirectPositionEnvelope. getUpperCorner()A coordinate position consisting of all the maximal ordinates for each dimension for all points within theEnvelope. -
Uses of DirectPosition in org.opengis.geometry.coordinate
Methods in org.opengis.geometry.coordinate that return DirectPosition Modifier and Type Method Description DirectPositionPosition. getDirectPosition()Returns the direct position. -
Uses of DirectPosition in org.opengis.metadata.spatial
Methods in org.opengis.metadata.spatial that return DirectPosition Modifier and Type Method Description DirectPositionGCP. 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 DirectPosition Modifier and Type Method Description DirectPositionMathTransform. transform(DirectPosition ptSrc, DirectPosition ptDst)Transforms the specifiedptSrcand stores the result inptDst.Methods in org.opengis.referencing.operation with parameters of type DirectPosition Modifier and Type Method Description MatrixMathTransform. derivative(DirectPosition point)Gets the derivative of this transform at a point.DirectPositionMathTransform. transform(DirectPosition ptSrc, DirectPosition ptDst)Transforms the specifiedptSrcand stores the result inptDst. -
Uses of DirectPosition in org.opengis.test
Methods in org.opengis.test with parameters of type DirectPosition Modifier and Type Method Description voidValidatorContainer. validate(DirectPosition object)Tests the conformance of the given object.static voidValidators. 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 DirectPosition Modifier and Type Method Description voidGeometryValidator. validate(DirectPosition object)Validates the given position. -
Uses of DirectPosition in org.opengis.test.referencing
Classes in org.opengis.test.referencing that implement DirectPosition Modifier and Type Class Description (package private) classSimpleDirectPositionA trivial implementation ofDirectPositionfor internal usage byTransformTestCase.Methods in org.opengis.test.referencing that return DirectPosition Modifier and Type Method Description DirectPositionSimpleDirectPosition. getDirectPosition()Returns the direct position.
-