public class VgPlaceDescriptor
extends java.lang.Object
Constructor and Description |
---|
VgPlaceDescriptor() |
Modifier and Type | Method and Description |
---|---|
void |
delete() |
java.lang.String |
getMDataset()
The dataset which must be loaded before setting the viewpoint to the camera.
|
java.lang.String |
getMLayerName()
The floor (which must correspond with one of the VgLayer::getName from VgLayerManager::getLayers) with which to associate the place object.
|
VgIViewPoint |
getMViewpoint()
The viewpoint associated to the place.
|
void |
setMDataset(java.lang.String value)
The dataset which must be loaded before setting the viewpoint to the camera.
|
void |
setMLayerName(java.lang.String value)
The floor (which must correspond with one of the VgLayer::getName from VgLayerManager::getLayers) with which to associate the place object.
|
void |
setMViewpoint(VgIViewPoint value)
The viewpoint associated to the place.
|
public void delete()
public void setMDataset(java.lang.String value)
public java.lang.String getMDataset()
public void setMLayerName(java.lang.String value)
public java.lang.String getMLayerName()
public void setMViewpoint(VgIViewPoint value)
public VgIViewPoint getMViewpoint()