com.supermap.armap.armapping
Class ARMap
- java.lang.Object
 - 
- com.supermap.armap.armapping.ARMap
 
 
- 
public class ARMap extends java.lang.ObjectAR maps 
- 
- 
Constructor Summary
Constructors Constructor and Description ARMap() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ARControlgetARControl()Get an ARControl that holds the current ARMapARTranslateHelpergetARTranslaterHelper()Get the AR conversion tool classWorkspacegetWorkspace()Get the workspace instance of the current AR mapvoidrefresh()Force refresh of each layer in the AR mapvoidsetWorkspace(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 
 
 - 
 
 -