Class LineGeometryVector

java.lang.Object
com.massifmaps.geometry.LineGeometryVector

public class LineGeometryVector extends Object
  • Constructor Details

    • LineGeometryVector

      public LineGeometryVector()
    • LineGeometryVector

      public LineGeometryVector(long n)
  • Method Details

    • size

      public long size()
    • capacity

      public long capacity()
    • reserve

      public void reserve(long n)
    • isEmpty

      public boolean isEmpty()
    • clear

      public void clear()
    • add

      public void add(LineGeometry x)
    • get

      public LineGeometry get(int i)
    • set

      public void set(int i, LineGeometry val)