@UML(identifier="RS_ReferenceSystem", specification=ISO_19115) public interface ReferenceSystem extends IdentifiedObject
CoordinateReferenceSystem| Modifier and Type | Field and Description |
|---|---|
static String |
DOMAIN_OF_VALIDITY_KEY
|
static String |
SCOPE_KEY
|
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY| Modifier and Type | Method and Description |
|---|---|
Extent |
getDomainOfValidity()
Area or region or timeframe in which this (coordinate) reference system is valid.
|
InternationalString |
getScope()
Description of domain of usage, or limitations of usage, for which this (coordinate)
reference system object is valid.
|
getAlias, getIdentifiers, getName, getRemarks, toWKTstatic final String DOMAIN_OF_VALIDITY_KEY
"domainOfValidity" property to be given to the object factory createFoo(…) methods. This is used for setting the value
to be returned by getDomainOfValidity().getDomainOfValidity(),
Constant Field Valuesstatic final String SCOPE_KEY
"scope" property to be given to the object factory createFoo(…) methods. This is used for setting the value
to be returned by getScope().getScope(),
Constant Field Values@UML(identifier="domainOfValidity", obligation=OPTIONAL, specification=ISO_19111) Extent getDomainOfValidity()
null if not available.@UML(identifier="SC_CRS.scope", obligation=OPTIONAL, specification=ISO_19111) InternationalString getScope()
null if none.Copyright © 1996–2019 Geotools. All rights reserved.