com.moximedia.aims
Class AimsMxdTemplate

java.lang.Object
  extended bycom.moximedia.aims.AimsMxdTemplate
All Implemented Interfaces:
java.io.Serializable

public class AimsMxdTemplate
extends java.lang.Object
implements java.io.Serializable

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.

Author:
jdc
See Also:
Serialized Form

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

AimsMxdTemplate

public AimsMxdTemplate()
Creates a new instance of AimsMxdTemplate

Method Detail

getDataframe

public java.lang.String getDataframe()
Gets the dataframe of the arcmap service.

Returns:
The dataframe of the service.

setDataframe

public void setDataframe(java.lang.String dataframe)
Sets the name of the dataframe used.


getName

public java.lang.String getName()
Gets the name of the template, a description used in the GUI.

Returns:
The name of the template.

setName

public void setName(java.lang.String name)
Sets the name of the template, a description used in the GUI.

Parameters:
name - The name of the template.

getServer

public java.lang.String getServer()
Gets the server of the arcmap service.

Returns:
The server of the service.

setServer

public void setServer(java.lang.String server)
Sets the name of the server.

Parameters:
server - The name of the server.

getService

public java.lang.String getService()
Gets the name of the arcmap service.

Returns:
The name of the service.

setService

public void setService(java.lang.String service)
Sets the name of the service.

Parameters:
service - The name of the service.

getServlet

public java.lang.String getServlet()
Gets the servlet of the arcmap service.

Returns:
The servlet of the service.

setServlet

public void setServlet(java.lang.String servlet)
Sets the name of the servlet.


setAxlAttribute

public 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. This method is usually called from the SAX event handler when reading the config files.

Parameters:
tag - The AXL element tag containing this attribute.
name - The AXL attribute name.
value - The AXL attribute value.


Internet Mapping Framework for ArcIMS Java Object Model API (v5.0.004)
Copyright © 2005 Moxi Media Inc. and Province of British Columbia. All Rights Reserved.