public class

RouteMatchingPointVector

extends Object
java.lang.Object
   ↳ com.carto.routing.RouteMatchingPointVector

Summary

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

Public Constructors

public RouteMatchingPointVector (long cPtr, boolean cMemoryOwn)

public RouteMatchingPointVector ()

public RouteMatchingPointVector (long n)

Public Methods

public void add (RouteMatchingPoint x)

public long capacity ()

public void clear ()

public synchronized void delete ()

public RouteMatchingPoint get (int i)

public static long getCPtr (RouteMatchingPointVector obj)

public boolean isEmpty ()

public void reserve (long n)

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