com.visioglobe.libVisioDevKit
Class VgIRouteGeometryDescriptor

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

public class VgIRouteGeometryDescriptor
extends java.lang.Object

A route geometry descriptor object. Contains a description of a route for a single layer.


Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
VgIRouteGeometryDescriptor()
           
VgIRouteGeometryDescriptor(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 void delete()
           
protected  void finalize()
           
static long getCPtr(VgIRouteGeometryDescriptor obj)
           
 java.lang.String getMLayerName()
          The name of the layer the descriptor belongs to.
 VgLineDescriptorVector getMLineDescriptors()
          Contains a vector of line descriptors.
 java.lang.String getMModality()
          The modality (i.e.
 VgPointDescriptorVector getMPointDescriptors()
          Contains a vector of point descriptors.
 void setMLayerName(java.lang.String value)
          The name of the layer the descriptor belongs to.
 void setMLineDescriptors(VgLineDescriptorVector value)
          Contains a vector of line descriptors.
 void setMModality(java.lang.String value)
          The modality (i.e.
 void setMPointDescriptors(VgPointDescriptorVector value)
          Contains a vector of point descriptors.
 
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

VgIRouteGeometryDescriptor

public VgIRouteGeometryDescriptor(long cPtr,
                                  boolean cMemoryOwn)

VgIRouteGeometryDescriptor

public VgIRouteGeometryDescriptor()
Method Detail

getCPtr

public static long getCPtr(VgIRouteGeometryDescriptor obj)

finalize

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

delete

public void delete()

setMLineDescriptors

public void setMLineDescriptors(VgLineDescriptorVector value)
Contains a vector of line descriptors. The vector may represent the entire route for the associated layer. Req 6.i


getMLineDescriptors

public VgLineDescriptorVector getMLineDescriptors()
Contains a vector of line descriptors. The vector may represent the entire route for the associated layer. Req 6.i


setMPointDescriptors

public void setMPointDescriptors(VgPointDescriptorVector value)
Contains a vector of point descriptors. The vector may represent the start and end points for the route associated with this layer. Req 6.ii


getMPointDescriptors

public VgPointDescriptorVector getMPointDescriptors()
Contains a vector of point descriptors. The vector may represent the start and end points for the route associated with this layer. Req 6.ii


setMLayerName

public void setMLayerName(java.lang.String value)
The name of the layer the descriptor belongs to.


getMLayerName

public java.lang.String getMLayerName()
The name of the layer the descriptor belongs to.


setMModality

public void setMModality(java.lang.String value)
The modality (i.e. transport mode) for this line.


getMModality

public java.lang.String getMModality()
The modality (i.e. transport mode) for this line.


VisioDevKit 2.0, Visioglobe® 2013