Class FeatureJSONReader


  • public class FeatureJSONReader
    extends Object
    This class offers a static method to read a Feature using a Reader instance.
    • Method Detail

      • read

        public static Feature read​(Reader reader,
                                   String location)
                            throws IOException
        Read a new feature from the reader The reader is not closed. It is up to the caller to close the reader.
        Parameters:
        reader - The reader for the feature
        location - Optional location
        Returns:
        The read feature
        Throws:
        IOException - If an IO errors occurs or the JSON is invalid.