Interface LineString

All Superinterfaces:
AbstractCurve, AbstractGeometry, AbstractGML, Serializable
All Known Implementing Classes:
LineStringImpl, LineStringJTS

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

    • getPosList

      double[] getPosList()
      Gets the posList property
      Returns:
      double array contanining all coordinates
    • setPosList

      void setPosList(double[] posList)
      Sets the posList property
      Parameters:
      posList - double array containing all coordinates
    • isSetPosList

      boolean isSetPosList()
      Checks if posList property is set
      Returns:
      true is set