Uses of Interface
org.opengis.geometry.coordinate.Position
-
Packages that use Position Package Description org.opengis.geometry org.opengis.test.referencing Validators and test suites for theorg.opengis.referencing
package. -
-
Uses of Position in org.opengis.geometry
Subinterfaces of Position in org.opengis.geometry Modifier and Type Interface Description interface
DirectPosition
Holds the coordinates for a position within some coordinate reference system. -
Uses of Position in org.opengis.test.referencing
Classes in org.opengis.test.referencing that implement Position Modifier and Type Class Description (package private) class
SimpleDirectPosition
A trivial implementation ofDirectPosition
for internal usage byTransformTestCase
.
-