com.visioglobe.libVisioDevKit
Class VgIRouteConverterFactory
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
swigCMemOwn
protected boolean swigCMemOwn
VgIRouteConverterFactory
public VgIRouteConverterFactory(long cPtr,
boolean cMemoryOwn)
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.