|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="RS_ReferenceSystem", specification=ISO_19115) public interface ReferenceSystem
Description of a spatial and temporal reference system used by a dataset.
Historical note: This interface was initially derived from an ISO 19111 specification
published in 2003. Later revisions (in 2005) rely on an interface defined in ISO 19115 instead.
The annotations were updated accordingly, but this interface is still defined in the referencing
package (instead of metadata), the getValidArea()
method still named that way and the
getScope()
method still defined here for this historical reason.
CoordinateReferenceSystem
Field Summary | |
---|---|
static String |
DOMAIN_OF_VALIDITY_KEY
Key for the "domainOfValidity" property to be given to the
object factory createFoo(…) methods. |
static String |
SCOPE_KEY
Key for the "scope" property to be given to the
object factory createFoo(…) methods. |
static String |
VALID_AREA_KEY
Deprecated. Renamed as DOMAIN_OF_VALIDITY_KEY . |
Fields inherited from interface IdentifiedObject |
---|
ALIAS_KEY, IDENTIFIERS_KEY, NAME_KEY, REMARKS_KEY |
Method Summary | |
---|---|
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. |
Extent |
getValidArea()
Deprecated. Renamed as getDomainOfValidity() . |
Methods inherited from interface IdentifiedObject |
---|
getAlias, getIdentifiers, getName, getRemarks, toWKT |
Field Detail |
---|
static 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 VALID_AREA_KEY
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 getValidArea()
.
getValidArea()
,
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 ValuesMethod Detail |
---|
@UML(identifier="domainOfValidity", obligation=OPTIONAL, specification=ISO_19111) Extent getDomainOfValidity()
null
if not available.@UML(identifier="domainOfValidity", obligation=OPTIONAL, specification=ISO_19115) Extent getValidArea()
getDomainOfValidity()
.
null
if not available.@UML(identifier="SC_CRS.scope", obligation=OPTIONAL, specification=ISO_19111) InternationalString getScope()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |