com.visioglobe.libVisioDevKit
Class VgPoint
java.lang.Object
   com.visioglobe.libVisioDevKit.VgReferenced
com.visioglobe.libVisioDevKit.VgReferenced
       com.visioglobe.libVisioDevKit.VgSpatial
com.visioglobe.libVisioDevKit.VgSpatial
           com.visioglobe.libVisioDevKit.VgIGeometry
com.visioglobe.libVisioDevKit.VgIGeometry
               com.visioglobe.libVisioDevKit.VgPoint
com.visioglobe.libVisioDevKit.VgPoint
- public class VgPoint 
- extends VgIGeometry
The VgPoint object can be associated with a layer within the 3D view.  When the associated layer  
 is visible, so to will the VgPoint.
 The VgPoint is located at a specified geographical position and is represented as
 a textured square.
 To use a VgPoint, one must first create it (using Vg3DModule::VgInstanceFactory::instantiate) and
 then associate it with a layer (using setLayer).
- Endcode:
- , Once the Point is created, it can be wrapped by MyPoint and associated with a layer., 
 
 
| Constructor Summary | 
| VgPoint(long cPtr,
        boolean cMemoryOwn)Constructor.
 | 
 
 
 
| Methods inherited from class com.visioglobe.libVisioDevKit.VgSpatial | 
| editAnimation, getAnimation, getAnimationNames, getCPtr, getOrientation, getPosition, setAnimation, setAnimation, setLocalAnimation, setOrientation, setPosition, setPosition, setScale | 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
VgPoint
public VgPoint(long cPtr,
               boolean cMemoryOwn)
- Constructor.
 
getCPtr
public static long getCPtr(VgPoint obj)
- 
 
delete
public void delete()
- 
- Overrides:
- deletein class- VgIGeometry
 
- 
 
getDescriptor
public VgPointDescriptorConstRefPtr getDescriptor()
- 
- Returns:
- The descriptor
 
getType
public VgIGeometryType getType()
- Description copied from class: VgIGeometry
- Gets the geometry type.
 
- 
- Overrides:
- getTypein class- VgIGeometry
 
- 
- Returns:
- The geometry type.