public class

LngLatVectorVector

extends Object
java.lang.Object
   ↳ org.neshan.core.LngLatVectorVector

Summary

Public Constructors
LngLatVectorVector(long cPtr, boolean cMemoryOwn)
LngLatVectorVector()
یک وکتور خالی می سازد
LngLatVectorVector(long n)
یک وکتور با اندازه n می سازد
Public Methods
void add(LngLatVector x)
long capacity()
اندازه وکتور
void clear()
داد‌ه‌های وکتور را خالی می کند
synchronized void delete()
LngLatVector get(int i)
static long getCPtr(LngLatVectorVector obj)
boolean isEmpty()
مشخص می کند که وکتور خالی هست یا نه
void reserve(long n)
داد‌ه‌های وکتور را برعکس می کند
void set(int i, LngLatVector val)
داده‌ی iام وکتور را ست می کند.
long size()
long swigGetRawPtr()
Returns the raw pointer to the object.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public LngLatVectorVector (long cPtr, boolean cMemoryOwn)

public LngLatVectorVector ()

یک وکتور خالی می سازد

public LngLatVectorVector (long n)

یک وکتور با اندازه n می سازد

Public Methods

public void add (LngLatVector x)

public long capacity ()

اندازه وکتور

public void clear ()

داد‌ه‌های وکتور را خالی می کند

public synchronized void delete ()

public LngLatVector get (int i)

public static long getCPtr (LngLatVectorVector obj)

public boolean isEmpty ()

مشخص می کند که وکتور خالی هست یا نه

public void reserve (long n)

داد‌ه‌های وکتور را برعکس می کند

public void set (int i, LngLatVector val)

داده‌ی iام وکتور را ست می کند. در صورت بیشتر بودن i از اندازه وکتور خطا رخ می دهد.

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.