public class VgMyGeometryManager.PointObject
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
VgIGeometryCallbackRefPtr |
mCallback |
VgPointRefPtr |
mPoint |
Constructor and Description |
---|
VgMyGeometryManager.PointObject() |
Modifier and Type | Method and Description |
---|---|
void |
setLayerName(java.lang.String pLayerName,
boolean pUpdatePoint)
Updates the layer name associated with the point object.
|
public VgPointRefPtr mPoint
public VgIGeometryCallbackRefPtr mCallback
public void setLayerName(java.lang.String pLayerName, boolean pUpdatePoint)
pLayerName
- The new layer namepUpdatePoint
- If enabled, then the layer within the SDK that is
associated with mPoint will also be updated.