public class ShpXmlFileReader extends Object implements FileReader
Constructor and Description |
---|
ShpXmlFileReader(ShpFiles shapefileFiles)
Parse metadataFile (currently for bounding box information).
|
Modifier and Type | Method and Description |
---|---|
String |
id()
An id for the reader.
|
Metadata |
parse() |
protected Envelope |
parseBounding(XMLStreamReader reader) |
protected IdInfo |
parseIdInfo(XMLStreamReader reader) |
protected Metadata |
parseMetadata(XMLStreamReader reader) |
public ShpXmlFileReader(ShpFiles shapefileFiles)
public Metadata parse()
protected Metadata parseMetadata(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
protected IdInfo parseIdInfo(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
protected Envelope parseBounding(XMLStreamReader reader) throws XMLStreamException
XMLStreamException
public String id()
FileReader
id
in interface FileReader
Copyright © 1996–2022 Geotools. All rights reserved.