Class AbstractFeatureConverterWfs20
java.lang.Object
org.codice.ddf.spatial.ogc.wfs.catalog.converter.impl.AbstractFeatureConverter
org.codice.ddf.spatial.ogc.wfs.v2_0_0.catalog.converter.impl.AbstractFeatureConverterWfs20
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.Converter,com.thoughtworks.xstream.converters.ConverterMatcher,org.codice.ddf.spatial.ogc.wfs.catalog.converter.FeatureConverter
- Direct Known Subclasses:
GenericFeatureConverterWfs20
public abstract class AbstractFeatureConverterWfs20
extends AbstractFeatureConverter
implements org.codice.ddf.spatial.ogc.wfs.catalog.converter.FeatureConverter
-
Field Summary
Fields inherited from class org.codice.ddf.spatial.ogc.wfs.catalog.converter.impl.AbstractFeatureConverter
coordinateOrder, ERROR_PARSING_MESSAGE, metacardType, sourceId, UTF8_ENCODING, wfsUrl -
Constructor Summary
ConstructorsConstructorDescriptionAbstractFeatureConverterWfs20(org.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper metacardMapper) -
Method Summary
Modifier and TypeMethodDescriptionprotected SerializablegetValueForMetacardAttribute(ddf.catalog.data.AttributeType.AttributeFormat attributeFormat, com.thoughtworks.xstream.io.HierarchicalStreamReader reader) protected ObjectMethods inherited from class org.codice.ddf.spatial.ogc.wfs.catalog.converter.impl.AbstractFeatureConverter
canConvert, copyXml, createMetacardFromFeature, getMetacardType, getSrs, parseDateFromXml, setCoordinateOrder, setMetacardType, setSourceId, setSrs, setWfsUrlMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.thoughtworks.xstream.converters.Converter
marshal, unmarshalMethods inherited from interface com.thoughtworks.xstream.converters.ConverterMatcher
canConvertMethods inherited from interface org.codice.ddf.spatial.ogc.wfs.catalog.converter.FeatureConverter
getMetacardType, setCoordinateOrder, setMetacardType, setSourceId, setWfsUrl
-
Constructor Details
-
AbstractFeatureConverterWfs20
public AbstractFeatureConverterWfs20() -
AbstractFeatureConverterWfs20
public AbstractFeatureConverterWfs20(org.codice.ddf.spatial.ogc.wfs.catalog.mapper.MetacardMapper metacardMapper)
-
-
Method Details
-
getValueForMetacardAttribute
protected Serializable getValueForMetacardAttribute(ddf.catalog.data.AttributeType.AttributeFormat attributeFormat, com.thoughtworks.xstream.io.HierarchicalStreamReader reader) - Overrides:
getValueForMetacardAttributein classAbstractFeatureConverter
-
readGml
-