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
 void setItemXpath(String itemXpath)
           
 void setNamespaces(NamespaceSupport namespaces)
           
 
Methods inherited from interface SimpleFeatureSource
getFeatures, getFeatures, getFeatures
 
Methods inherited from interface FeatureSource
addFeatureListener, getBounds, getBounds, getCount, getDataStore, getInfo, getName, getQueryCapabilities, getSchema, getSupportedHints, removeFeatureListener
 

Method Detail

setNamespaces

void setNamespaces(NamespaceSupport namespaces)

setItemXpath

void setItemXpath(String itemXpath)


Copyright © 1996-2014 Geotools. All Rights Reserved.