[
https://issues.apache.org/jira/browse/SIS-397?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Desruisseaux updated SIS-397:
------------------------------------
Description:
ISO 19115 defines two ways to define the vertical coordinate reference system
in a {{EX_VerticalExtent}}:
* {{verticalCRS}} which is an association to ISO 19111 {{SC_VerticalCRS}}.
* {{verticalCRSId}} which is an association to the simpler
{{MD_ReferenceSystem}}.
GeoAPI intentionally omits the {{MD_ReferenceSystem}} type in order to have a
single framework for handling coordinate reference systems, namely ISO 19111.
Consequently GeoAPI {{VerticalExtent}} interface (and Apache SIS
{{DefaultVerticalExtent}} class) omits the {{verticalCRSId}} property. We will
not add that property in public API, but we should at least be able to
recognize it at unmarshalling with a private JAXB method.
was:
ISO 19115 defines two way to define the vertical coordinate reference system in
a {{EX_VerticalExtent}}:
* {{verticalCRS}} which is an association to ISO 19111 {{SC_VerticalCRS}}.
* {{verticalCRSId}} which is an association to the simpler
{{MD_ReferenceSystem}}.
GeoAPI intentionally omits the {{MD_ReferenceSystem}} type in order to have a
single framework for handling coordinate reference systems, namely ISO 19111.
Consequently GeoAPI {{VerticalExtent}} interface (and Apache SIS
{{DefaultVerticalExtent}} class) omits the {{verticalCRSId}} property. We will
not add that property in public API, but we should at least be able to
recognize it at unmarshalling with a private JAXB method.
> DefaultVerticalExtent should be able to unmarshall verticalCRSId
> ----------------------------------------------------------------
>
> Key: SIS-397
> URL: https://issues.apache.org/jira/browse/SIS-397
> Project: Spatial Information Systems
> Issue Type: Improvement
> Components: Metadata
> Affects Versions: 0.5, 0.6, 0.7, 0.8
> Reporter: Martin Desruisseaux
> Priority: Major
>
> ISO 19115 defines two ways to define the vertical coordinate reference system
> in a {{EX_VerticalExtent}}:
> * {{verticalCRS}} which is an association to ISO 19111 {{SC_VerticalCRS}}.
> * {{verticalCRSId}} which is an association to the simpler
> {{MD_ReferenceSystem}}.
> GeoAPI intentionally omits the {{MD_ReferenceSystem}} type in order to have a
> single framework for handling coordinate reference systems, namely ISO 19111.
> Consequently GeoAPI {{VerticalExtent}} interface (and Apache SIS
> {{DefaultVerticalExtent}} class) omits the {{verticalCRSId}} property. We
> will not add that property in public API, but we should at least be able to
> recognize it at unmarshalling with a private JAXB method.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)