Re: [Geotools-gt2-users] Parsing a featureTypeStyle from xml

2008-07-23 Thread Jody Garnett
swebb wrote: > I hope someone can help me. I am just looking into using geotools to help > parse a featuretypestyle but I'm having difficulty with the basics. I > receive a xml string as part of a message that is sent to a process I am > working on, the string contains some xml which I have the xsd

Re: [Geotools-gt2-users] Parsing a featureTypeStyle from xml

2008-07-23 Thread Jody Garnett
Our problem with JAXB is that we have two schemas to work against for featureTypeStyle: - SLD 1.0 - SE 1.1 We are not aware of a way to use JAXB against more than one schema. swebb wrote: > I suppose another question would be has anyone got JAXB2 to generate the code > based on the xsd's and if

Re: [Geotools-gt2-users] ArcSDE Problem

2008-07-23 Thread Gabriel Roldán
On Wednesday 09 July 2008 03:39:36 pm Manfred PAUL wrote: > Hi, > > im am using geotools with an arcsde 9.2, but since version 2.4.4 (maybe > 2.4.2, cause 2.4.1 works) i can't get a connection to my database. I tested > also with 2.4.4 but the result is still the same: > ... > Is this a known probl

Re: [Geotools-gt2-users] MathTransform to AffineTransform conversion

2008-07-23 Thread Y. J. Chun
On Jul 23, 2008, at 11:22 PM, Martin Desruisseaux wrote: > Y.J.Chun a écrit : >> I could not solve the below problem in the end. And creating >> AffineTransform from MathTransform >> is critical part in my program. > > I have not yet had a chance to inspect what is going on. But the > behavi

Re: [Geotools-gt2-users] ArcSDE filter on shape

2008-07-23 Thread Gabriel Roldán
chiming in late after vacation, sorry for the late response Paul. Actually I don't think that's possible. SHAPE.length is sort of an special property of geometric fields in arcsde. We don't expose it as an attribute but just the geometric property SHAPE. So if you issue a filter like that you'll

Re: [Geotools-gt2-users] MathTransform to AffineTransform conversion

2008-07-23 Thread Martin Desruisseaux
Y.J.Chun a écrit : > I could not solve the below problem in the end. And creating > AffineTransform from MathTransform > is critical part in my program. I have not yet had a chance to inspect what is going on. But the behavior you are reporting suggests that the affine transform coefficients ar

Re: [Geotools-gt2-users] Parsing a featureTypeStyle from xml

2008-07-23 Thread swebb
I suppose another question would be has anyone got JAXB2 to generate the code based on the xsd's and if not what is the problem. Also is it possible to compile the code using Jaxb1 and would this be possible in a Java 6 environment. Thanks again Steve -- View this message in context: http://ww

[Geotools-gt2-users] Fixed: Error decoding EPSG:900913

2008-07-23 Thread David R Robison
Thanks for the suggestions. As it turns out, it was my fault. I am running geoserver in a JBoss container. Another Service Archive (SAR) in the same container was using an older verion (2.2.1 vs 2.4.4) of gt2-referencing.jar. Because of the way JBoss loads classes, this was conflicting with the

[Geotools-gt2-users] Parsing a featureTypeStyle from xml

2008-07-23 Thread swebb
Hi there, I hope someone can help me. I am just looking into using geotools to help parse a featuretypestyle but I'm having difficulty with the basics. I receive a xml string as part of a message that is sent to a process I am working on, the string contains some xml which I have the xsd for. The

Re: [Geotools-gt2-users] MathTransform to AffineTransform conversion

2008-07-23 Thread Y . J . Chun
Hello. I could not solve the below problem in the end. And creating AffineTransform from MathTransform is critical part in my program. can anyone teach me if there is other way to do this? Thanks. On Jul 21, 2008, at 10:19 PM, Y. J. Chun wrote: > > Hello. > > I have a method that convert M