Uses of Interface
org.geotools.data.FeatureDiffReader

Packages that use FeatureDiffReader
org.geotools.data Defines the DataStoreAPI via which all data is imported or exported. 
org.geotools.data.postgis   
 

Uses of FeatureDiffReader in org.geotools.data
 

Methods in org.geotools.data that return FeatureDiffReader
 FeatureDiffReader VersioningFeatureSource.getDifferences(java.lang.String fromVersion, java.lang.String toVersion, org.opengis.filter.Filter filter, java.lang.String[] userIds)
          Returns a feature difference reader providing the changes occurred on filtered features between the two specified versions
 

Uses of FeatureDiffReader in org.geotools.data.postgis
 

Classes in org.geotools.data.postgis that implement FeatureDiffReader
 class FeatureDiffReaderImpl
          Provides forward only access to the feature differences
 



Copyright © 1996-2010 Geotools. All Rights Reserved.