public class WFSDescribeFeatureTypeWriter extends Object
| Constructor and Description |
|---|
WFSDescribeFeatureTypeWriter(PrintWriter response,
String server,
String namespace) |
| Modifier and Type | Method and Description |
|---|---|
void |
addFeature(WFSFeature feature)
Add a feature to the writer's feature list.
|
void |
finishXML()
Finish writing the XML file and append it all to the PrintWriter.
|
void |
startXML()
Initiate the response with an XML file with an XML header
|
void |
writeFeatures()
Write the features from the featureList.
|
public WFSDescribeFeatureTypeWriter(PrintWriter response, String server, String namespace)
public void startXML()
public void addFeature(WFSFeature feature)
feature - to addpublic void writeFeatures()
public void finishXML()