|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.data.postgis.ModifiedFeatureIds
public class ModifiedFeatureIds
Contains the three sets of feature ids that identify those changes occurred between two versions in the versioned datastore
Constructor Summary | |
---|---|
ModifiedFeatureIds(org.geotools.data.postgis.RevisionInfo fromRevision,
org.geotools.data.postgis.RevisionInfo toRevision)
|
|
ModifiedFeatureIds(org.geotools.data.postgis.RevisionInfo fromRevision,
org.geotools.data.postgis.RevisionInfo toRevision,
java.util.Set created,
java.util.Set deleted,
java.util.Set modified)
|
Method Summary | |
---|---|
java.util.Set |
getCreated()
Contains all ids for features that were created after startVersion (a feature may be both in this set and in deleted if it was created and then deleted) |
java.util.Set |
getDeleted()
Contains all ids for features that were deleted before endVersion (a feature may be both in this set and in created if it was created and then deleted) |
java.lang.String |
getFromVersion()
|
java.util.Set |
getModified()
Contains all ids for features that were already there at startVersion, were modified before endVersion and were not deleted. |
java.lang.String |
getToVersion()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ModifiedFeatureIds(org.geotools.data.postgis.RevisionInfo fromRevision, org.geotools.data.postgis.RevisionInfo toRevision)
public ModifiedFeatureIds(org.geotools.data.postgis.RevisionInfo fromRevision, org.geotools.data.postgis.RevisionInfo toRevision, java.util.Set created, java.util.Set deleted, java.util.Set modified)
Method Detail |
---|
public java.util.Set getDeleted()
public java.util.Set getCreated()
public java.util.Set getModified()
public java.lang.String getToVersion()
public java.lang.String getFromVersion()
public java.lang.String toString()
toString
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |