com.visioglobe.libVisioDevKit
Class VgIRouteConverterFactory

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

public class VgIRouteConverterFactory
extends java.lang.Object

VgIRouteConverterFactory Provides an interface for creating a VgIRouteConverter

Interface:
VgRoutingModule::VgIRouteConverterFactory
Date:
25/02/2011

Field Summary
protected  boolean swigCMemOwn
           
 
Constructor Summary
VgIRouteConverterFactory(long cPtr, boolean cMemoryOwn)
           
 
Method Summary
 VgIRouteConverter createConverter(VgIRouteConverterType pType)
          Creates an instance Route Converter suitable for a given configuration of Vg3dModule.
 void delete()
           
protected  void finalize()
           
static long getCPtr(VgIRouteConverterFactory obj)
           
 
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

VgIRouteConverterFactory

public VgIRouteConverterFactory(long cPtr,
                                boolean cMemoryOwn)
Method Detail

getCPtr

public static long getCPtr(VgIRouteConverterFactory obj)

finalize

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

delete

public void delete()

createConverter

public VgIRouteConverter createConverter(VgIRouteConverterType pType)
Creates an instance Route Converter suitable for a given configuration of Vg3dModule.

Parameters:
pType - represents the type of converter to be created.
Returns:
VgIRouteConverter or NULL on failure.
Remark:
The caller is reponsible for deallocating the VgIRouteConverter.

VisioDevKit 2.0, Visioglobe® 2013