Class GMLFeatureWriter


  • public class GMLFeatureWriter
    extends Object
    Takes in a Simple Geometry, determines which kind it is, and writes the corresponding xml
    • Constructor Detail

      • GMLFeatureWriter

        public GMLFeatureWriter()
    • Method Detail

      • writeFeature

        public String writeFeature​(ucar.nc2.ft2.simpgeometry.SimpleGeometry geom)
        Checks the type of the Simple Geom and calls the appropriate method to build the xml
        Parameters:
        geom - the Simple Geom
        Returns:
        the xml