Package thredds.server.wfs
Class GMLFeatureWriter
java.lang.Object
thredds.server.wfs.GMLFeatureWriter
Takes in a Simple Geometry, determines which kind it is, and writes the corresponding xml
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionwriteFeature(ucar.nc2.ft2.simpgeometry.SimpleGeometry geom) Checks the type of the Simple Geom and calls the appropriate method to build the xml
-
Constructor Details
-
GMLFeatureWriter
public GMLFeatureWriter()
-
-
Method Details
-
writeFeature
Checks the type of the Simple Geom and calls the appropriate method to build the xml- Parameters:
geom- the Simple Geom- Returns:
- the xml
-