|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.visioglobe.libVisioDevKit.VgINavigationRequestParameters
public class VgINavigationRequestParameters
VgINavigationRequestParameters is used when computing a navigation and provides a mechanism to customise the computed navigation object.
Field Summary | |
---|---|
protected boolean |
swigCMemOwn
|
Constructor Summary | |
---|---|
VgINavigationRequestParameters(long cPtr,
boolean cMemoryOwn)
|
|
VgINavigationRequestParameters(long pAttributes,
VgINavigationCallbackRefPtr pCallback,
VgIRouteRefPtr pRoute)
Constructor |
Method Summary | |
---|---|
void |
delete()
|
protected void |
finalize()
|
static long |
getCPtr(VgINavigationRequestParameters obj)
|
VgINavigationCallbackRefPtr |
getMCallback()
Callback to communicate with navigation requester |
boolean |
getMMergeFloorChangeInstructions()
Merge floor change instructions. |
VgNavigationModalitiesParametersMap |
getMModalityParameters()
The parameter map. |
VgIRouteRefPtr |
getMRoute()
Route for which the navigation object is calculated |
void |
setMCallback(VgINavigationCallbackRefPtr value)
Callback to communicate with navigation requester |
void |
setMMergeFloorChangeInstructions(boolean value)
Merge floor change instructions. |
void |
setMModalityParameters(VgNavigationModalitiesParametersMap value)
The parameter map. |
void |
setMRoute(VgIRouteRefPtr value)
Route for which the navigation object is calculated |
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 VgINavigationRequestParameters(long cPtr, boolean cMemoryOwn)
public VgINavigationRequestParameters(long pAttributes, VgINavigationCallbackRefPtr pCallback, VgIRouteRefPtr pRoute)
pAttributes
- For internall use only, use 0.pCallback
- The callback to be used to communicate with the navigation requesterpRoute
- The route for which the navigation will be constructed.Method Detail |
---|
public static long getCPtr(VgINavigationRequestParameters obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public void setMCallback(VgINavigationCallbackRefPtr value)
public VgINavigationCallbackRefPtr getMCallback()
public void setMRoute(VgIRouteRefPtr value)
public VgIRouteRefPtr getMRoute()
public void setMMergeFloorChangeInstructions(boolean value)
public boolean getMMergeFloorChangeInstructions()
public void setMModalityParameters(VgNavigationModalitiesParametersMap value)
public VgNavigationModalitiesParametersMap getMModalityParameters()
|
VisioDevKit 2.0, Visioglobe® 2013 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |