public class

FeatureVector

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

Summary

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

Public Constructors

public FeatureVector (long cPtr, boolean cMemoryOwn)

public FeatureVector ()

public FeatureVector (long n)

Public Methods

public void add (Feature x)

public long capacity ()

public void clear ()

public synchronized void delete ()

public Feature get (int i)

public static long getCPtr (FeatureVector obj)

public boolean isEmpty ()

public void reserve (long n)

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