public class FeatureIdVersionedImpl extends FeatureIdImpl
FeatureId
This class is mutable under one condition only; during a commit a datastore can update the internal fid to reflect the real identify assigned by the database or wfs.
Modifier and Type | Field and Description |
---|---|
protected String |
featureVersion |
protected String |
previousRid |
fid, origionalFid
VERSION_SEPARATOR
Constructor and Description |
---|
FeatureIdVersionedImpl(String fid,
String version) |
FeatureIdVersionedImpl(String fid,
String version,
String previousRid) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Identifier is a data object, equals is based just on getID()
|
boolean |
equalsExact(FeatureId id)
Check if the provided FeatureId is an exact match (including any optional version
information).
|
boolean |
equalsFID(FeatureId id)
Checks if the provided FeatureId reflects the same feature.
|
String |
getFeatureVersion()
Version identifier for the feature instance, may be
null |
String |
getPreviousRid()
previousRid attribute may be used, in implementations that support versioning, to report the
previous identifier of a resource.
|
String |
getRid()
id of the resource that shall be selected by the predicate.
|
int |
hashCode()
Identifier is a data object, hashCode is based just on getID()
|
String |
toString()
Returns a string representation of the identifier.
|
getID, matches, matches, setID
protected String featureVersion
protected String previousRid
public String toString()
Identifier
toString
in interface Identifier
toString
in class FeatureIdImpl
public boolean equals(Object obj)
Identifier
equals
in interface Identifier
equals
in class FeatureIdImpl
public int hashCode()
Identifier
hashCode
in interface Identifier
hashCode
in class FeatureIdImpl
public boolean equalsExact(FeatureId id)
FeatureId
equalsExact
in interface FeatureId
equalsExact
in class FeatureIdImpl
public boolean equalsFID(FeatureId id)
FeatureId
This comparison does not compare any optional version information.
equalsFID
in interface FeatureId
equalsFID
in class FeatureIdImpl
public String getRid()
FeatureId
Equals to FeatureId.getID()
if no feature version is provided, or getID() + "@" +
getFeatureVersion()
if getFeatureVersion() != null
If an implementation that references this International Standard supports versioning, the rid shall be a system generated hash containing a logical resource identifier and a version number. The specific details of the hash are implementation dependant and shall be opaque to a client
If versioning is not supported, the same value than FeatureId.getID()
shall be
returned.
getRid
in interface FeatureId
getRid
in class FeatureIdImpl
public String getPreviousRid()
FeatureId
getPreviousRid
in interface FeatureId
getPreviousRid
in class FeatureIdImpl
null
public String getFeatureVersion()
FeatureId
null
getFeatureVersion
in interface FeatureId
getFeatureVersion
in class FeatureIdImpl
null
if not availableFeatureId.getID()
,
FeatureId.getRid()
Copyright © 1996–2023 Geotools. All rights reserved.