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

java.lang.Object
  extended by org.xml.sax.helpers.DefaultHandler
      extended by com.esri.aims.mtier.model.wmsmap.CapabilitiesHandler
All Implemented Interfaces:
Serializable, ContentHandler, DTDHandler, EntityResolver, ErrorHandler

public class CapabilitiesHandler
extends DefaultHandler
implements Serializable

See Also:
Serialized Form

Constructor Summary
CapabilitiesHandler()
           
 
Method Summary
 void characters(char[] ch, int start, int length)
           
 void endElement(String namespaceURI, String localName, String qName)
           
 Envelope getEnvelope()
           
 Vector getFormat()
           
 WmsLayers getLayers()
           
 String getOnlineResource()
           
 String getSRS()
           
 String getVersion()
           
 boolean isNewVersion()
           
 void startElement(String namespaceURI, String localName, String qName, Attributes attrs)
           
 
Methods inherited from class org.xml.sax.helpers.DefaultHandler
endDocument, endPrefixMapping, error, fatalError, ignorableWhitespace, notationDecl, processingInstruction, resolveEntity, setDocumentLocator, skippedEntity, startDocument, startPrefixMapping, 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 String getVersion()

isNewVersion

public boolean isNewVersion()

getOnlineResource

public String getOnlineResource()

startElement

public void startElement(String namespaceURI,
                         String localName,
                         String qName,
                         Attributes attrs)
                  throws SAXException
Specified by:
startElement in interface ContentHandler
Overrides:
startElement in class DefaultHandler
Throws:
SAXException

endElement

public void endElement(String namespaceURI,
                       String localName,
                       String qName)
                throws SAXException
Specified by:
endElement in interface ContentHandler
Overrides:
endElement in class DefaultHandler
Throws:
SAXException

characters

public void characters(char[] ch,
                       int start,
                       int length)
                throws SAXException
Specified by:
characters in interface ContentHandler
Overrides:
characters in class DefaultHandler
Throws:
SAXException