Afternoon Chris;
The goal of org.geotools.tile is really to provide a "direct access" api
in a style similar to our WMS client code. An implementation exists for
the World Wind servers and I would love to see tiled WMS handled (indeed
the interfaces are based on the tiled WMS definitions).
The
Here you have a few thoughts that I have been giving to three topics
which may be seems different but which I would like to reconcile at
least at the tilecache level
1>geoweb cache
2>geotools tile
3>geotools internal overviews management (yeah I am talking about
wither reusing overviews when you h
Interesting, I didn't realize that org.geotools.tile exists.
It might be really good to reconcile the implementation in geotools with
what Arne's done in GeoWebCache, so we can reuse code. All our work we
like to get in geotools if there's the potential for wider reuse, but I
wasn't aware the
Andrea Aime wrote:
> We really need to backport to geotools a renderer allowing for a
> pluggable approach to rendering, but without:
aaime++
> - the EMF ties
> - the catalog ties
> - the multithreading (at least, allowing a simple non multithread
> implementation)
> - the blackboard concept (alw
Jody Garnett ha scritto:
> You are correct Andrea; although it does serve up blocks of GridCoverage
> for a give request; so perhaps it could be folded in behind Simone's
> GridAccessFactory?
> -
> http://docs.codehaus.org/display/GEOTOOLS/GridAccess+based+on+WCS+Specification
>
>
>
> Right
You are correct Andrea; although it does serve up blocks of GridCoverage
for a give request; so perhaps it could be folded in behind Simone's
GridAccessFactory?
-
http://docs.codehaus.org/display/GEOTOOLS/GridAccess+based+on+WCS+Specification
Right now uDig has a renderer that just calls this s
Jody Garnett ha scritto:
...
> For my part I would like to make a implementation that talks to MapGuide
> Open Source; so GeoServer could hang out the front end and offer a good
> WMS implementations on top of it.
Jody, is that module providing a coverage interface? If not, we'd
need a new kind
Sounds good, I am the module maintainer for unsupported/tile if you have
any questions please ask.
You should find the code base organized to allow:
- alternate TileCache implementations to be substituted (although
perhaps we need to make a plug-in mechanism?)
- additional "tile" servers
We may
Holger Jaekel wrote:
> Hi everyone,
>
> the module org.geotools.tile currently has an implementation for
> accessing the NASA World Wind server and an implementation of a
> SimpleTileCache, which caches only the result of the last query.
>
> We would like to add support for WMS-C [1]. Server implem
Hi everyone,
the module org.geotools.tile currently has an implementation for
accessing the NASA World Wind server and an implementation of a
SimpleTileCache, which caches only the result of the last query.
We would like to add support for WMS-C [1]. Server implementations are
available from Meta
10 matches
Mail list logo