public class VgINavigationInstructionRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgINavigationInstructionRefPtr() |
VgINavigationInstructionRefPtr(VgINavigationInstruction pPointer) |
VgINavigationInstructionRefPtr(VgINavigationInstructionRefPtr pRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgINavigationInstruction |
__deref__() |
VgINavigationInstruction |
__ref__() |
void |
delete() |
VgINavigationInstruction |
get() |
VgStringSet |
getAttributes() |
float |
getDuration() |
float |
getETA() |
long |
getIndex() |
VgPositionVector |
getInstructionPositions() |
java.lang.String |
getLayer() |
double |
getLength() |
VgManeuverType |
getManeuverType() |
java.lang.String |
getModality() |
int |
getNbReferences() |
VgNearPlaceVector |
getNearPlaces() |
static VgINavigationInstructionRefPtr |
getNull() |
VgPosition |
getPosition() |
float |
getTime() |
float |
getTotalTime() |
boolean |
isEndOrTransitionPoint() |
boolean |
isValid() |
void |
ref() |
VgINavigationInstructionRefPtr |
set(VgINavigationInstruction pPointer) |
void |
unref() |
public VgINavigationInstructionRefPtr()
public VgINavigationInstructionRefPtr(VgINavigationInstruction pPointer)
public VgINavigationInstructionRefPtr(VgINavigationInstructionRefPtr pRefPtr)
public void delete()
public static VgINavigationInstructionRefPtr getNull()
public VgINavigationInstructionRefPtr set(VgINavigationInstruction pPointer)
public VgINavigationInstruction __ref__()
public VgINavigationInstruction __deref__()
public VgINavigationInstruction get()
public boolean isValid()
public double getLength()
public VgManeuverType getManeuverType()
public java.lang.String getLayer()
public java.lang.String getModality()
public float getTime()
public float getTotalTime()
public float getETA()
public float getDuration()
public long getIndex()
public VgPosition getPosition()
public VgNearPlaceVector getNearPlaces()
public boolean isEndOrTransitionPoint()
public VgPositionVector getInstructionPositions()
public VgStringSet getAttributes()
public void ref()
public void unref()
public int getNbReferences()