com.visioglobe.libVisioDevKit
Class VgPlaceDescriptor

java.lang.Object
  extended by com.visioglobe.libVisioDevKit.VgPlaceDescriptor

public class VgPlaceDescriptor
extends java.lang.Object

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.

Class:
VgMapModule::VgIPlaceDescriptor
Date:
25/02/2010

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

swigCMemOwn

protected boolean swigCMemOwn
Constructor Detail

VgPlaceDescriptor

public VgPlaceDescriptor(long cPtr,
                         boolean cMemoryOwn)

VgPlaceDescriptor

public VgPlaceDescriptor()
Method Detail

getCPtr

public static long getCPtr(VgPlaceDescriptor obj)

finalize

protected void finalize()
Overrides:
finalize in class java.lang.Object

delete

public void delete()

setMDataset

public void setMDataset(java.lang.String value)
The dataset which must be loaded before setting the viewpoint to the camera. (compatibility with previous DB format)


getMDataset

public java.lang.String getMDataset()
The dataset which must be loaded before setting the viewpoint to the camera. (compatibility with previous DB format)


setMLayerName

public 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.


getMLayerName

public 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.


setMViewpoint

public void setMViewpoint(VgIViewPoint value)
The viewpoint associated to the place.


getMViewpoint

public VgIViewPoint getMViewpoint()
The viewpoint associated to the place.


VisioDevKit 2.0, Visioglobe® 2013