| Package | Description | 
|---|---|
| org.geotools.data | Defines the DataStoreAPI via which all data is imported or exported. | 
| org.geotools.data.store | |
| org.geotools.data.wfs | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Diff | DiffFeatureWriter. diff | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Quadtree | Diff. copySTRtreeFrom(Diff diff) | 
| Constructor and Description | 
|---|
| Diff(Diff other)Diff copy. | 
| DiffFeatureReader(FeatureReader<T,F> reader,
                 Diff diff2)This constructor grabs a "copy" of the current diff. | 
| DiffFeatureReader(FeatureReader<T,F> reader,
                 Diff diff2,
                 Filter filter)This constructor grabs a "copy" of the current diff. | 
| DiffFeatureWriter(FeatureReader<SimpleFeatureType,SimpleFeature> reader,
                 Diff diff)DiffFeatureWriter construction. | 
| DiffFeatureWriter(FeatureReader<SimpleFeatureType,SimpleFeature> reader,
                 Diff diff,
                 Filter filter)DiffFeatureWriter construction. | 
| Modifier and Type | Field and Description | 
|---|---|
| protected Diff | DiffContentFeatureWriter. diff | 
| protected Diff | DiffTransactionState. diff | 
| Modifier and Type | Method and Description | 
|---|---|
| Diff | DiffTransactionState. getDiff()Access the in memory Diff. | 
| Constructor and Description | 
|---|
| DiffContentFeatureWriter(ContentFeatureStore store,
                        Diff diff,
                        FeatureReader<SimpleFeatureType,SimpleFeature> reader)DiffFeatureWriter construction. | 
| DiffContentFeatureWriter(ContentFeatureStore store,
                        Diff diff,
                        FeatureReader<SimpleFeatureType,SimpleFeature> reader,
                        SimpleFeatureBuilder builder)DiffFeatureWriter construction. | 
| DiffTransactionState(ContentState state,
                    Diff diff)Transaction state responsible for holding an in memory  Diff. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | WFSDiff | 
Copyright © 1996–2019 Geotools. All rights reserved.