public class

LineGeometryVector

extends Object
java.lang.Object
   ↳ com.carto.geometry.LineGeometryVector

Summary

Public Constructors
LineGeometryVector(long cPtr, boolean cMemoryOwn)
LineGeometryVector()
LineGeometryVector(long n)
Public Methods
void add(LineGeometry x)
long capacity()
void clear()
synchronized void delete()
LineGeometry get(int i)
static long getCPtr(LineGeometryVector obj)
boolean isEmpty()
void reserve(long n)
void set(int i, LineGeometry val)
long size()
long swigGetRawPtr()
Returns the raw pointer to the object.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LineGeometryVector (long cPtr, boolean cMemoryOwn)

public LineGeometryVector ()

public LineGeometryVector (long n)

Public Methods

public void add (LineGeometry x)

public long capacity ()

public void clear ()

public synchronized void delete ()

public LineGeometry get (int i)

public static long getCPtr (LineGeometryVector obj)

public boolean isEmpty ()

public void reserve (long n)

public void set (int i, LineGeometry val)

public long size ()

public long swigGetRawPtr ()

Returns the raw pointer to the object. This is used internally by the SDK.

Returns
  • The internal pointer of the object.