Package org.geotools.data.complex.xml
Interface XmlFeatureSource
-
- All Superinterfaces:
FeatureSource<SimpleFeatureType,SimpleFeature>
,SimpleFeatureSource
public interface XmlFeatureSource extends SimpleFeatureSource
- Author:
- Russell Petty (GeoScience Victoria)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setItemXpath(String itemXpath)
void
setNamespaces(NamespaceSupport namespaces)
-
Methods inherited from interface FeatureSource
addFeatureListener, getBounds, getBounds, getCount, getDataStore, getInfo, getName, getQueryCapabilities, getSchema, getSupportedHints, removeFeatureListener
-
Methods inherited from interface SimpleFeatureSource
getFeatures, getFeatures, getFeatures
-
-
-
-
Method Detail
-
setNamespaces
void setNamespaces(NamespaceSupport namespaces)
-
setItemXpath
void setItemXpath(String itemXpath)
-
-