class RTKLocation
class RTKLocation implements DJIValue, JNIProguardKeepTag, ByteStream
|
Package: | dji.sdk.keyvalue.value.rtkmobilestation |
Description:
The location of the RTK module includes RTK ground and air end information.
Supported since MSDK 5.0.0
Class Members:
Members
method getPositioningSolution
RTKPositioningSolution getPositioningSolution()
|
Package: | dji.sdk.keyvalue.value.rtkmobilestation |
Description:
Get the positioning solution of an RTK module.
Return:
method getBaseStationLocation
LocationCoordinate3D getBaseStationLocation()
|
Package: | dji.sdk.keyvalue.value.rtkmobilestation |
Description:
Get the location of an RTK base station.
Return:
method getMobileStationLocation
LocationCoordinate3D getMobileStationLocation()
|
Package: | dji.sdk.keyvalue.value.rtkmobilestation |
Description:
Get the location of an RTK module on an aircraft.
Return:
method getStdLongitude
Package: | dji.sdk.keyvalue.value.rtkmobilestation |
Description:
Get the standard deviation of Longitude. Unit: meter.
Return:
Double | Return the standard deviation of Longitude. |
method getStdLatitude
Package: | dji.sdk.keyvalue.value.rtkmobilestation |
Description:
Get the standard deviation of Latitude. Unit: meter.
Return:
Double | Return the standard deviation of Latitude. |
method getStdAltitude
Package: | dji.sdk.keyvalue.value.rtkmobilestation |
Description:
Get the standard deviation of Altitude. Unit: meter.
Return:
Double | Return the standard deviation of Altitude. |