|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsMxdTemplate
The AimsMxdTemplate class is used to store details of ArcMap templates that can produce map output from the layers in the current session. Typically one ArcMap service is used for display in the GUI and some others containing the same layers are just used to support printing.
| Constructor Summary | |
AimsMxdTemplate()
Creates a new instance of AimsMxdTemplate |
|
| Method Summary | |
java.lang.String |
getDataframe()
Gets the dataframe of the arcmap service. |
java.lang.String |
getName()
Gets the name of the template, a description used in the GUI. |
java.lang.String |
getServer()
Gets the server of the arcmap service. |
java.lang.String |
getService()
Gets the name of the arcmap service. |
java.lang.String |
getServlet()
Gets the servlet of the arcmap service. |
void |
setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
Sets one of the attributes of this object using a string value. |
void |
setDataframe(java.lang.String dataframe)
Sets the name of the dataframe used. |
void |
setName(java.lang.String name)
Sets the name of the template, a description used in the GUI. |
void |
setServer(java.lang.String server)
Sets the name of the server. |
void |
setService(java.lang.String service)
Sets the name of the service. |
void |
setServlet(java.lang.String servlet)
Sets the name of the servlet. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AimsMxdTemplate()
| Method Detail |
public java.lang.String getDataframe()
public void setDataframe(java.lang.String dataframe)
public java.lang.String getName()
public void setName(java.lang.String name)
name - The name of the template.public java.lang.String getServer()
public void setServer(java.lang.String server)
server - The name of the server.public java.lang.String getService()
public void setService(java.lang.String service)
service - The name of the service.public java.lang.String getServlet()
public void setServlet(java.lang.String servlet)
public void setAxlAttribute(java.lang.String tag,
java.lang.String name,
java.lang.String value)
tag - The AXL element tag containing this attribute.name - The AXL attribute name.value - The AXL attribute value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||