Package org.geotools.temporal.reference
Class DefaultTemporalReferenceSystem
Object
DefaultTemporalReferenceSystem
- All Implemented Interfaces:
IdentifiedObject
,ReferenceSystem
,TemporalReferenceSystem
- Direct Known Subclasses:
DefaultCalendar
,DefaultClock
,DefaultOrdinalReferenceSystem
,DefaultTemporalCoordinateSystem
- Author:
- Mehdi Sidhoum (Geomatys)
-
Field Summary
Fields inherited from interface IdentifiedObject
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Fields inherited from interface ReferenceSystem
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultTemporalReferenceSystem
(ReferenceIdentifier name, Extent domainOfValidity) Creates a new instance of TemporalReferenceSystem by passing a ReferenceIdentifier name and a domain of validity. -
Method Summary
Modifier and TypeMethodDescriptionboolean
getAlias()
An alternative name by which this object is identified.Identifies the space and time within which the reference system is applicable.An identifier which references elsewhere the object's defining information.getName()
Provides a name that uniquely identifies the temporal referece system.Comments on or information about this object, including data source information.getScope()
Description of domain of usage, or limitations of usage, for which this (coordinate) reference system object is valid.int
hashCode()
void
setDomainOfValidity
(Extent domainOfValidity) void
setName
(ReferenceIdentifier name) This is a name that uniquely identifies the temporal reference system.void
setScope
(InternationalString scope) void
setValidArea
(Extent validArea) toString()
toWKT()
Returns a Well Known Text (WKT) for this object.
-
Constructor Details
-
DefaultTemporalReferenceSystem
Creates a new instance of TemporalReferenceSystem by passing a ReferenceIdentifier name and a domain of validity.
-
-
Method Details
-
getName
Description copied from interface:TemporalReferenceSystem
Provides a name that uniquely identifies the temporal referece system.Currently returns MD_Identifier, which is defined in ISO 19115, while ISO 19108 requires that RS_Identifier (defined in ISO 19111 and http://www.opengis.org/docs/03-073r1.zip) is returned. From the looks of it, org.geotools.api.referencing.ReferenceSystem could also fit the bill.
- Specified by:
getName
in interfaceIdentifiedObject
- Specified by:
getName
in interfaceTemporalReferenceSystem
- Returns:
ReferenceIdentifier
for the temporal reference system
-
getDomainOfValidity
Description copied from interface:TemporalReferenceSystem
Identifies the space and time within which the reference system is applicable. The return type allows for describing both spatial and temporal extent. This attribute shall be used whenever an application schema includesTemporalPosition
s referenced to a reference system which has a valid extent that is less than the extent of a data set containing such values.Please note this is very similar to ReferenceSystem.getValidArea() from ISO 19115.
- Specified by:
getDomainOfValidity
in interfaceReferenceSystem
- Specified by:
getDomainOfValidity
in interfaceTemporalReferenceSystem
- Returns:
- The reference system valid domain, or
null
if not available.
-
getScope
Description copied from interface:ReferenceSystem
Description of domain of usage, or limitations of usage, for which this (coordinate) reference system object is valid.- Specified by:
getScope
in interfaceReferenceSystem
- Returns:
- The domain of usage, or
null
if none.
-
getAlias
Description copied from interface:IdentifiedObject
An alternative name by which this object is identified.- Specified by:
getAlias
in interfaceIdentifiedObject
- Returns:
- The aliases, or an empty collection if there is none.
-
getIdentifiers
Description copied from interface:IdentifiedObject
An identifier which references elsewhere the object's defining information. Alternatively an identifier by which this object can be referenced.- Specified by:
getIdentifiers
in interfaceIdentifiedObject
- Returns:
- This object identifiers, or an empty set if there is none.
-
getRemarks
Description copied from interface:IdentifiedObject
Comments on or information about this object, including data source information.- Specified by:
getRemarks
in interfaceIdentifiedObject
- Returns:
- The remarks, or
null
if none.
-
toWKT
Description copied from interface:IdentifiedObject
Returns a Well Known Text (WKT) for this object. This operation may fails if an object is too complex for the WKT format capability (for example an engineering CRS with different unit for each axis).- Specified by:
toWKT
in interfaceIdentifiedObject
- Returns:
- The Well Know Text for this object.
- Throws:
UnsupportedOperationException
- If this object can't be formatted as WKT.
-
setName
This is a name that uniquely identifies the temporal reference system. -
setDomainOfValidity
-
setValidArea
-
setScope
-
equals
-
hashCode
public int hashCode() -
toString
-