|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsImageWorkspace
Implementation of ArcIMS IMAGEWORKSPACE element. Used when adding dynamic feature layers to the map.
| Constructor Summary | |
AimsImageWorkspace()
Do not use. |
|
AimsImageWorkspace(java.lang.String directory)
Creates new AimsImageWorkspace with the specified directory. |
|
AimsImageWorkspace(java.lang.String directory,
java.lang.String name)
Creates new AimsImageWorkspace with the specified directory and name. |
|
| Method Summary | |
java.lang.Object |
clone()
Creates a copy of this object. |
boolean |
equals(AimsImageWorkspace anotherWorkspace)
Checks whether two workspaces are the same. |
java.lang.String |
getDirectory()
Gets the directory string. |
java.lang.String |
getName()
Gets the name string. |
void |
setDirectory(java.lang.String directory)
Sets the directory string. |
void |
setName(java.lang.String name)
Sets the name string. |
java.lang.String |
toAxlString()
Returns the AXL string to refresh this object, using the default environnment setting. |
java.lang.String |
toAxlString(AimsEnvironment env)
Returns the AXL string to refresh this object, using the specified environnment setting. |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AimsImageWorkspace()
public AimsImageWorkspace(java.lang.String directory)
directory - The directory of the workspace.
public AimsImageWorkspace(java.lang.String directory,
java.lang.String name)
directory - The directory of the workspace.name - The user-defomed name of the workspace.| Method Detail |
public java.lang.Object clone()
clone in interface AimsWorkspacepublic boolean equals(AimsImageWorkspace anotherWorkspace)
public java.lang.String getDirectory()
public void setDirectory(java.lang.String directory)
directory - The directory string.public java.lang.String getName()
getName in interface AimsWorkspacepublic void setName(java.lang.String name)
name - The name string.public java.lang.String toAxlString()
toAxlString in interface AimsWorkspacepublic java.lang.String toAxlString(AimsEnvironment env)
toAxlString in interface AimsWorkspaceenv - The environment object containing coordinate separators.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||