com.supermap.realspace
Class OnlineService3D
- java.lang.Object
-
- com.supermap.realspace.OnlineService3D
-
public class OnlineService3D extends java.lang.Object
Online service 3D
-
-
Nested Class Summary
Nested Classes Modifier and Type Class and Description static interface
OnlineService3D.OnlineService3DCallBackListener
Service callback listenerclass
OnlineService3D.OnlineService3DInfo
-
Constructor Summary
Constructors Constructor and Description OnlineService3D(android.content.Context context)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description void
privateServiceWithCompletion(OnlineService3D.OnlineService3DCallBackListener listenner)
Return 3D service collection information in parameters of successful callbackvoid
publicServiceWithCompletion(OnlineService3D.OnlineService3DCallBackListener listenner)
Return 3D service collection information in parameters of successful callback Get the online public service callback event.
-
-
-
Constructor Detail
-
OnlineService3D
public OnlineService3D(android.content.Context context)
The constructor.- Parameters:
context
- application context
-
-
Method Detail
-
publicServiceWithCompletion
public void publicServiceWithCompletion(OnlineService3D.OnlineService3DCallBackListener listenner)
Return 3D service collection information in parameters of successful callback Get the online public service callback event. The data compression package name uploaded to online is the same as the scene name and the workspace name, and the unified suffix _android. For example: CBD_android.zip CBD_android CBD_android.sxwu/smwu- Parameters:
listenner
- service callback event
-
privateServiceWithCompletion
public void privateServiceWithCompletion(OnlineService3D.OnlineService3DCallBackListener listenner)
Return 3D service collection information in parameters of successful callback- Parameters:
listenner
- service callback event
-
-