Package org.vast.ogc.gml
Interface IFeatureStaxBindings<T extends IFeature>
- Type Parameters:
T
- Feature Type
- All Known Implementing Classes:
SamplingFeatureReader
,SMLStaxBindings
,SMLStaxBindingsV1
public interface IFeatureStaxBindings<T extends IFeature>
Interface for StAX bindings of specific feature types
- Since:
- May 30, 2015
-
Method Summary
Modifier and TypeMethodDescriptionreadFeature
(XMLStreamReader reader, QName qName) void
writeFeature
(XMLStreamWriter writer, T bean)
-
Method Details
-
getSupportedFeatureTypes
Collection<QName> getSupportedFeatureTypes() -
readFeature
- Throws:
XMLStreamException
-
writeFeature
- Throws:
XMLStreamException
-