org.geotools.referencing
Class IdentifiedObject

java.lang.Object
  extended byorg.geotools.referencing.wkt.Formattable
      extended byorg.geotools.referencing.AbstractIdentifiedObject
          extended byorg.geotools.referencing.IdentifiedObject
All Implemented Interfaces:
org.opengis.referencing.IdentifiedObject, java.io.Serializable

Deprecated. Renamed as AbstractIdentifiedObject.

public class IdentifiedObject
extends AbstractIdentifiedObject

A base class for metadata applicable to reference system objects.

Version:
$Id$
Author:
Martin Desruisseaux
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.referencing.AbstractIdentifiedObject
ALIAS_PROPERTY, EMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, IDENTIFIERS_PROPERTY, NAME_COMPARATOR, NAME_PROPERTY, REMARKS_COMPARATOR, REMARKS_PROPERTY
 
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
 
Constructor Summary
  IdentifiedObject(org.opengis.referencing.IdentifiedObject object)
          Deprecated. Constructs a new identified object with the same values than the specified one.
  IdentifiedObject(java.util.Map properties)
          Deprecated. Constructs an object from a set of properties.
protected IdentifiedObject(java.util.Map properties, java.util.Map subProperties, java.lang.String[] localizables)
          Deprecated. Constructs an object from a set of properties.
 
Methods inherited from class org.geotools.referencing.AbstractIdentifiedObject
asSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, equals, getAlias, getIdentifiers, getName, getProperties, getRemarks, hashCode, nameMatches, nameMatches
 
Methods inherited from class org.geotools.referencing.wkt.Formattable
formatWKT, toString, toWKT, toWKT, toWKT
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.opengis.referencing.IdentifiedObject
toWKT
 

Constructor Detail

IdentifiedObject

public IdentifiedObject(org.opengis.referencing.IdentifiedObject object)
Deprecated. 
Constructs a new identified object with the same values than the specified one.


IdentifiedObject

public IdentifiedObject(java.util.Map properties)
Deprecated. 
Constructs an object from a set of properties.


IdentifiedObject

protected IdentifiedObject(java.util.Map properties,
                           java.util.Map subProperties,
                           java.lang.String[] localizables)
                    throws java.lang.IllegalArgumentException
Deprecated. 
Constructs an object from a set of properties.



Copyright © GeoTools. All Rights Reserved.