@UML(identifier="TM_ReferenceSystem", specification=ISO_19108) public interface TemporalReferenceSystem extends ReferenceSystem
This interface is similar to ReferenceSytem and may be deprecated in the future. It is made available currently in order to *exactly* match this ISO 19108 specification with a "domain of validity" association to an Extent.
DOMAIN_OF_VALIDITY_KEY, SCOPE_KEY
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY
Modifier and Type | Method and Description |
---|---|
Extent |
getDomainOfValidity()
Identifies the space and time within which the reference system is applicable.
|
ReferenceIdentifier |
getName()
Provides a name that uniquely identifies the temporal referece system.
|
getScope
getAlias, getIdentifiers, getRemarks, toWKT
@UML(identifier="name", obligation=MANDATORY, specification=ISO_19108) ReferenceIdentifier getName()
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.opengis.referencing.ReferenceSystem could also fit the bill.
getName
in interface IdentifiedObject
ReferenceIdentifier
for the temporal reference system@UML(identifier="DomainOfValidity", obligation=MANDATORY, specification=ISO_19108) Extent getDomainOfValidity()
TemporalPosition
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.
getDomainOfValidity
in interface ReferenceSystem
null
if not available.Copyright © 1996–2019 Geotools. All rights reserved.