|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.geotools.referencing.wkt.Formattable
org.geotools.referencing.AbstractIdentifiedObject
org.geotools.referencing.AbstractReferenceSystem
public class AbstractReferenceSystem
Description of a spatial and temporal reference system used by a dataset.
This class is conceptually abstract, even if it is technically possible to
instantiate it. Typical applications should create instances of the most specific subclass with
Default
prefix instead. An exception to this rule may occurs when it is not possible to
identify the exact type.
Field Summary |
---|
Fields inherited from class org.geotools.referencing.AbstractIdentifiedObject |
---|
EMPTY_ALIAS_ARRAY, EMPTY_IDENTIFIER_ARRAY, IDENTIFIER_COMPARATOR, NAME_COMPARATOR, REMARKS_COMPARATOR |
Fields inherited from class org.geotools.referencing.wkt.Formattable |
---|
SINGLE_LINE |
Fields inherited from interface org.opengis.referencing.ReferenceSystem |
---|
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY |
Fields inherited from interface org.opengis.referencing.IdentifiedObject |
---|
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
Constructor Summary | |
---|---|
AbstractReferenceSystem(java.util.Map<java.lang.String,?> properties)
Constructs a reference system from a set of properties. |
|
AbstractReferenceSystem(org.opengis.referencing.ReferenceSystem object)
Constructs a new reference system with the same values than the specified one. |
Method Summary | |
---|---|
boolean |
equals(AbstractIdentifiedObject object,
boolean compareMetadata)
Compare this reference system with the specified object for equality. |
org.opengis.metadata.extent.Extent |
getDomainOfValidity()
Area or region or timeframe in which this (coordinate) reference system is valid. |
org.opengis.util.InternationalString |
getScope()
Description of domain of usage, or limitations of usage, for which this (coordinate) reference system object is valid. |
org.opengis.metadata.extent.Extent |
getValidArea()
Deprecated. Renamed getDomainOfValidity() . |
Methods inherited from class org.geotools.referencing.AbstractIdentifiedObject |
---|
asSet, ensureAngularUnit, ensureLinearUnit, ensureNonNull, ensureNonNull, ensureTimeUnit, equals, equals, equals, equals, getAlias, getIdentifier, getIdentifier, getIdentifiers, getName, getName, getName, getProperties, getProperties, getRemarks, hashCode, nameMatches, nameMatches, nameMatches |
Methods inherited from class org.geotools.referencing.wkt.Formattable |
---|
cleanupThreadLocals, 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 |
---|
public AbstractReferenceSystem(org.opengis.referencing.ReferenceSystem object)
object
- The reference system to copy.public AbstractReferenceSystem(java.util.Map<java.lang.String,?> properties)
Property name | Value type | Value given to |
---|---|---|
"domainOfValidity" |
Extent |
getDomainOfValidity() |
"scope" |
String or InternationalString |
getScope() |
properties
- The properties to be given to this object.Method Detail |
---|
public org.opengis.metadata.extent.Extent getDomainOfValidity()
null
if not available.
getDomainOfValidity
in interface org.opengis.referencing.ReferenceSystem
public org.opengis.metadata.extent.Extent getValidArea()
getDomainOfValidity()
.
null
if not available.
public org.opengis.util.InternationalString getScope()
null
if not available.
getScope
in interface org.opengis.referencing.ReferenceSystem
public boolean equals(AbstractIdentifiedObject object, boolean compareMetadata)
compareMetadata
is true
, then all available properties are
compared including valid area and scope.
equals
in class AbstractIdentifiedObject
object
- The object to compare to this
.compareMetadata
- true
for performing a strict comparaison, or
false
for comparing only properties relevant to transformations.
true
if both objects are equal.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |