[
https://issues.apache.org/jira/browse/SIS-161?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Martin Desruisseaux updated SIS-161:
------------------------------------
Affects Version/s: 0.8
0.5
0.6
0.7
> CRS.isHorizontalCRS(...) should recognize a wider range of types
> ----------------------------------------------------------------
>
> Key: SIS-161
> URL: https://issues.apache.org/jira/browse/SIS-161
> Project: Spatial Information Systems
> Issue Type: Improvement
> Components: Referencing
> Affects Versions: 0.4, 0.5, 0.6, 0.7, 0.8
> Reporter: Martin Desruisseaux
> Priority: Minor
>
> The {{CRS.isHorizontalCRS(CoordinateReferenceSystem)}} method currently
> returns {{true}} if the given CRS is a two-dimensional {{GeographicCRS}} or a
> {{ProjectedCRS}}, and conservatively returns {{false}} in all other cases. We
> should be able to expand the range of recognized types. One use case is a
> radar station using a polar coordinate system in a {{DerivedCRS}} instance
> based on a projected CRS. The problem is that we do not know if the
> conversion associated to the {{DerivedCRS}} instance is performing a rotation
> along some horizontal axis. For example the {{DerivedCRS}} instance could
> represent an inclined plane.
> The proposed approach is to provide ourselves the {{MathTransform}}
> implementations performing coordinate conversions between various
> {{CoordinateSystem}} types, and check if the {{DerivedCRS}} instance is using
> one of those types. This is not a fully generic approach, but would allows us
> to go some steps further.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)