Interface LinearRing

All Superinterfaces:
AbstractRing, Serializable
All Known Implementing Classes:
LinearRingImpl, LinearRingJTS

public interface LinearRing extends AbstractRing
POJO class for XML type LinearRingType(@http://www.opengis.net/gml/3.2). This is a complex type.
  • Method Summary

    Modifier and Type
    Method
    Description
    double[]
    Gets the posList property
    boolean
    Checks if posList property is set
    void
    setPosList(double[] posList)
    Sets the posList property
  • 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