|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FeatureDiffReader
Allows to evaluate the differences in the state of the data between two revisions
Method Summary | |
---|---|
void |
close()
Release the underlying resources associated with this reader. |
java.lang.String |
getFromVersion()
The first version used to compute the difference |
org.opengis.feature.simple.SimpleFeatureType |
getSchema()
Returns the feature type whose features are diffed with this reader |
java.lang.String |
getToVersion()
The second version used to computed the difference |
boolean |
hasNext()
Query whether this FeatureDiffReader has another FeatureDiff. |
FeatureDiff |
next()
Reads the next FeatureDifference |
Method Detail |
---|
java.lang.String getFromVersion()
java.lang.String getToVersion()
org.opengis.feature.simple.SimpleFeatureType getSchema()
FeatureDiff next() throws java.io.IOException, java.util.NoSuchElementException
java.io.IOException
- If an error occurs reading the FeatureDifference.
java.util.NoSuchElementException
- If there are no more Features in the Reader.boolean hasNext() throws java.io.IOException
java.io.IOException
- If an error occurs determining if there are more Features.void close() throws java.io.IOException
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |