[Geotools-gt2-users] StreamingRenderer with an AlphaComposite

2006-08-09 Thread Joel Mirkin
Hi there! I need to render a geomtry into a graphic which is already shaded such that the area of the geometry comes clears up as transparent instead of shaded. I know how to do this with a regular java graphic by specifying the AlphaComposite and I was wondering if it iis possible to do this in ge

[Geotools-gt2-users] help with raster reprojection

2006-08-09 Thread John Dorado
I am having difficulty taking an image currently in Lambert Conformal and turning it in to Cylindrical Equidistant.  However, the reverse seems to work just fine--I can turn a Cyl Equi image into lambert conformal.I'm guessing that my construction of the GridCoverage2D object is not correct for Lam

Re: [Geotools-gt2-users] [Geotools-devel] WKB4J package

2006-08-09 Thread Chris Holmes
Do we have a wkb4j module? Like did we actually fork the existing wkb4j yet? I'm not against doing so, as its been dead for years. It'd be great if you could fix the tomcat deployment problems. best regards, Chris Alessio Fabiani wrote: Hi guys, how about the WKB4J module? Did you remeber

[Geotools-gt2-users] WKB4J package

2006-08-09 Thread Alessio Fabiani
Hi guys, how about the WKB4J module? Did you remeber that there was a little problem on the JAR creation, which is not deployable by Tomcat? If you agree I can try to solve this problem and see if more improvements can be done to the package. Thanks.-- -

[Geotools-gt2-users] Building a feature type from reading in an XSD

2006-08-09 Thread Olivier Doucet
Hi all, I am new with Geotools and I am looking for a way to build my feature types form XSD schema files. Can anyone tip me on how I should do? Is this possible with the GMLDataStore? A simple example would be welcome, say a feature type with a default geometry and a couple of attributes to give

Re: [Geotools-gt2-users] GMLDataStore Memory Leak

2006-08-09 Thread Michael Lutz
Dave, thanks for the reply. I have been using the following code: URI gmlURI = new URI("..."); GMLDataStore store = new GMLDataStore(gmlURI); String name = store.getTypeNames()[0]; FeatureSource source = store.getFeatureSource(name); //this is the point