Class ShpXmlFileReader

  • All Implemented Interfaces:
    FileReader

    public class ShpXmlFileReader
    extends Object
    implements FileReader
    • Constructor Summary

      Constructors 
      Constructor Description
      ShpXmlFileReader​(ShpFiles shapefileFiles)
      Parse metadataFile (currently for bounding box information).
    • Constructor Detail

      • ShpXmlFileReader

        public ShpXmlFileReader​(ShpFiles shapefileFiles)
        Parse metadataFile (currently for bounding box information).

    • Method Detail

      • parseMetadata

        protected Metadata parseMetadata​(XMLStreamReader reader)
                                  throws XMLStreamException
        Throws:
        XMLStreamException
      • parseIdInfo

        protected IdInfo parseIdInfo​(XMLStreamReader reader)
                              throws XMLStreamException
        Throws:
        XMLStreamException
      • parseBounding

        protected Envelope parseBounding​(XMLStreamReader reader)
                                  throws XMLStreamException
        Throws:
        XMLStreamException
      • id

        public String id()
        Description copied from interface: FileReader
        An id for the reader. This is only used for debugging.
        Specified by:
        id in interface FileReader
        Returns:
        id for the reader.