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(Element bounding) |
protected IdInfo |
parseIdInfo(Element element) |
protected Metadata |
parseMetadata(Element root) |
public ShpXmlFileReader(ShpFiles shapefileFiles) throws JDOMException, IOException
shapefileFiles
- JDOMException
IOException
public Metadata parse()
protected Metadata parseMetadata(Element root)
protected IdInfo parseIdInfo(Element element)
protected Envelope parseBounding(Element bounding)
public String id()
FileReader
id
in interface FileReader
Copyright © 1996–2019 Geotools. All rights reserved.