|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsDataset
Implementation of ArcIMS DATASET element. Used when adding dynamic layers to the map.
| Constructor Summary | |
AimsDataset()
Creates new AimsDataset with null values. |
|
AimsDataset(java.lang.String name,
java.lang.String workspaceName,
java.lang.String type)
Creates new AimsDataset with the specified values. |
|
| Method Summary | |
java.lang.Object |
clone()
Returns a clone of this object. |
AimsDataset |
getCopy()
Returns a clone of this object. |
void |
setDescription(java.lang.String description)
Sets the description for the dataset, used for images in ArcIMS 9 or later. |
void |
setName(java.lang.String name)
Sets the data source for the dataset. |
void |
setShowColorMapLegend(boolean show)
Sets the showcolormaplegend property for the dataset. |
void |
setType(java.lang.String type)
Sets the type for the dataset, either image, point, line or polygon. |
void |
setWorkspaceName(java.lang.String workspace)
Sets the workspace name code for the dataset. |
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 AimsDataset()
public AimsDataset(java.lang.String name,
java.lang.String workspaceName,
java.lang.String type)
name - The name of the shapefile, image, image catalog, or sde layer.workspaceName - The workspace name.type - The type of dataset point, line, polygon, image.| Method Detail |
public java.lang.Object clone()
public AimsDataset getCopy()
public void setDescription(java.lang.String description)
description - The description for the dataset, corresponds to
the description attribute in the DATASET element. See
the AXL documentation for DATASET.public void setName(java.lang.String name)
name - The data source for the dataset, corresponds to
the name attribute in the DATASET element. See
the AXL documentation for DATASET.public void setWorkspaceName(java.lang.String workspace)
workspace - The workspace name for the dataset, corresponds to
the workspace attribute in the DATASET element. See
the AXL documentation for DATASET.public void setShowColorMapLegend(boolean show)
show - The boolean value. See the AXL documentation
for DATASET for more information.public void setType(java.lang.String type)
type - The data type for the dataset. See
the AXL documentation for DATASET for valid types.public java.lang.String toAxlString()
public java.lang.String toAxlString(AimsEnvironment env)
env - The environment object containing coordinate separators.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||