public class VgPointDescriptorConstRefPtr
extends java.lang.Object
Constructor and Description |
---|
VgPointDescriptorConstRefPtr() |
VgPointDescriptorConstRefPtr(VgPointDescriptor pPointer) |
VgPointDescriptorConstRefPtr(VgPointDescriptorConstRefPtr pConstRefPtr) |
Modifier and Type | Method and Description |
---|---|
VgPointDescriptor |
__deref__() |
VgPointDescriptor |
__ref__() |
void |
delete() |
VgPointDescriptor |
get() |
VgAltitudeMode |
getMAltitudeMode() |
VgAnchorMode |
getMAnchorPosition() |
boolean |
getMDrawOnTop() |
boolean |
getMForceFrontFace() |
float |
getMGeometryConstantSizeDistance() |
float |
getMGeometryConstantSizeMaxScale() |
float |
getMHeading() |
VgOrientationType |
getMHeadingOrientationType() |
VgMarkerDescriptorVector |
getMMarkerDescriptors() |
float |
getMPitch() |
VgOrientationType |
getMPitchOrientationType() |
VgPosition |
getMPosition() |
float |
getMRoll() |
VgOrientationType |
getMRollOrientationType() |
double |
getMVisibilityRampFullyInvisible() |
double |
getMVisibilityRampFullyVisible() |
double |
getMVisibilityRampStartInvisible() |
double |
getMVisibilityRampStartVisible() |
int |
getMZIndex() |
int |
getNbReferences() |
static VgPointDescriptorConstRefPtr |
getNull() |
boolean |
isValid() |
void |
ref() |
VgPointDescriptorConstRefPtr |
set(VgPointDescriptor pPointer) |
void |
unref() |
public VgPointDescriptorConstRefPtr()
public VgPointDescriptorConstRefPtr(VgPointDescriptor pPointer)
public VgPointDescriptorConstRefPtr(VgPointDescriptorConstRefPtr pConstRefPtr)
public void delete()
public static VgPointDescriptorConstRefPtr getNull()
public VgPointDescriptorConstRefPtr set(VgPointDescriptor pPointer)
public VgPointDescriptor __ref__()
public VgPointDescriptor __deref__()
public VgPointDescriptor get()
public boolean isValid()
public VgPosition getMPosition()
public VgAltitudeMode getMAltitudeMode()
public VgAnchorMode getMAnchorPosition()
public float getMGeometryConstantSizeDistance()
public float getMGeometryConstantSizeMaxScale()
public float getMHeading()
public float getMPitch()
public float getMRoll()
public boolean getMForceFrontFace()
public VgOrientationType getMHeadingOrientationType()
public VgOrientationType getMPitchOrientationType()
public VgOrientationType getMRollOrientationType()
public VgMarkerDescriptorVector getMMarkerDescriptors()
public double getMVisibilityRampStartVisible()
public double getMVisibilityRampFullyVisible()
public double getMVisibilityRampStartInvisible()
public double getMVisibilityRampFullyInvisible()
public int getMZIndex()
public boolean getMDrawOnTop()
public void ref()
public void unref()
public int getNbReferences()