[Geotools-gt2-users] EPSG HSQL Plugin under Tomcat

2014-05-13 Thread Greg Knight
Greetings, I am trying to deploy the EPSG HSQL plugin under Tomcat. I am able to successfully run JUnit tests against my class (which I understand uses the embedded Jetty engine). However, when I run in Tomcat in Debug mode, my class fails when it makes a call to the EPSG database. final C

Re: [Geotools-gt2-users] EPSG HSQL Plugin under Tomcat

2014-05-13 Thread Greg Knight
course many people do not set up a security manager at all ... > > > > Jody Garnett > > > On Tue, May 13, 2014 at 12:54 PM, Andrea Aime < > andrea.a...@geo-solutions.it> wrote: > >> On Tue, May 13, 2014 at 9:43 PM, Greg Knight wrote: >> >>> Greeti

[Geotools-gt2-users] Translate, Scale, Rotate

2014-10-07 Thread Greg Knight
Greetings, I'm using v10.6 of GeoTools. I am trying to do something that I think should be relatively simple -- but perhaps I dont understand matrices well enough. I am trying to translate, scale, and rotate a point. Translation seems easy enough -- like I should be able to add the x and y off

Re: [Geotools-gt2-users] Translate, Scale, Rotate

2014-10-08 Thread Greg Knight
e is in degrees. > And in mathematical degrees (0 = X axis, CCW is +ve) as opposed to > geographical degrees (0 is the Y axis, clockwise is positive). > > Frank > > > On Wed, Oct 8, 2014 at 4:08 PM, Greg Knight > wrote: > >> Greetings, >> >> I'm us