I found the problem. I had this jar file:
appserv-rt.jar
In my library path. When I removed it
it ran offline just fine but now won't run
online. Ugh. I will ask the Java App
Server group in my project on how
to programatically set the jndi stuff
and unset it when I am offline. I am
the GeoToo
Greg Machala wrote:
> I still cannot get my application to run offline.
>
I run several other GeoTools based applications offline all the time;
perhaps I am asking you to repeat yourself but can you mention what
version of Java and what platform you are on? Also the JNDI stuff is
often config
Jody Garnett wrote:
> trunk
> - problem with jdbc-ng module - buld fails with -Dall
> -Dmaven.test.skip=true
fixed (unable to reproduce)
> - deploy fails (due to credentials?) - I wonder if a new version of
> wagon is available?
fixed (thanks Howard and Paul)
> 2.5.x
> - not switched over yet
I t
Sunburned Surveyor wrote:
> I figure it is time to learn how to play by the Geotools rules. :]
>
Fun fun. Thanks for asking questions as you go - the only way the rules
are any good.
> I read over the section of the developer guide that talks about
> setting up a module today. I was about to st
Thank you for the links.
Landon
On Tue, Dec 16, 2008 at 3:07 PM, Michael Bedward
wrote:
> Hi Landon
>
> I believe org.opengis.feature.simple.SimpleFeature is your friend...
> http://geoapi.sourceforge.net/snapshot/javadoc/org/opengis/feature/simple/SimpleFeature.html
>
> ...which is a sub-interf
Thanks for the answers and the help Justin. I will check out the link
on unsupported modules that you included in your message. I am going
to try to set up my module tomorrow on my lunch break. If I get this
done I will send it to you for a quick review.
Landon
On Tue, Dec 16, 2008 at 3:02 PM, Ju
Just in case some are curious, there is the steps:
Lets use the following symbols in the remainding of this email:
[ ] denote an affine transform
< > denote the non-linear part of a projection
X' means the inverse of X
X*Y means "transform X followed by transform Y".
If X and
Hi Landon
I believe org.opengis.feature.simple.SimpleFeature is your friend...
http://geoapi.sourceforge.net/snapshot/javadoc/org/opengis/feature/simple/SimpleFeature.html
...which is a sub-interface of org.opengis.feature.Feature as used in,
for example, FeatureCollection
http://javadoc.geotools
You are probably looking at org.geotools.feature.SimpleFeature. This is
not really used. org.opengis.feature.simple.SimpleFeature from geoapi is
what we use.
http://geoapi.sourceforge.net/snapshot/javadoc/org/opengis/feature/simple/SimpleFeature.html
-Justin
Sunburned Surveyor wrote:
> Hey guy
Hi Landon,
Comments inline.
Sunburned Surveyor wrote:
> I'd like to add the Maven "module" structure for my unsupported GPX2
> module to the GeoTools SVN. My eventual goal is to get it included in
> the Geotools build. I've been building things from my own SVN, but
> that isn't much like a good c
Hi Emily,
I would say it is fair game. Like Michael said it was a summer of code
project so if you want to bring it back to life please do :).
-Justin
Emily Gouge wrote:
> I'm looking into using the unsupported gt-caching module for client side
> caching of features. I'm wondering the status
Graham Davis a écrit :
> Well I'm just using GT 2.6-snapshot in uDig. I'm trying to remember if
> and where JAI gets installed separately (or if it is separate). Where
> should I be looking to verify?
We can get the version number with:
System.out.println(javax.media.jai.JAI.getBuildVersion())
create a wfs 1.0 wfs xml configuration
--
Key: GEOT-2225
URL: http://jira.codehaus.org/browse/GEOT-2225
Project: GeoTools
Issue Type: Improvement
Components: data wfs, ext xml-xsd
Affects Ver
Well I'm just using GT 2.6-snapshot in uDig. I'm trying to remember if
and where JAI gets installed separately (or if it is separate). Where
should I be looking to verify?
Graham.
Martin Desruisseaux wrote:
> Hello Davis
>
> Maybe you are using JAI 1.1.4 which is in development stage? WarpT
Well like I said, I'm just working with a gt-2.6-snapshot JAR in uDig.
But I can try checking out the recent geotools trunk and compiling it
separately.
Graham.
Martin Desruisseaux wrote:
> Graham Davis a écrit :
>
>> That just seems to output the build datetime, which is "2006-09-11
>> 1
Graham Davis a écrit :
> That just seems to output the build datetime, which is "2006-09-11
> 17:23:56.159-0700". Perhaps we can figure out the build version from that?
I'm not sure which version it is... Would you have a chance to delete the
workaround mentioned in previous email and try with th
Hey guys. I was just looking at the Javadoc for the 2.6 branch, and I
noticed that all the methods of the SimpleFeature interface are
deprecated. I was wondering what the current status of "simple
features" was in GeoTools. Do we have an interface and basic
implementation of SimpleFeature? Will thi
It doesn't build for me (at least the version on trunk) and it doesn't
look like anyone has touched it since the author's summer of code work
last year.
Michael
2008/12/17 Emily Gouge :
> I'm looking into using the unsupported gt-caching module for client side
> caching of features. I'm wonderin
That just seems to output the build datetime, which is "2006-09-11
17:23:56.159-0700". Perhaps we can figure out the build version from that?
Graham
Martin Desruisseaux wrote:
> Graham Davis a écrit :
>
>> Well I'm just using GT 2.6-snapshot in uDig. I'm trying to remember if
>> and where
I'd like to add the Maven "module" structure for my unsupported GPX2
module to the GeoTools SVN. My eventual goal is to get it included in
the Geotools build. I've been building things from my own SVN, but
that isn't much like a good community player. I figure it is time to
learn how to play by the
Ok I managed to pull a version from it by stepping through the JAR
access with the debugger, it says "// Compiled from JAI.java (version
1.3 : 47.0, super bit)"
Does that mean the workaround won't work?
-G.
Martin Desruisseaux wrote:
> Graham Davis a écrit :
>
>> That just seems to output t
Oups I was totally wrong in one of my statement in my previous email.
Matthias spotted my error and my correction is below (after the 2nd quoted
text).
Matthias Basler a écrit :
> An interesting approach and certainly a good idea. I have two questions here.
>
> 1. Will this result in an
Hello Davis
Maybe you are using JAI 1.1.4 which is in development stage? WarpTransform2D
target the latest stable JAI version, which is JAI 1.1.3.
The JAI version matter a lot, because JAI 1.1.3 has a bug that may make the Warp
Transform completly wrong. JAI 1.1.4 fixed that bug.
However WarpTra
I still cannot get my application to run offline.
I have tweaked on my libraries some more and migrated to a
setAreaOfInterest(ReferencedEnvelope) instead of the deprecated
setAreaOfInterest(Envelope)
Here are my current gt libs:
-
geoapi-nogenerics-2.1.0.jar
Apparently we get to talk to Howard about this ... he was able to join
the geotools group and create and add a small folder.
Here is what I have in my inbox:
Howard Butler:
> Should be the same credentials as svn.
>
> I was able to create
> http://download.osgeo.org/webdav/geotools/hobu_test/ a
Martin wrote:
> Projections are non-linear operations. But there is a few linear
> operations performed before and after the non-linear ones.
[...]
> Those linear parts can be removed from the projection code and inserted
> into affine transforms to be applied before and after the projection.
> Be
I'm looking into using the unsupported gt-caching module for client side
caching of features. I'm wondering the status of this unsupported
module. Is anybody working on it anymore? Will bugs/patches get applied?
Thanks,
Emily
--
-- Here are my gt libraries I have in my lib folder
gt2-api-2.4.4.jargt2-metadata-2.4.4.jarjsr108-0.01.jar
gt2-coverage-2.4.4.jar gt2-referencing-2.4.4.jar jts-1.8.jar
gt2-epsg-hsql-2.4.4.jar gt2-render-2.4.4.jar vecmath-1.3.1.jar
Hello Davis
In the WarpTransform2D constructor, the integer argument (which is 0 in the
posted code) should be some positive value, typically between 1 and 7. The value
depends on the degree of the WarpTransform2D you want. The degree you can afford
depends on the amount of points you have.
I wou
Have we got the webdav thing figured out? I tried to connect to the
geotools webdav but it seems the username/password is not the same as my
commit username/password?
-Justin
Jody Garnett wrote:
> trunk
> - updated pom.xml to switch to new svn and mvn repo
> - windows and linux builds seem okay
JDBCFeatureReader should ensure CRS is set for geometries returned
--
Key: GEOT-2224
URL: http://jira.codehaus.org/browse/GEOT-2224
Project: GeoTools
Issue Type: Improvement
Hi Martin and Adrian,
We were discussing my image transform/projection problem in IRC
yesterday. I've run into a snag that I'm hoping you might be able to
shed some light on. I've managed to create a WarpTransform2D and from
that a DefaultDerivedCRS for my image. Next I created a GridCovera
add a callback to dialect to encode information post column in a CREATE TABLE
statement
---
Key: GEOT-2223
URL: http://jira.codehaus.org/browse/GEOT-2223
Project: Geo
JDBCDataStore.createSchema() should attribute type nullability into account
---
Key: GEOT-
URL: http://jira.codehaus.org/browse/GEOT-
Project: GeoTools
Issue Typ
Hi Martin,
very strange, I used the snapshot hsql and I got the results I was
sending you. What epsg number did the wkt that you use have?
CHeers
M.
Martin Desruisseaux wrote:
> Martin Tomko a écrit :
>
>> DOes that mean that the epsg-hsql jar of GT2 contians an incorrect WKT
>> specification
Hi Martin,
Thank you very much for this (note, I am also sending it to GT users,
where it got originally posted).
DOes that mean that the epsg-hsql jar of GT2 contians an incorrect WKT
specification of the projection? That should probably be fixed there too...
Thanks heaps for your help, I will
On Dec 14, 2008, at 9:07 AM, Adrian Custer wrote:
> Howard, Paul,
>
> Thank you both for the move. Seems to work fine after relocate.
>
> Howard,
>
> The idea that anyone can add a member is terrifying.
Anyone *who is already a member* can add a member. If you don't trust
your devs, who do yo
Chiming in with an extra concern and a suggestion, on different topics though:
- concern:
what about two files in the same directory, different format, same feature
type
name: roads.shp and roads.properties. Namespace seems like not enough to
handle that.
- suggestion:
about how to identify if
The porting of GeoTools 2.x projections is finished, except Krovak which is in
progress right now. The main change compared to Proj4/GeoTools 2.x is described
below:
Projections are non-linear operations. But there is a few linear operations
performed before and after the non-linear ones.
* Befor
I would guess that it is trying to check JNDI for a local EPSG database;
are you sure you only have one epsg jar on the classpath as described in
the developers guide? The epsg-wkt and epsg-hsql jars can work in
unplugged form. The epsg-postgres jar will need network access - if you
provide con
40 matches
Mail list logo