public class VgPoint extends VgIGeometry
Modifier and Type | Method and Description |
---|---|
void |
delete() |
SWIGTYPE_p_VgEngine__VgRefPtrT_Vg3DModule__VgMarker_t |
editMarker(long pIndex) |
VgAltitudeMode |
getAltitudeMode() |
VgAnchorMode |
getAnchorPosition() |
float |
getGeometryConstantSizeDistance() |
float |
getGeometryConstantSizeMaxScale() |
long |
getNbMarkers() |
VgOrientationConstraints |
getOrientationConstraints() |
VgIGeometryType |
getType()
Gets the geometry type.
|
boolean |
isForceFrontFaceEnabled() |
void |
setAltitudeMode(VgAltitudeMode pAltitudeMode) |
void |
setAnchorPosition(VgAnchorMode pAnchorMode) |
void |
setForceFrontFace(boolean pEnable) |
void |
setGeometryConstantSizeDistance(float pDistanceInMeters) |
void |
setGeometryConstantSizeMaxScale(float pMaxScale) |
void |
setOrientationConstraints(VgOrientationConstraints pConstraints) |
addListener, getVisibilityRamp, removeListener, setLayer, setLayer, setVisibilityRamp
editAnimation, getAnimation, getAnimationNames, getOrientation, getPosition, getScale, getZIndex, isDrawnOnTop, setAnimation, setAnimation, setDrawOnTop, setLocalAnimation, setOrientation, setPosition, setPosition, setScale, setZIndex
getNbReferences, ref, unref
public void delete()
delete
in class VgIGeometry
public VgIGeometryType getType()
VgIGeometry
getType
in class VgIGeometry
public VgAltitudeMode getAltitudeMode()
public void setAltitudeMode(VgAltitudeMode pAltitudeMode)
public VgAnchorMode getAnchorPosition()
public void setAnchorPosition(VgAnchorMode pAnchorMode)
public float getGeometryConstantSizeDistance()
public void setGeometryConstantSizeDistance(float pDistanceInMeters)
public float getGeometryConstantSizeMaxScale()
public void setGeometryConstantSizeMaxScale(float pMaxScale)
public boolean isForceFrontFaceEnabled()
public void setForceFrontFace(boolean pEnable)
public VgOrientationConstraints getOrientationConstraints()
public void setOrientationConstraints(VgOrientationConstraints pConstraints)
public long getNbMarkers()
public SWIGTYPE_p_VgEngine__VgRefPtrT_Vg3DModule__VgMarker_t editMarker(long pIndex)