com.esri.aims.mtier.model.axl.map
Class ExtensionElementFactory

java.lang.Object
  |
  +--com.esri.aims.mtier.model.axl.map.ExtensionElementFactory

public class ExtensionElementFactory
extends Object

The ExtensionElementFactory class contains methods for creating all of the ArcXML elements associated with the different ArcIMS extensions.


Constructor Summary
ExtensionElementFactory()
          Creates an instance of an ExtensionElementFactory object.
 
Method Summary
 com.esri.w3c.dom.Element createAddressElement()
          Creates the ArcXML ADDRESS Element.
 com.esri.w3c.dom.Element createExtractElement()
          Creates the ArcXML EXTRACT Element.
 com.esri.w3c.dom.Element createGCTagElement(String id, String value)
          Creates the ArcXML GCTAG Element
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionElementFactory

public ExtensionElementFactory()
Creates an instance of an ExtensionElementFactory object.

Method Detail

createAddressElement

public com.esri.w3c.dom.Element createAddressElement()
Creates the ArcXML ADDRESS Element.

Returns:
Element.

createExtractElement

public com.esri.w3c.dom.Element createExtractElement()
Creates the ArcXML EXTRACT Element.

Returns:
Element.

createGCTagElement

public com.esri.w3c.dom.Element createGCTagElement(String id,
                                                   String value)
Creates the ArcXML GCTAG Element

Parameters:
id - ID as defined in GCINPUT.
value - Values that user inputs for a geocoding request.
Returns:
Element