CloudLocalizeResult Class¶
Inherits: FrameFilterResult
getLocalizeStatus¶
Returns localization status.
- C
easyar_CloudLocalizeStatus easyar_CloudLocalizeResult_getLocalizeStatus(const easyar_CloudLocalizeResult * This)
- C++
CloudLocalizeStatus getLocalizeStatus()
- Java
public int getLocalizeStatus()
- Kotlin
fun getLocalizeStatus(): Int
- Objective-C
- (easyar_CloudLocalizeStatus)getLocalizeStatus
- Swift
public func getLocalizeStatus() -> CloudLocalizeStatus
- C#
public virtual CloudLocalizeStatus getLocalizeStatus()
getLocalizedMapID¶
Returns ID of the best correspond localized map.
- C
void easyar_CloudLocalizeResult_getLocalizedMapID(const easyar_CloudLocalizeResult * This, easyar_String * * Return)
- C++
std::string getLocalizedMapID()
- Java
public java.lang.@Nonnull String getLocalizedMapID()
- Kotlin
fun getLocalizedMapID(): String
- Objective-C
- (NSString *)getLocalizedMapID
- Swift
public func getLocalizedMapID() -> String
- C#
public virtual string getLocalizedMapID()
getLocalizedMapName¶
Returns the name of the best correspond localized map.
- C
void easyar_CloudLocalizeResult_getLocalizedMapName(const easyar_CloudLocalizeResult * This, easyar_String * * Return)
- C++
std::string getLocalizedMapName()
- Java
public java.lang.@Nonnull String getLocalizedMapName()
- Kotlin
fun getLocalizedMapName(): String
- Objective-C
- (NSString *)getLocalizedMapName
- Swift
public func getLocalizedMapName() -> String
- C#
public virtual string getLocalizedMapName()
getPose¶
Returns the best correspond localized map pose at the camera coordinates.
- C
easyar_Matrix44F easyar_CloudLocalizeResult_getPose(const easyar_CloudLocalizeResult * This)
- C++
Matrix44F getPose()
- Java
public @Nonnull Matrix44F getPose()
- Kotlin
fun getPose(): Matrix44F
- Objective-C
- (easyar_Matrix44F *)getPose
- Swift
public func getPose() -> Matrix44F
- C#
public virtual Matrix44F getPose()
getDeltaT¶
Returns the transform from local coordinates (if exists) to the best correspond map coordinates.
- C
easyar_OptionalOfMatrix44F easyar_CloudLocalizeResult_getDeltaT(const easyar_CloudLocalizeResult * This)
- C++
std::optional<Matrix44F> getDeltaT()
- Java
public @Nullable Matrix44F getDeltaT()
- Kotlin
fun getDeltaT(): Matrix44F?
- Objective-C
- (easyar_Matrix44F *)getDeltaT
- Swift
public func getDeltaT() -> Matrix44F?
- C#
public virtual Optional<Matrix44F> getDeltaT()
getAllLocalizedMapID¶
Returns ID of all localized maps.
- C
void easyar_CloudLocalizeResult_getAllLocalizedMapID(const easyar_CloudLocalizeResult * This, easyar_ListOfString * * Return)
- C++
std::vector<std::string> getAllLocalizedMapID()
- Java
public java.util.@Nonnull ArrayList<java.lang.@Nonnull String> getAllLocalizedMapID()
- Kotlin
fun getAllLocalizedMapID(): ArrayList<String>
- Objective-C
- (NSArray<NSString *> *)getAllLocalizedMapID
- Swift
public func getAllLocalizedMapID() -> [String]
- C#
public virtual List<string> getAllLocalizedMapID()
getAllPose¶
Returns the camera pose at all localized map coordinates.
- C
void easyar_CloudLocalizeResult_getAllPose(const easyar_CloudLocalizeResult * This, easyar_ListOfMatrix44F * * Return)
- C++
std::vector<Matrix44F> getAllPose()
- Java
public java.util.@Nonnull ArrayList<@Nonnull Matrix44F> getAllPose()
- Kotlin
fun getAllPose(): ArrayList<Matrix44F>
- Objective-C
- (NSArray<easyar_Matrix44F *> *)getAllPose
- Swift
public func getAllPose() -> [Matrix44F]
- C#
public virtual List<Matrix44F> getAllPose()
getAllDeltaT¶
Returns the transform from local coordinates (if exists) to all map coordinates.
- C
void easyar_CloudLocalizeResult_getAllDeltaT(const easyar_CloudLocalizeResult * This, easyar_ListOfMatrix44F * * Return)
- C++
std::vector<Matrix44F> getAllDeltaT()
- Java
public java.util.@Nonnull ArrayList<@Nonnull Matrix44F> getAllDeltaT()
- Kotlin
fun getAllDeltaT(): ArrayList<Matrix44F>
- Objective-C
- (NSArray<easyar_Matrix44F *> *)getAllDeltaT
- Swift
public func getAllDeltaT() -> [Matrix44F]
- C#
public virtual List<Matrix44F> getAllDeltaT()
getExtraInfo¶
Returns extra informations of the localization.
- C
void easyar_CloudLocalizeResult_getExtraInfo(const easyar_CloudLocalizeResult * This, easyar_String * * Return)
- C++
std::string getExtraInfo()
- Java
public java.lang.@Nonnull String getExtraInfo()
- Kotlin
fun getExtraInfo(): String
- Objective-C
- (NSString *)getExtraInfo
- Swift
public func getExtraInfo() -> String
- C#
public virtual string getExtraInfo()
getExceptionInfo¶
Returns detailed exception message.
- C
void easyar_CloudLocalizeResult_getExceptionInfo(const easyar_CloudLocalizeResult * This, easyar_String * * Return)
- C++
std::string getExceptionInfo()
- Java
public java.lang.@Nonnull String getExceptionInfo()
- Kotlin
fun getExceptionInfo(): String
- Objective-C
- (NSString *)getExceptionInfo
- Swift
public func getExceptionInfo() -> String
- C#
public virtual string getExceptionInfo()
getLocalizedBlockId¶
Returns the block id of the best correspond localized map.
- C
void easyar_CloudLocalizeResult_getLocalizedBlockId(const easyar_CloudLocalizeResult * This, easyar_String * * Return)
- C++
std::string getLocalizedBlockId()
- Java
public java.lang.@Nonnull String getLocalizedBlockId()
- Kotlin
fun getLocalizedBlockId(): String
- Objective-C
- (NSString *)getLocalizedBlockId
- Swift
public func getLocalizedBlockId() -> String
- C#
public virtual string getLocalizedBlockId()
getLocalizedBlockTimestamp¶
Returns the block timestamp of the best correspond localized map.
- C
void easyar_CloudLocalizeResult_getLocalizedBlockTimestamp(const easyar_CloudLocalizeResult * This, easyar_String * * Return)
- C++
std::string getLocalizedBlockTimestamp()
- Java
public java.lang.@Nonnull String getLocalizedBlockTimestamp()
- Kotlin
fun getLocalizedBlockTimestamp(): String
- Objective-C
- (NSString *)getLocalizedBlockTimestamp
- Swift
public func getLocalizedBlockTimestamp() -> String
- C#
public virtual string getLocalizedBlockTimestamp()
getLocalizedBlockLocation¶
Returns the block location of the best correspond localized map.
- C
easyar_OptionalOfVec3D easyar_CloudLocalizeResult_getLocalizedBlockLocation(const easyar_CloudLocalizeResult * This)
- C++
std::optional<Vec3D> getLocalizedBlockLocation()
- Java
public @Nullable Vec3D getLocalizedBlockLocation()
- Kotlin
fun getLocalizedBlockLocation(): Vec3D?
- Objective-C
- (easyar_Vec3D *)getLocalizedBlockLocation
- Swift
public func getLocalizedBlockLocation() -> Vec3D?
- C#
public virtual Optional<Vec3D> getLocalizedBlockLocation()
getLocalizedClusterId¶
Returns the cluster id of the best correspond localized map.
- C
void easyar_CloudLocalizeResult_getLocalizedClusterId(const easyar_CloudLocalizeResult * This, easyar_String * * Return)
- C++
std::string getLocalizedClusterId()
- Java
public java.lang.@Nonnull String getLocalizedClusterId()
- Kotlin
fun getLocalizedClusterId(): String
- Objective-C
- (NSString *)getLocalizedClusterId
- Swift
public func getLocalizedClusterId() -> String
- C#
public virtual string getLocalizedClusterId()
getLocalizedClusterLocation¶
Returns the cluster location of the best correspond localized map.
- C
easyar_OptionalOfVec3D easyar_CloudLocalizeResult_getLocalizedClusterLocation(const easyar_CloudLocalizeResult * This)
- C++
std::optional<Vec3D> getLocalizedClusterLocation()
- Java
public @Nullable Vec3D getLocalizedClusterLocation()
- Kotlin
fun getLocalizedClusterLocation(): Vec3D?
- Objective-C
- (easyar_Vec3D *)getLocalizedClusterLocation
- Swift
public func getLocalizedClusterLocation() -> Vec3D?
- C#
public virtual Optional<Vec3D> getLocalizedClusterLocation()
getPoseInCluster¶
Returns the camera pose in the cluster which the best correspond localized map belongs to.
- C
easyar_Matrix44F easyar_CloudLocalizeResult_getPoseInCluster(const easyar_CloudLocalizeResult * This)
- C++
Matrix44F getPoseInCluster()
- Java
public @Nonnull Matrix44F getPoseInCluster()
- Kotlin
fun getPoseInCluster(): Matrix44F
- Objective-C
- (easyar_Matrix44F *)getPoseInCluster
- Swift
public func getPoseInCluster() -> Matrix44F
- C#
public virtual Matrix44F getPoseInCluster()
getDeltaTForCluster¶
Returns the transform from local coordinates (if exists) to the best correspond map coordinates.
- C
easyar_OptionalOfMatrix44F easyar_CloudLocalizeResult_getDeltaTForCluster(const easyar_CloudLocalizeResult * This)
- C++
std::optional<Matrix44F> getDeltaTForCluster()
- Java
public @Nullable Matrix44F getDeltaTForCluster()
- Kotlin
fun getDeltaTForCluster(): Matrix44F?
- Objective-C
- (easyar_Matrix44F *)getDeltaTForCluster
- Swift
public func getDeltaTForCluster() -> Matrix44F?
- C#
public virtual Optional<Matrix44F> getDeltaTForCluster()
getDeviceLocation¶
Returns the location of device.
- C
easyar_OptionalOfVec3D easyar_CloudLocalizeResult_getDeviceLocation(const easyar_CloudLocalizeResult * This)
- C++
std::optional<Vec3D> getDeviceLocation()
- Java
public @Nullable Vec3D getDeviceLocation()
- Kotlin
fun getDeviceLocation(): Vec3D?
- Objective-C
- (easyar_Vec3D *)getDeviceLocation
- Swift
public func getDeviceLocation() -> Vec3D?
- C#
public virtual Optional<Vec3D> getDeviceLocation()