Scope and domain of validity of a CRS-related object.
The scope is a description of the primary purpose to which a coordinate reference system,
datum or coordinate system is applied. The domain of validity describes the spatial and
temporal extent in which the object can be used.
- Since:
- 3.1
-
Field Details
-
SCOPE_KEY
Key for the"scope"
property to be given to the CRS factorycreateFoo(Map, ...)
methods. It can be used as an alternative toIdentifiedObject.DOMAINS_KEY
for setting the value to be returned bygetScope()
.- See Also:
-
DOMAIN_OF_VALIDITY_KEY
Key for the"domainOfValidity"
property to be given to the CRS factorycreateFoo(Map, ...)
methods. It can be used as an alternative toIdentifiedObject.DOMAINS_KEY
for setting the value to be returned bygetDomainOfValidity()
.- See Also:
-
-
Method Details
-
getScope
@UML(identifier="scope", obligation=MANDATORY, specification=ISO_19111) InternationalString getScope()Description of usage, or limitations of usage, for which this object is valid. If unknown, the text should be "not known".- Returns:
- the domain of usage.
-
getDomainOfValidity
@UML(identifier="domainOfValidity", obligation=MANDATORY, specification=ISO_19111) Extent getDomainOfValidity()Spatial and temporal extent in which this object is valid.- Returns:
- the area or time frame of usage.
-