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 Envelope
parseBounding
(XMLStreamReader reader) protected IdInfo
parseIdInfo
(XMLStreamReader reader) protected Metadata
parseMetadata
(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:FileReader
An id for the reader. This is only used for debugging.- Specified by:
id
in interfaceFileReader
- Returns:
- id for the reader.
-