|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgPlaceDescriptor
public class VgPlaceDescriptor
The VgIPlaceDescriptor encapsulates information associated with a Place. This structure contains place information that would be required to make it's associated place visible and centered within it's map view.
Field Summary | |
---|---|
protected boolean |
swigCMemOwn
|
Constructor Summary | |
---|---|
VgPlaceDescriptor()
|
|
VgPlaceDescriptor(long cPtr,
boolean cMemoryOwn)
|
Method Summary | |
---|---|
void |
delete()
|
protected void |
finalize()
|
static long |
getCPtr(VgPlaceDescriptor obj)
|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean swigCMemOwn
Constructor Detail |
---|
public VgPlaceDescriptor(long cPtr, boolean cMemoryOwn)
public VgPlaceDescriptor()
Method Detail |
---|
public static long getCPtr(VgPlaceDescriptor obj)
protected void finalize()
finalize
in class java.lang.Object
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()
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |