public class VgPoint extends VgIGeometry
Modifier and Type | Method and Description |
---|---|
void |
delete() |
VgMarkerRefPtr |
editMarker(long pIndex) |
VgAltitudeMode |
getAltitudeMode() |
VgAnchorMode |
getAnchorPosition() |
float |
getGeometryConstantSizeDistance() |
float |
getGeometryConstantSizeMaxScale() |
java.lang.String |
getID() |
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, getLayer, getVisibilityRamp, removeListener, setLayer, setLayer, setVisibilityRamp
editAnimation, getAnimation, getAnimationNames, getOrientation, getPosition, getScale, getZIndex, isDrawnOnTop, isVisible, setAnimation, setAnimation, setDrawOnTop, setLocalAnimation, setOrientation, setPosition, setPosition, setScale, setVisible, 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 VgMarkerRefPtr editMarker(long pIndex)
public java.lang.String getID()