Class FeatureJSONWriter


  • public class FeatureJSONWriter
    extends Object
    This class offers a static method to write a feature using a writer.
    • Constructor Detail

      • FeatureJSONWriter

        public FeatureJSONWriter()
    • Method Detail

      • write

        public static void write​(Writer writer,
                                 Feature feature)
                          throws IOException
        Writes the feature to the writer. The writer is not closed.
        Parameters:
        writer - Writer
        feature - Feature
        Throws:
        IOException - If writing fails