public class FeatureCollectionConverterWfs10 extends Object implements com.thoughtworks.xstream.converters.Converter
WfsFeatureCollection
to XML
according to the GML 3.2.1 spec. It will also convert respective XML into a WfsFeatureCollection
.Modifier and Type | Field and Description |
---|---|
protected String |
featureMember |
protected Map<String,String> |
prefixToUriMapping |
Constructor and Description |
---|
FeatureCollectionConverterWfs10() |
Modifier and Type | Method and Description |
---|---|
boolean |
canConvert(Class clazz) |
void |
marshal(Object value,
com.thoughtworks.xstream.io.HierarchicalStreamWriter writer,
com.thoughtworks.xstream.converters.MarshallingContext context) |
void |
setContextRoot(String contextRoot) |
void |
setFeatureConverterMap(Map<String,FeatureConverter> featureConverterMap) |
Object |
unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader,
com.thoughtworks.xstream.converters.UnmarshallingContext context) |
protected String featureMember
public boolean canConvert(Class clazz)
canConvert
in interface com.thoughtworks.xstream.converters.ConverterMatcher
public void marshal(Object value, com.thoughtworks.xstream.io.HierarchicalStreamWriter writer, com.thoughtworks.xstream.converters.MarshallingContext context)
marshal
in interface com.thoughtworks.xstream.converters.Converter
public void setContextRoot(String contextRoot)
public Object unmarshal(com.thoughtworks.xstream.io.HierarchicalStreamReader reader, com.thoughtworks.xstream.converters.UnmarshallingContext context)
unmarshal
in interface com.thoughtworks.xstream.converters.Converter
public void setFeatureConverterMap(Map<String,FeatureConverter> featureConverterMap)
This work is licensed under a Creative Commons Attribution 4.0 International License.