public class

VectorTileFeatureVector

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

Summary

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

Public Constructors

public VectorTileFeatureVector (long cPtr, boolean cMemoryOwn)

public VectorTileFeatureVector ()

public VectorTileFeatureVector (long n)

Public Methods

public void add (VectorTileFeature x)

public long capacity ()

public void clear ()

public synchronized void delete ()

public VectorTileFeature get (int i)

public static long getCPtr (VectorTileFeatureVector obj)

public boolean isEmpty ()

public void reserve (long n)

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