org.geotools.filter.identity
Class GmlObjectIdImpl

Object
  extended by 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)

Constructor Summary
GmlObjectIdImpl(String gmlId)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getID()
           
 int hashCode()
           
 boolean matches(Object object)
           
 String toString()
           
 
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GmlObjectIdImpl

public GmlObjectIdImpl(String gmlId)
Method Detail

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.