|
VisioMove SDK (Android)
2.1.22
|
Static Public Member Functions | |
| static VgPointDescriptorRefPtr | getNull () |
This structure encapsulates the point description parameters.
The VgPointDescriptor contains the all the attributes that are useful for describing the behaviour of a VgPoint object.
Below is a code snippet showing how an allocated VgPointDescriptor can be configured:
| VgPointDescriptorRefPtr.VgPointDescriptorRefPtr | ( | ) |
| VgPointDescriptorRefPtr.VgPointDescriptorRefPtr | ( | VgPointDescriptor | pPointer | ) |
| VgPointDescriptorRefPtr.VgPointDescriptorRefPtr | ( | VgPointDescriptorRefPtr | pRefPtr | ) |
| VgPointDescriptor VgPointDescriptorRefPtr.__deref__ | ( | ) |
| VgPointDescriptor VgPointDescriptorRefPtr.__ref__ | ( | ) |
| VgPointDescriptorRefPtr VgPointDescriptorRefPtr.create | ( | ) |
This static method returns a new heap-allocated descriptor. It is the only method that should be used to instantiate new descriptors. It is a way to make sure no one will delete it, except the last VgRefPtr pointing to it.
| VgPointDescriptor VgPointDescriptorRefPtr.get | ( | ) |
| VgAltitudeMode VgPointDescriptorRefPtr.getMAltitudeMode | ( | ) |
References VgAltitudeMode.swigToEnum().
| VgAnchorMode VgPointDescriptorRefPtr.getMAnchorPosition | ( | ) |
References VgAnchorMode.swigToEnum().
| boolean VgPointDescriptorRefPtr.getMDrawOnTop | ( | ) |
| boolean VgPointDescriptorRefPtr.getMForceFrontFace | ( | ) |
| float VgPointDescriptorRefPtr.getMGeometryConstantSizeDistance | ( | ) |
| float VgPointDescriptorRefPtr.getMHeading | ( | ) |
| VgOrientationType VgPointDescriptorRefPtr.getMHeadingOrientationType | ( | ) |
References VgOrientationType.swigToEnum().
| String VgPointDescriptorRefPtr.getMID | ( | ) |
| VgMarkerDescriptorVector VgPointDescriptorRefPtr.getMMarkerDescriptors | ( | ) |
| boolean VgPointDescriptorRefPtr.getMNotifyPOISelectedOnClick | ( | ) |
| float VgPointDescriptorRefPtr.getMPitch | ( | ) |
| VgOrientationType VgPointDescriptorRefPtr.getMPitchOrientationType | ( | ) |
References VgOrientationType.swigToEnum().
| VgPosition VgPointDescriptorRefPtr.getMPosition | ( | ) |
| float VgPointDescriptorRefPtr.getMRectangleHeight | ( | ) |
| float VgPointDescriptorRefPtr.getMRectangleWidth | ( | ) |
| float VgPointDescriptorRefPtr.getMRoll | ( | ) |
| VgOrientationType VgPointDescriptorRefPtr.getMRollOrientationType | ( | ) |
References VgOrientationType.swigToEnum().
| float VgPointDescriptorRefPtr.getMScale | ( | ) |
| VgSizePolicy VgPointDescriptorRefPtr.getMSizePolicy | ( | ) |
References VgSizePolicy.swigToEnum().
| double VgPointDescriptorRefPtr.getMVisibilityRampFullyInvisible | ( | ) |
| double VgPointDescriptorRefPtr.getMVisibilityRampFullyVisible | ( | ) |
| double VgPointDescriptorRefPtr.getMVisibilityRampStartInvisible | ( | ) |
| double VgPointDescriptorRefPtr.getMVisibilityRampStartVisible | ( | ) |
| int VgPointDescriptorRefPtr.getMZIndex | ( | ) |
| int VgPointDescriptorRefPtr.getNbReferences | ( | ) |
|
static |
| boolean VgPointDescriptorRefPtr.isValid | ( | ) |
| void VgPointDescriptorRefPtr.ref | ( | ) |
| VgPointDescriptorRefPtr VgPointDescriptorRefPtr.set | ( | VgPointDescriptor | pPointer | ) |
| void VgPointDescriptorRefPtr.setMAltitudeMode | ( | VgAltitudeMode | value | ) |
| void VgPointDescriptorRefPtr.setMAnchorPosition | ( | VgAnchorMode | value | ) |
| void VgPointDescriptorRefPtr.setMDrawOnTop | ( | boolean | value | ) |
| void VgPointDescriptorRefPtr.setMForceFrontFace | ( | boolean | value | ) |
| void VgPointDescriptorRefPtr.setMGeometryConstantSizeDistance | ( | float | value | ) |
| void VgPointDescriptorRefPtr.setMHeading | ( | float | value | ) |
| void VgPointDescriptorRefPtr.setMHeadingOrientationType | ( | VgOrientationType | value | ) |
| void VgPointDescriptorRefPtr.setMID | ( | String | value | ) |
| void VgPointDescriptorRefPtr.setMMarkerDescriptors | ( | VgMarkerDescriptorVector | value | ) |
| void VgPointDescriptorRefPtr.setMNotifyPOISelectedOnClick | ( | boolean | value | ) |
| void VgPointDescriptorRefPtr.setMPitch | ( | float | value | ) |
| void VgPointDescriptorRefPtr.setMPitchOrientationType | ( | VgOrientationType | value | ) |
| void VgPointDescriptorRefPtr.setMPosition | ( | VgPosition | value | ) |
| void VgPointDescriptorRefPtr.setMRectangleHeight | ( | float | value | ) |
| void VgPointDescriptorRefPtr.setMRectangleWidth | ( | float | value | ) |
| void VgPointDescriptorRefPtr.setMRoll | ( | float | value | ) |
| void VgPointDescriptorRefPtr.setMRollOrientationType | ( | VgOrientationType | value | ) |
| void VgPointDescriptorRefPtr.setMScale | ( | float | value | ) |
| void VgPointDescriptorRefPtr.setMSizePolicy | ( | VgSizePolicy | value | ) |
| void VgPointDescriptorRefPtr.setMVisibilityRampFullyInvisible | ( | double | value | ) |
| void VgPointDescriptorRefPtr.setMVisibilityRampFullyVisible | ( | double | value | ) |
| void VgPointDescriptorRefPtr.setMVisibilityRampStartInvisible | ( | double | value | ) |
| void VgPointDescriptorRefPtr.setMVisibilityRampStartVisible | ( | double | value | ) |
| void VgPointDescriptorRefPtr.setMZIndex | ( | int | value | ) |
| int VgPointDescriptorRefPtr.unref | ( | ) |