org.n52.wps.io.datahandler.binary
Class AbstractGTBinZippedSHPParser
java.lang.Object
org.n52.wps.io.datahandler.xml.AbstractXMLParser
org.n52.wps.io.datahandler.binary.AbstractGTBinZippedSHPParser
- All Implemented Interfaces:
- IOHandler, IParser
- Direct Known Subclasses:
- GTBinZippedBase64SHPParser, GTBinZippedSHPParser
public abstract class AbstractGTBinZippedSHPParser
- extends AbstractXMLParser
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.n52.wps.io.IParser |
parse |
AbstractGTBinZippedSHPParser
public AbstractGTBinZippedSHPParser()
parseXML
public IData parseXML(java.lang.String xml)
throws java.lang.RuntimeException
- Specified by:
parseXML in class AbstractXMLParser
- Throws:
java.lang.RuntimeException - If an error occurs while parsing the sent XML, unzipping the
zipped shapefile or the feature collection cannot be obtained
from the shapefile- See Also:
AbstractXMLParser.parseXML(java.lang.String)
parseXML
public IData parseXML(java.io.InputStream stream)
throws java.lang.RuntimeException
- Specified by:
parseXML in class AbstractXMLParser
- Throws:
java.lang.RuntimeException - If an error occurs while parsing the sent XML, unzipping the
zipped shapefile or the feature collection cannot be obtained
from the shapefile- See Also:
AbstractXMLParser.parseXML(java.io.InputStream)
getSupportedInternalOutputDataType
public java.lang.Class<?>[] getSupportedInternalOutputDataType()
getSupportedSchemas
public java.lang.String[] getSupportedSchemas()
- Description copied from class:
AbstractXMLParser
- Returns an array having the supported schemas.
- Specified by:
getSupportedSchemas in interface IOHandler- Overrides:
getSupportedSchemas in class AbstractXMLParser
isSupportedSchema
public boolean isSupportedSchema(java.lang.String schema)
- Description copied from class:
AbstractXMLParser
- Returns true if the given schema is supported, else false.
- Specified by:
isSupportedSchema in interface IOHandler- Overrides:
isSupportedSchema in class AbstractXMLParser
Copyright © 2007-2011 52north.org. All Rights Reserved.