Interface TemporalReferenceSystem

    • Method Detail

      • getDomainOfValidity

        @UML(identifier="DomainOfValidity",
             obligation=MANDATORY,
             specification=ISO_19108)
        Extent getDomainOfValidity()
        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 includes TemporalPositions 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 interface ReferenceSystem
        Returns:
        The reference system valid domain, or null if not available.