public class

GeometryVector

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

Summary

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

Public Constructors

public GeometryVector (long cPtr, boolean cMemoryOwn)

public GeometryVector ()

public GeometryVector (long n)

Public Methods

public void add (Geometry x)

public long capacity ()

public void clear ()

public synchronized void delete ()

public Geometry get (int i)

public static long getCPtr (GeometryVector obj)

public boolean isEmpty ()

public void reserve (long n)

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