org.geotools.filter.identity
Class GmlObjectIdImpl
Object
GmlObjectIdImpl
- All Implemented Interfaces:
- GmlObjectId, Identifier
public class GmlObjectIdImpl
- extends Object
- implements GmlObjectId
Implementation of GmlObjectId
.
- Author:
- Justin Deoliveira, The Open Planning Project
- Module:
modules/library/main (gt-main.jar)
GmlObjectIdImpl
public GmlObjectIdImpl(String gmlId)
getID
public String getID()
- Specified by:
getID
in interface GmlObjectId
- Specified by:
getID
in interface Identifier
matches
public boolean matches(Object object)
- Specified by:
matches
in interface GmlObjectId
- Specified by:
matches
in interface Identifier
toString
public String toString()
- Specified by:
toString
in interface Identifier
- Overrides:
toString
in class Object
equals
public boolean equals(Object obj)
- Specified by:
equals
in interface Identifier
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Identifier
- Overrides:
hashCode
in class Object
Copyright © 1996-2010 Geotools. All Rights Reserved.