org.deegree.cs.refs.components
Class DatumRef

java.lang.Object
  extended by org.deegree.commons.tom.Reference<T>
      extended by org.deegree.cs.refs.CRSResourceRef<IDatum>
          extended by org.deegree.cs.refs.components.DatumRef
All Implemented Interfaces:
Object, TypedObjectNode, IDatum, CRSResource
Direct Known Subclasses:
GeodeticDatumRef, VerticalDatumRef

public class DatumRef
extends CRSResourceRef<IDatum>
implements IDatum

General CRSResourceRef to a IDatum

Version:
$Revision: $, $Date: $
Author:
Lyn Buesching, last edited by: $Author: lyn $

Constructor Summary
DatumRef(ReferenceResolver resolver, String uri, String baseURL)
          Creates a reference to a IDatum
 
Method Summary
 boolean equals(Object obj)
           
 
Methods inherited from class org.deegree.cs.refs.CRSResourceRef
addAreaOfUse, addName, getAreaOfUse, getAreaOfUseBBox, getAreasOfUse, getCode, getCodeAndName, getCodes, getDescription, getDescriptions, getName, getNames, getOrignalCodeStrings, getVersion, getVersions, hasCode, hasId, hasIdOrName, setDefaultAreaOfUse, setDefaultDescription, setDefaultId, setDefaultName, setDefaultVersion
 
Methods inherited from class org.deegree.commons.tom.Reference
getId, getReferencedObject, getURI, isLocal, isResolved, resolve
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.deegree.cs.CRSResource
addAreaOfUse, addName, getAreaOfUse, getAreaOfUseBBox, getAreasOfUse, getCode, getCodeAndName, getCodes, getDescription, getDescriptions, getName, getNames, getOrignalCodeStrings, getVersion, getVersions, hasCode, hasId, hasIdOrName, setDefaultAreaOfUse, setDefaultDescription, setDefaultId, setDefaultName, setDefaultVersion
 
Methods inherited from interface org.deegree.commons.tom.Object
getId
 

Constructor Detail

DatumRef

public DatumRef(ReferenceResolver resolver,
                String uri,
                String baseURL)
Creates a reference to a IDatum

Parameters:
resolver - used for resolving the reference, must not be null
uri - the object's uri, must not be null
baseURL - base URL for resolving the uri, may be null (no resolving of relative URLs)
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class CRSResourceRef<IDatum>


Copyright © 2011. All Rights Reserved.