org.geotools.filter.identity
Class GmlObjectIdImpl

java.lang.Object
  extended by org.geotools.filter.identity.GmlObjectIdImpl
All Implemented Interfaces:
org.opengis.filter.identity.GmlObjectId, org.opengis.filter.identity.Identifier

public class GmlObjectIdImpl
extends java.lang.Object
implements org.opengis.filter.identity.GmlObjectId

Implementation of GmlObjectId.

Author:
Justin Deoliveira, The Open Planning Project

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

Constructor Detail

GmlObjectIdImpl

public GmlObjectIdImpl(java.lang.String gmlId)
Method Detail

getID

public java.lang.String getID()
Specified by:
getID in interface org.opengis.filter.identity.GmlObjectId
Specified by:
getID in interface org.opengis.filter.identity.Identifier

matches

public boolean matches(java.lang.Object object)
Specified by:
matches in interface org.opengis.filter.identity.GmlObjectId
Specified by:
matches in interface org.opengis.filter.identity.Identifier

toString

public java.lang.String toString()
Specified by:
toString in interface org.opengis.filter.identity.Identifier
Overrides:
toString in class java.lang.Object

equals

public boolean equals(java.lang.Object obj)
Specified by:
equals in interface org.opengis.filter.identity.Identifier
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Specified by:
hashCode in interface org.opengis.filter.identity.Identifier
Overrides:
hashCode in class java.lang.Object


Copyright © 1996-2010 Geotools. All Rights Reserved.