org.geotools.referencing
Class IdentifiedObject
java.lang.Object
org.geotools.referencing.wkt.Formattable
org.geotools.referencing.AbstractIdentifiedObject
org.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
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 java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface org.opengis.referencing.IdentifiedObject |
toWKT |
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.