Davis Ford a écrit :
> Hi, I checked out Bryce's branch of jtsGeometry,
>
> svn co http://svn.geotools.org/geotools/branches/jts-wrapper/
>
> and I'm trying to create an Eclipse project but maven cannot seem to
> find gt2-jar-collector-2.3-SNAPSHOT ->
>
> [INFO] Scanning for projects...
> [INFO]
Hi Justin,
You asked for a code review on your completing of the catalog interface...
I love your implementation of AdaptingResolve and so on:
- API Module - catalog patch accepted!
- Main - not quite ready yet
Cheers,
Jody
API Module
Code: +1
- looks nice and straight forward
Headers:
This class has no header, and no class comment, has some evidence of
quad tree in the middle ... is this the result of some optimization run
that was
so blindly fast javadocs would slow it down at runtime?
Has a test case - yeah. But that has no comments either (or header). I
am offline right n
Hi Justin, I am working through the catalog packages in main trying to
sort things out ... in addition to wondering what you specifically
created I thought I should ask what AST and ASTFactory are fore? They
appear to either be ...
- something written by dzwiers for uDig? (contains @since 0.6 a
If you have been sent this email directly it is because their our some
IP questions in main that you can help me with ... I would ask all of
geotools-devel
to check what is happening and help out.
The following packages are covered:
org.geotools.catalog
org.geotools.catalog.adaptable
org.geotool
DateUtil in org.geotools.feature.type
Given I am not sure we are even handling dates correctly at this time
perhaps we can give this one the boot?
Looks like the code was copied directly, javadoc says @version 1.0 and
@author Dennis M. Sosnoski.
I am offline and cannot check svn, so once ag
I recently edited (minor changes discussed two or three days ago) some files
other than my usual
ones. Those files are using tabulations for indentation, which result in
inconsistent indentation since:
* My NetBeans IDE is configured with 4 spaces by tabulation;
* DOS "type" or Windows No
Jody Garnett a écrit :
>> Running org.geotools.data.vpf.io.TableInputStreamTest
>> Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.125 sec
>> <<< FAILURE!
I also get random test failures on module/main. Running "mvn install" sometime
work, and sometime
fail in main without obv
Jody Garnett a écrit :
> org.geotools.data.crs
> -
> Initially created for GeoTools 2.0 to provide reader implementations for
> reprojection / forceprojection, initial AuthorityFactory interface provided
> for GeoTools 2.1 since deprecated and moved to referencing.
Just had a
Hi list,
a few days have passed since I committed the first bunch of changes
from the coverage branch merge. I have not seen any complains hence I
assume that everything went even smoother than I expected.
I am done, or at least I think I am done, with merging most plugins
for coverages. Here is t
Hi Martin - it is my understanding if I run 'mvn install' inside the directory
C:\SVN\jts-wrapper\module\jtsGeometry>
...this will try to build the jtsGeometry jar file and install it into
my local mvn repository -- however, in order to do this, it needs to
d/l and find all of its dependencies.
Thanks for taking this up for us Frank - you rock.
I will ask the approriate geotools module maintains (cough Martin and
Myself) to make a note for our
own review.txt files ;-)
Cheers,
> Folks,
>
> One of the licensing issues for GDAL/OGR and software packages built
> on GDAL, PROJ.4 or libgeoti
Hi Jody,
Sorry for the delayed reply.
Jody Garnett wrote:
> Hi Justin, I am working through the catalog packages in main trying to
> sort things out ... in addition to wondering what you specifically
> created I thought I should ask what AST and ASTFactory are fore? They
> appear to either be
Jody Garnett wrote:
> If you have been sent this email directly it is because their our some
> IP questions in main that you can help me with ... I would ask all of
> geotools-devel
> to check what is happening and help out.
>
> The following packages are covered:
> org.geotools.catalog
> org.ge
So we lost backwards compatibility with DataStores. I built a new
Oracle jar with a bug fix that didn't make it across from 2.1.x. I
couldn't build because it needed a new main build as there was a class
not found. So I built main again, and then tried to just distribute the
oracle jar.
Go
Concurrent feature modification blocks in PostGIS
-
Key: GEOT-897
URL: http://jira.codehaus.org/browse/GEOT-897
Project: GeoTools
Issue Type: Bug
Components: data jdbc, data postgis
Hi Justin!
In doing the IP check on trunk I ran into the Expr class - and guess
what? It is looking like a waste of time after the slick builder
interfaces on FM branch.
Do you mind if we:
- set up an FilterBuilder on trunk/FM
- remove Expr by pulling methods down into FilterFactoryImpl
I know
I've been hacking away at:
http://jira.codehaus.org/browse/GEOT-897
for the last little while. Horray, it is fixed for postgres >= 8.1...
for all others, sorry -- it's too much work to support concurrent edits
_well_.
A decent test case accompanies this, and it seems to work well.
Richard: i
Link here:
- http://docs.codehaus.org/display/GEOTOOLS/Feature+Model+Branch
1. Builder vs Factory
* XFactory does what it does *exactly* with no logic
* XBuilder maintains state and can do the logic you wanted to
put in the
factory
2. DataStore and
...just a heads up.
David, I merged your fidmapper changes on 2.2.x over to trunk, along
with a bunch of postgis and datastore fixes.
Please see revision 20666.
Cheers,
Cory.
-
Take Surveys. Earn Cash. Influence the Future
Javadocs point to geoapi2.1 not geoapi2.0
-
Key: GEOT-898
URL: http://jira.codehaus.org/browse/GEOT-898
Project: GeoTools
Issue Type: Bug
Affects Versions: 2.2-RC3
Reporter: Adrian Cust
Hey all,
On IRC rgould (iirc) said he would pull the release on friday. Not sure
if this happened. However, i also gather that Jesse's fix was fairly
major and might require an RC of its own. Meanwhile, I have found that
our javadocs point to geoapi 2.1 and *not* geoapi 2.0 the way they
should.
Jody Garnett ha scritto:
>> Running org.geotools.data.vpf.io.TableInputStreamTest
>> Tests run: 6, Failures: 0, Errors: 6, Skipped: 0, Time elapsed: 0.125
>> sec <<< FAILURE!
Funny, I could not even find this class? According to the svn logs, it
has been removed by Richard
during the week by merg
Hi,
I have done a few commits a few hours ago and they don't show
up in the mailing list. The last post is in fact two days old.
Can someone check what's going on?
Cheers
Andrea
-
Take Surveys. Earn Cash. Influence the Future
Martin Desruisseaux ha scritto:
> I recently edited (minor changes discussed two or three days ago) some files
> other than my usual
> ones. Those files are using tabulations for indentation, which result in
> inconsistent indentation since:
>
>* My NetBeans IDE is configured with 4 spaces b
Makes sense here, think Jesse was looking into that though ... so we should check with him/let him know.
DZ
On 7/19/06, Alessio Fabiani <[EMAIL PROTECTED]> wrote:
Hi all,in the GMLDataStoreFactory there is a calling to the method "toURI()" of the java.net.URL class. The problem is that this met
Adrian Custer a écrit :
> On the javadocs, is there a GeoAPI 2.0 javadoc set online? If so where?
> If not, could we put a set on javadocs.geotools.fr?
There is a javadoc for GeoAPI 2.0 there:
http://geoapi.sourceforge.net/2.0/javadoc/index.html
I will try to fix the pom.xml file on the 2.2
27 matches
Mail list logo