| java.lang.Object org.geotools.data.DiffFeatureReader
DiffFeatureReader | public class DiffFeatureReader implements FeatureReader(Code) | | A FeatureReader that considers differences.
Used to implement In-Process Transaction support. This implementation will need to peek ahead in
order to check for deletetions.
author: Jody Garnett, Refractions Research |
Constructor Summary | |
public | DiffFeatureReader(FeatureReader reader, Diff diff2) This constructor grabs a "copy" of the current diff.
This reader is not "live" to changes over the course of the Transaction. | public | DiffFeatureReader(FeatureReader reader, Diff diff2, Filter filter) This constructor grabs a "copy" of the current diff.
This reader is not "live" to changes over the course of the Transaction. |
DiffFeatureReader | public DiffFeatureReader(FeatureReader reader, Diff diff2)(Code) | | This constructor grabs a "copy" of the current diff.
This reader is not "live" to changes over the course of the Transaction. (Iterators are not
always stable of the course of modifications)
Parameters: reader - Parameters: diff2 - Differences of Feature by FID |
DiffFeatureReader | public DiffFeatureReader(FeatureReader reader, Diff diff2, Filter filter)(Code) | | This constructor grabs a "copy" of the current diff.
This reader is not "live" to changes over the course of the Transaction. (Iterators are not
always stable of the course of modifications)
Parameters: reader - Parameters: diff2 - Differences of Feature by FID |
extractBboxForSpatialIndexQuery | protected Envelope extractBboxForSpatialIndexQuery(GeometryFilter f)(Code) | | |
getIndexedFeatures | protected List getIndexedFeatures()(Code) | | |
isSubsetOfBboxFilter | protected boolean isSubsetOfBboxFilter(Filter f)(Code) | | |
queryAdded | protected void queryAdded()(Code) | | |
queryDiff | protected void queryDiff()(Code) | | |
queryFidFilter | protected void queryFidFilter()(Code) | | |
queryModified | protected void queryModified()(Code) | | |
querySpatialIndex | protected void querySpatialIndex()(Code) | | |
|
|