Class GMLFeatureWriter

java.lang.Object
thredds.server.wfs.GMLFeatureWriter

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

    • GMLFeatureWriter

      public GMLFeatureWriter()
  • Method Details

    • 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