org.geotools.referencing
Class Identifier

java.lang.Object
  extended byorg.geotools.referencing.NamedIdentifier
      extended byorg.geotools.referencing.Identifier
All Implemented Interfaces:
java.lang.Comparable, org.opengis.util.GenericName, org.opengis.metadata.Identifier, java.io.Serializable

Deprecated. Renamed as NamedIdentifier.

public class Identifier
extends NamedIdentifier

An identification of a CRS object.

Version:
$Id: Identifier.java 13836 2005-05-26 10:16:40Z desruisseaux $
Author:
Martin Desruisseaux
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.referencing.NamedIdentifier
AUTHORITY_PROPERTY, CODE_PROPERTY, REMARKS_PROPERTY, VERSION_PROPERTY
 
Fields inherited from interface org.opengis.metadata.Identifier
AUTHORITY_KEY, CODE_KEY, VERSION_KEY
 
Constructor Summary
Identifier(org.opengis.metadata.citation.Citation authority, org.opengis.util.InternationalString code)
          Deprecated. Constructs an identifier from an authority and code informations.
Identifier(org.opengis.metadata.citation.Citation authority, java.lang.String code)
          Deprecated. Constructs an identifier from an authority and code informations.
Identifier(org.opengis.metadata.citation.Citation authority, java.lang.String code, java.lang.String version)
          Deprecated. Constructs an identifier from an authority and code informations.
Identifier(java.util.Map properties)
          Deprecated. Constructs an identifier from a set of properties.
 
Methods inherited from class org.geotools.referencing.NamedIdentifier
asLocalName, asScopedName, compareTo, equals, getAuthority, getCode, getParsedNames, getRemarks, getScope, getVersion, hashCode, toInternationalString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Identifier

public Identifier(java.util.Map properties)
           throws java.lang.IllegalArgumentException
Deprecated. 
Constructs an identifier from a set of properties.


Identifier

public Identifier(org.opengis.metadata.citation.Citation authority,
                  org.opengis.util.InternationalString code)
Deprecated. 
Constructs an identifier from an authority and code informations.


Identifier

public Identifier(org.opengis.metadata.citation.Citation authority,
                  java.lang.String code)
Deprecated. 
Constructs an identifier from an authority and code informations.


Identifier

public Identifier(org.opengis.metadata.citation.Citation authority,
                  java.lang.String code,
                  java.lang.String version)
Deprecated. 
Constructs an identifier from an authority and code informations.



Copyright © GeoTools. All Rights Reserved.