[Geotools-gt2-users] Style.getLegendURLs() returns null

2007-02-08 Thread derTeeschke
dear List.. I have a curious problem with working on org.opengis.layer.Style - Objects I want to get the style specific LegendURL of each layer. One of the Layer-objects of the GetCapabilitie-request looks like this: - Layer queryable=0 opaque=0 noSubsets=0 fixedWidth=0 fixedHeight=0

Re: [Geotools-gt2-users] Slow drawing of 100000 points

2007-02-08 Thread Andrea Aime
Mulder ha scritto: Hello. We use GeoTools2 2.4 snapshot. We use the StreamingRenderer modified to accept Mars projections instead of WGS84. We display an image of Mars as a collection of 10 point features in memory, based on long/lat coordinates for each point. The paint time is about

[Geotools-gt2-users] Very strange SQL query

2007-02-08 Thread Vincent Frison
Hi all, I'm trying to add features with a featureStore.addFeatures(featuresToAdd) but transaction fails. In the stack trace I can see this amazing SQL query: org.geotools.data.DataSourceException: Error Performing SQL query: SELECT id, key, userId, layerId, sessionId, label, mode, style,

[Geotools-gt2-users] Writing world files (TFW)

2007-02-08 Thread Milton Jonathan
Hello all, I would like to ask you (and especially Simone, since I think this is his turf), if there would be any way in which one could write georeferencing information separately from the raster data itself. I would imagine that the most straightforward way to do this would be to write a

[Geotools-gt2-users] JAI problem in Tomcat with geotools in multiple contexts

2007-02-08 Thread Edward Nash
Hi, I'm having a problem using some of the coverage stuff in Tomcat because I have geotools libraries in two contexts (one a geoserver install, the other using them behind a deegree WPS). The SampleTranscode operation is getting registered from the geoserver context first off. When the deegree

Re: [Geotools-gt2-users] Slow rendering of GridCoverage objects

2007-02-08 Thread Simone Giannecchini
Ciao Steve, I need a couple more info about your platform: java version os JAI and ImageIO version I ran your example as it was (well, to be honest I removed the line where you were showing the created coverage) and I got the following execution time: PROCESSING TIME: 7.86 SECONDS I am

Re: [Geotools-gt2-users] Very strange SQL query

2007-02-08 Thread David Zwiers
Vincent, On occation code will need to know the cursor definition before it can proceed (for example to create a featureType). This code appears to create an empty cursor -- which would provide the column definitions for a future query. HTH, David On 2/8/07, Vincent Frison [EMAIL PROTECTED]

[Geotools-gt2-users] Getting layer names

2007-02-08 Thread Evandro Dugnani
Hi there, I started using Geotools, and I need some help. How can I get the list of layer names (NameSpace:FeatureType) configured in Geoserver? Thanks in advance. Regards, Evandro - Using Tomcat but need to do more?

[Geotools-gt2-users] Where is org.geotools.renderer.j2d. ??

2007-02-08 Thread Eduardo Assis
Hi! I've been out for a while from discussions about upgrades and modifications! So, when I made the update from de 2.2 version to the 2.3, some packages weren't found anymore! What do i do to continue use classes which uses the following packages? org.geotools.renderer.j2d.RenderedLayer;