public class

PointGeometryVector

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

Summary

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

Public Constructors

public PointGeometryVector (long cPtr, boolean cMemoryOwn)

public PointGeometryVector ()

public PointGeometryVector (long n)

Public Methods

public void add (PointGeometry x)

public long capacity ()

public void clear ()

public synchronized void delete ()

public PointGeometry get (int i)

public static long getCPtr (PointGeometryVector obj)

public boolean isEmpty ()

public void reserve (long n)

public void set (int i, PointGeometry 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.