public class VgINavigationInstructionConstRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgINavigationInstructionConstRefPtr() |
VgINavigationInstructionConstRefPtr(VgINavigationInstruction pPointer) |
VgINavigationInstructionConstRefPtr(VgINavigationInstructionConstRefPtr pConstRefPtr) |
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 VgINavigationInstructionConstRefPtr |
getNull() |
VgPosition |
getPosition() |
float |
getTime() |
float |
getTotalTime() |
boolean |
isEndOrTransitionPoint() |
boolean |
isValid() |
void |
ref() |
VgINavigationInstructionConstRefPtr |
set(VgINavigationInstruction pPointer) |
void |
unref() |
public VgINavigationInstructionConstRefPtr()
public VgINavigationInstructionConstRefPtr(VgINavigationInstruction pPointer)
public VgINavigationInstructionConstRefPtr(VgINavigationInstructionConstRefPtr pConstRefPtr)
public void delete()
public static VgINavigationInstructionConstRefPtr getNull()
public VgINavigationInstructionConstRefPtr 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()