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
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
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
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.-- -
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
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