|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.esri.aims.mtier.model.axl.map.ExtensionElementFactory
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 |
public ExtensionElementFactory()
Method Detail |
public com.esri.w3c.dom.Element createAddressElement()
public com.esri.w3c.dom.Element createExtractElement()
public com.esri.w3c.dom.Element createGCTagElement(String id, String value)
id
- ID as defined in GCINPUT.value
- Values that user inputs for a geocoding request.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |