Interface Position

All Known Subinterfaces:
DirectPosition
All Known Implementing Classes:
SimpleDirectPosition

@UML(identifier="GM_Position", specification=ISO_19107) public interface Position
A type consisting of either a direct position or of a point from which a direct position shall be obtained. The use of this data type allows the identification of a position either directly as a coordinate (variant direct) or indirectly as a point (variant indirect).
Since:
1.0
Version:
3.0
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the direct position.
  • Method Details