com.supermap.armap.armapping
Class ARMap
- java.lang.Object
-
- com.supermap.armap.armapping.ARMap
-
public class ARMap extends java.lang.Object
AR maps
-
-
Constructor Summary
Constructors Constructor and Description ARMap()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ARControl
getARControl()
Get an ARControl that holds the current ARMapARTranslateHelper
getARTranslaterHelper()
Get the AR conversion tool classWorkspace
getWorkspace()
Get the workspace instance of the current AR mapvoid
refresh()
Force refresh of each layer in the AR mapvoid
setWorkspace(Workspace workspace)
Set up a workspace
-
-
-
Method Detail
-
setWorkspace
public void setWorkspace(Workspace workspace)
Set up a workspace- Parameters:
workspace
- instance objects, seeWorkspace
-
getWorkspace
public Workspace getWorkspace()
Get the workspace instance of the current AR map- Returns:
- Workspace instance objects, see
Workspace
-
refresh
public void refresh()
Force refresh of each layer in the AR map
-
getARTranslaterHelper
public ARTranslateHelper getARTranslaterHelper()
Get the AR conversion tool class- Returns:
- ARTranslateHelper instance object, see
ARTranslateHelper
-
-