Interface Point

All Superinterfaces:
AbstractGeometry, AbstractGML, Serializable
All Known Implementing Classes:
PointImpl, PointJTS

public interface Point extends AbstractGeometry
POJO class for XML type PointType(@http://www.opengis.net/gml/3.2). This is a complex type.
  • Method Details

    • getPos

      double[] getPos()
      Gets the pos property
    • isSetPos

      boolean isSetPos()
      Checks if pos is set
    • setPos

      void setPos(double[] coords)
      Sets the pos property