public class GmlObjectIdImpl extends Object implements GmlObjectId
GmlObjectId
.Constructor and Description |
---|
GmlObjectIdImpl(String gmlId) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Identifier is a data object, equals is based just on getID()
|
String |
getID()
The identifier value, which is a string.
|
int |
hashCode()
Identifier is a data object, hashCode is based just on getID()
|
boolean |
matches(Object object)
Evaluates the identifer value against the given object.
|
String |
toString()
Returns a string representation of the identifier.
|
public GmlObjectIdImpl(String gmlId)
public String getID()
GmlObjectId
getID
in interface GmlObjectId
getID
in interface Identifier
public boolean matches(Object object)
GmlObjectId
matches
in interface GmlObjectId
matches
in interface Identifier
object
- The construct to be tested.true
if a match, otherwise false
.public String toString()
Identifier
toString
in interface Identifier
toString
in class Object
public boolean equals(Object obj)
Identifier
equals
in interface Identifier
equals
in class Object
public int hashCode()
Identifier
hashCode
in interface Identifier
hashCode
in class Object
Copyright © 1996–2023 Geotools. All rights reserved.