messageFormat( pattern?) not sure what you are talking about :-( There is a message format in java, ibm offers an alternate that works with different lanaguages correctly.
Here is an example: - net.refractions.udig.render.wms.basic/src/net/refractions/udig/render/internal/wmsc/basic/BasicWMSCRenderer.java It usses a blocking queue so as to not send out too many requests at once... Here is the geotools origional for world wind: - http://svn.osgeo.org/geotools/branches/2.5.x/modules/unsupported/tile/ It is the same design; just a different "tile server" pluggin in... Jody On 07/05/2010, at 2:19 AM, Toshy wrote: > Hello, > > thanks Jody for the answer. > I work on the IRunnableWithProgress. But it's not my question. > Where do I find the config file containing the pattern for > messageFormat(pattern , ...);? > And I want test the source code with an example but I don't know how do I > make? > With WMS : > > WebMapServer wms = new WebMapServer(URL); > Layer layer = wms.getCapabilities().getLayer(); > WMSMapLayer wmsLayer = new WMSMapLayer(wms, Layer); > context.add(wmsLayer); > mapPane.repaint(); > > With WMS-C : > > TiledWebMapServer wmsC = new TiledWebMapServer(URL); > ?? to get the tile layer, I don't see a WMSCMapLayer > and to display the map with the tiles. > So I would like an example or the source code Udig where it's used. > > Cheers > Didier CREST > -- > View this message in context: > http://osgeo-org.1803224.n2.nabble.com/support-WMS-C-tp5008579p5015113.html > Sent from the geotools-gt2-users mailing list archive at Nabble.com. > > ------------------------------------------------------------------------------ > _______________________________________________ > Geotools-gt2-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users ------------------------------------------------------------------------------ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
