org.geotools.data.complex.xml
Interface XmlFeatureSource

All Superinterfaces:
FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>

public interface XmlFeatureSource
extends FeatureSource<org.opengis.feature.simple.SimpleFeatureType,org.opengis.feature.simple.SimpleFeature>

Version:
$Id: XmlFeatureSource.java 34061 2009-10-05 06:31:55Z bencaradocdavies $
Author:
Russell Petty, GSV

Method Summary
 void setItemXpath(java.lang.String itemXpath)
           
 void setNamespaces(org.xml.sax.helpers.NamespaceSupport namespaces)
           
 
Methods inherited from interface org.geotools.data.FeatureSource
addFeatureListener, getBounds, getBounds, getCount, getDataStore, getFeatures, getFeatures, getFeatures, getInfo, getName, getQueryCapabilities, getSchema, getSupportedHints, removeFeatureListener
 

Method Detail

setNamespaces

void setNamespaces(org.xml.sax.helpers.NamespaceSupport namespaces)

setItemXpath

void setItemXpath(java.lang.String itemXpath)


Copyright © 1996-2010 Geotools. All Rights Reserved.