Package thredds.server.wfs
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 Summary
Constructors Constructor Description GMLFeatureWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringwriteFeature(ucar.nc2.ft2.simpgeometry.SimpleGeometry geom)Checks the type of the Simple Geom and calls the appropriate method to build the xml
-
-
-
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
-
-