|
From: Adrian C. <ac...@gm...> - 2008-07-02 13:54:17
|
On Wed, 2008-07-02 at 15:22 +0200, Alessio Fabiani wrote:
> Hi guys,
> sorry for cross-posting, but the topic is of interest for both
> GeoTools and GeoServer developers.
>
> In the WCS 1.0.0 protocol there's the possibility to parse an
> EnvelopeWithTime, i.e. a spatial envelope with a time period or two
> time positions associated, in order to briefly describe the domain of
> a spatio-temporal coverage.
>
> My problem is how to handle such a thing at the GeoTools level. What
> could be the best way to manage the envelopeWithTime? ... I thought
> about two possible ways:
>
> 1. Modify/using/improving the GeneralEnvelope
Why would it need to be modified?
Envelopes are very simple conceptually and completely general---it
doesn't matter what your axes are and in what combination they come, if
you have data in some axis space, no matter what the axes mean, you can
define an envelope for that data.
Do remember however:
(1) Envelopes are not bounding
(2) the DirectPositions in the envelope have no intrinsic
meaning, they are merely convenient informatic structure for the
information.
--adrian
|