Class ShpXmlFileReader
- Object
- 
- ShpXmlFileReader
 
- 
- All Implemented Interfaces:
- FileReader
 
 public class ShpXmlFileReader extends Object implements FileReader 
- 
- 
Constructor SummaryConstructors Constructor Description ShpXmlFileReader(ShpFiles shapefileFiles)Parse metadataFile (currently for bounding box information).
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringid()An id for the reader.Metadataparse()protected EnvelopeparseBounding(XMLStreamReader reader)protected IdInfoparseIdInfo(XMLStreamReader reader)protected MetadataparseMetadata(XMLStreamReader reader)
 
- 
- 
- 
Constructor Detail- 
ShpXmlFileReaderpublic ShpXmlFileReader(ShpFiles shapefileFiles) Parse metadataFile (currently for bounding box information).
 
- 
 - 
Method Detail- 
parsepublic Metadata parse() 
 - 
parseMetadataprotected Metadata parseMetadata(XMLStreamReader reader) throws XMLStreamException - Throws:
- XMLStreamException
 
 - 
parseIdInfoprotected IdInfo parseIdInfo(XMLStreamReader reader) throws XMLStreamException - Throws:
- XMLStreamException
 
 - 
parseBoundingprotected Envelope parseBounding(XMLStreamReader reader) throws XMLStreamException - Throws:
- XMLStreamException
 
 - 
idpublic String id() Description copied from interface:FileReaderAn id for the reader. This is only used for debugging.- Specified by:
- idin interface- FileReader
- Returns:
- id for the reader.
 
 
- 
 
-