org.geotools.referencing
Class ReferenceSystem

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

Deprecated. Renamed as AbstractReferenceSystem.

public class ReferenceSystem
extends AbstractReferenceSystem

Description of a spatial and temporal reference system used by a dataset.

Version:
$Id: ReferenceSystem.java 13906 2005-05-28 00:49:09Z desruisseaux $
Author:
Martin Desruisseaux
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.geotools.referencing.AbstractReferenceSystem
SCOPE_PROPERTY, VALID_AREA_PROPERTY
 
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.ReferenceSystem
SCOPE_KEY, VALID_AREA_KEY
 
Fields inherited from interface org.opengis.referencing.IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
 
Constructor Summary
ReferenceSystem(java.util.Map properties)
          Deprecated. Constructs a reference system from a set of properties.
 
Methods inherited from class org.geotools.referencing.AbstractReferenceSystem
equals, getScope, getValidArea
 
Methods inherited from class org.geotools.referencing.AbstractIdentifiedObject
asSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, 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
getAlias, getIdentifiers, getName, getRemarks, toWKT
 

Constructor Detail

ReferenceSystem

public ReferenceSystem(java.util.Map properties)
Deprecated. 
Constructs a reference system from a set of properties.



Copyright © GeoTools. All Rights Reserved.