com.esri.aims.mtier.model.wmsmap
Class CapabilitiesHandler

java.lang.Object
  |
  +--com.esri.xml.sax.HandlerBase
        |
        +--com.esri.aims.mtier.model.wmsmap.CapabilitiesHandler
All Implemented Interfaces:
com.esri.xml.sax.DocumentHandler, com.esri.xml.sax.DTDHandler, com.esri.xml.sax.EntityResolver, com.esri.xml.sax.ErrorHandler, Serializable

public class CapabilitiesHandler
extends com.esri.xml.sax.HandlerBase
implements Serializable

See Also:
Serialized Form

Constructor Summary
CapabilitiesHandler()
           
 
Method Summary
 void characters(char[] ch, int start, int length)
           
 void endElement(String name)
           
 Envelope getEnvelope()
           
 Vector getFormat()
           
 WmsLayers getLayers()
           
 String getOnlineResource()
           
 String getSRS()
           
 boolean getVersion()
           
 void startElement(String tag, com.esri.xml.sax.AttributeList attrs)
           
 
Methods inherited from class com.esri.xml.sax.HandlerBase
endDocument, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, startDocument, unparsedEntityDecl, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CapabilitiesHandler

public CapabilitiesHandler()
Method Detail

getFormat

public Vector getFormat()

getLayers

public WmsLayers getLayers()

getEnvelope

public Envelope getEnvelope()

getSRS

public String getSRS()

getVersion

public boolean getVersion()

getOnlineResource

public String getOnlineResource()

startElement

public void startElement(String tag,
                         com.esri.xml.sax.AttributeList attrs)
                  throws com.esri.xml.sax.SAXException
Specified by:
startElement in interface com.esri.xml.sax.DocumentHandler
Overrides:
startElement in class com.esri.xml.sax.HandlerBase
com.esri.xml.sax.SAXException

endElement

public void endElement(String name)
                throws com.esri.xml.sax.SAXException
Specified by:
endElement in interface com.esri.xml.sax.DocumentHandler
Overrides:
endElement in class com.esri.xml.sax.HandlerBase
com.esri.xml.sax.SAXException

characters

public void characters(char[] ch,
                       int start,
                       int length)
                throws com.esri.xml.sax.SAXException
Specified by:
characters in interface com.esri.xml.sax.DocumentHandler
Overrides:
characters in class com.esri.xml.sax.HandlerBase
com.esri.xml.sax.SAXException