Class LinearRingImpl

java.lang.Object
net.opengis.gml.v32.impl.LinearRingImpl
All Implemented Interfaces:
Serializable, AbstractRing, LinearRing

public class LinearRingImpl extends Object implements LinearRing
POJO class for XML type LinearRingType(@http://www.opengis.net/gml/3.2). This is a complex type.
See Also:
  • Field Details

    • posList

      protected double[] posList
  • Constructor Details

    • LinearRingImpl

      public LinearRingImpl()
  • Method Details

    • getPosList

      public double[] getPosList()
      Description copied from interface: LinearRing
      Gets the posList property
      Specified by:
      getPosList in interface LinearRing
      Returns:
      double array contanining all coordinates
    • setPosList

      public void setPosList(double[] posList)
      Description copied from interface: LinearRing
      Sets the posList property
      Specified by:
      setPosList in interface LinearRing
      Parameters:
      posList - double array containing all coordinates
    • isSetPosList

      public boolean isSetPosList()
      Description copied from interface: LinearRing
      Checks if posList property is set
      Specified by:
      isSetPosList in interface LinearRing
      Returns:
      true is set
    • toString

      protected void toString(StringBuilder buf, int srsDimension, DecimalFormat formatter)