|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgIRouteRequestParameters
public class VgIRouteRequestParameters
An object containing parameters to perform a route request.
Field Summary | |
---|---|
protected boolean |
swigCMemOwn
|
Constructor Summary | |
---|---|
VgIRouteRequestParameters()
|
|
VgIRouteRequestParameters(long cPtr,
boolean cMemoryOwn)
|
Method Summary | |
---|---|
void |
delete()
|
protected void |
finalize()
|
static long |
getCPtr(VgIRouteRequestParameters obj)
|
VgIRouteCallbackRefPtr |
getMCallback()
Callback to communicate with route requester |
VgIRoutingNodeRefPtrVector |
getMDestinations()
Contains a list of waypoints that must be present on the route. |
VgStringSet |
getMExcludedAttributes()
Attributes to be excluded from the route (e.g. |
VgStringSet |
getMExcludedModalities()
Modalities to be excluded from the route (e.g. |
VgIRoutingNodeRefPtr |
getMOrigin()
Start point of route. |
VgIRouteRequestType |
getMRequestType()
Tells which apsect of route to optimize (time or distance) default is time |
void |
setMCallback(VgIRouteCallbackRefPtr value)
Callback to communicate with route requester |
void |
setMDestinations(VgIRoutingNodeRefPtrVector value)
Contains a list of waypoints that must be present on the route. |
void |
setMExcludedAttributes(VgStringSet value)
Attributes to be excluded from the route (e.g. |
void |
setMExcludedModalities(VgStringSet value)
Modalities to be excluded from the route (e.g. |
void |
setMOrigin(VgIRoutingNodeRefPtr value)
Start point of route. |
void |
setMRequestType(VgIRouteRequestType value)
Tells which apsect of route to optimize (time or distance) default is time |
Methods inherited from class java.lang.Object |
---|
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected boolean swigCMemOwn
Constructor Detail |
---|
public VgIRouteRequestParameters(long cPtr, boolean cMemoryOwn)
public VgIRouteRequestParameters()
Method Detail |
---|
public static long getCPtr(VgIRouteRequestParameters obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setMRequestType(VgIRouteRequestType value)
public VgIRouteRequestType getMRequestType()
public void setMOrigin(VgIRoutingNodeRefPtr value)
public VgIRoutingNodeRefPtr getMOrigin()
public void setMDestinations(VgIRoutingNodeRefPtrVector value)
public VgIRoutingNodeRefPtrVector getMDestinations()
public void setMExcludedAttributes(VgStringSet value)
public VgStringSet getMExcludedAttributes()
public void setMExcludedModalities(VgStringSet value)
public VgStringSet getMExcludedModalities()
public void setMCallback(VgIRouteCallbackRefPtr value)
public VgIRouteCallbackRefPtr getMCallback()
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |