Class ShpXmlFileReader
Object
ShpXmlFileReader
- All Implemented Interfaces:
 FileReader
- 
Constructor Summary
ConstructorsConstructorDescriptionShpXmlFileReader(ShpFiles shapefileFiles) Parse metadataFile (currently for bounding box information). - 
Method Summary
Modifier and TypeMethodDescriptionid()An id for the reader.parse()protected EnvelopeparseBounding(XMLStreamReader reader) protected IdInfoparseIdInfo(XMLStreamReader reader) protected MetadataparseMetadata(XMLStreamReader reader)  
- 
Constructor Details
- 
ShpXmlFileReader
Parse metadataFile (currently for bounding box information). 
 - 
 - 
Method Details
- 
parse
 - 
parseMetadata
- Throws:
 XMLStreamException
 - 
parseIdInfo
- Throws:
 XMLStreamException
 - 
parseBounding
- Throws:
 XMLStreamException
 - 
id
Description copied from interface:FileReaderAn id for the reader. This is only used for debugging.- Specified by:
 idin interfaceFileReader- Returns:
 - id for the reader.
 
 
 -