public class FeatureCollectionConverterWfs20 extends Object implements com.thoughtworks.xstream.converters.Converter
Wfs20FeatureCollection
to XML
according to the GML 3.2.1 spec. It will also convert respective XML into a Wfs20FeatureCollection
.Constructor and Description |
---|
FeatureCollectionConverterWfs20() |
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) |
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.