Jody,
I think that I found a page for the module that you were discussing here:
http://geotools.codehaus.org/JTS+Wrapper
However, I couldn't find a place to view and/or download the Javadoc
for this online. Is it possible to do this for unsupported modules?
Also, I was hoping to abstract all li
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/1067
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
GeoTools has an unsupported/geometry module with data structures for
curves. The ISO Geometry specification used as the motivation for GML3
is responsible for the abstractions.
The code is mostly a fork of JTS (hunting down a different specification
from the SFSQL used to motivate JTS).
Cheers,
Ok, got it.
Problem was that if you create a spatial index on a layer that is way out of
whack with reality (100 units square spatial index grid tiles) then sde's
spatial index-based queries (which the calculateResultCount method relies on)
will not return good results.
Unfortunately whe
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/1066
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
Hmm, replying to my own emails now.
Anyway, feel free to hop on IRC with me tomorrow gabriel (if you get the time!)
I've got some more info on that problem.
Short overview: ArcSDEQuery.calculateResultCount(bboxfilter) is returning
five, while actually going and fetching the features is retu
I am trying to document as I fall over problems in the library.
This is the first page I have brought to everyones attention in a while:
http://docs.codehaus.org/display/GEOTDOC/03+Creating+Anything+and+Finding+a+FactoryFinder
The heading on "Finding a Factory Finder" is the important bit and
Hey interested ArcSDE-ers (meaning: Hi Gabriel)
I committed the work we talked about on IRC today. Mostly it was bugfixes to
support configuration keywords other than "DEFAULTS" on table creation, and a
mini fix to support the actual creation of nil shapes.
However, I'm still failing one test
Does either GeoTools or Deegree define an interface that can be used
to represent linear geometries of different types? I'd like to
encapsulate some of the basic behavior of straight and curved linear
geometries as part of my work on some linear referencing code. In
particular I'd like to wrap diff
Gabriel (and anyone else interested in ArcSDE minutae),
I worked out what the issue was with the getShapeType() stuff.
Basically, there are two completely different things going on:
1) SeLayer.getShapeTypes() -- returns a layer mask, which is decoded using the
SeLayer.SE_***_MASK flags and
Jody Garnett wrote:
> Could I ask that a build box be set to watch this branch? Please?
>
> It is not very kind to ask Richard to work without a safety net.
>
> Here are the details: org.geotools.data.gml.GMLDataStoreTest
>> java.io.IOException: java.net.ConnectException: Connection refused:
>>
Martin Desruisseaux wrote:
> It can be a DirectAuthorityFactory, but also a AuthorityFactoryAdapter
> which doesn't extends DirectAuthorityFactory...
Good point.
>> This contract is the same for both classes on the table; the code
>> will be the same at the end of the day; are you wanting to chan
Jody Garnett a écrit :
> I understand what you are saying; the part I miss is this - why is the
> separation into two classes useful?
Just a separation of concern (if we can do that without duplicating code), and
also because I believe that for a significant fraction of applications (e.g.
deskt
Martin Desruisseaux wrote:
> Jody Garnett a écrit :
>> For a problem I could really use your input on ... DefaultFactoryTest
>> is failing a test of assertSame.
>
> I will run "mvn install" on my side and see if I get the failure.
>
> In case it is related to development on your local machine, can
I have not done any work yet - I am getting the names in order first so
that we can have sane conversations over email.
I understand what you are saying; the part I miss is this - why is the
separation into two classes useful?
- createBackingStore - is used by all the createFoo(...) methods when
Jody Garnett a écrit :
> For a problem I could really use your input on ... DefaultFactoryTest is
> failing a test of assertSame.
I will run "mvn install" on my side and see if I get the failure.
In case it is related to development on your local machine, can you send me the
stack trace?
> PS
Excellent!, finally I can edit.
Thanks a lot
On Wednesday 20 June 2007 18:32, Justin Deoliveira wrote:
> Hi Mauricio,
>
> I accepted you so you should be ready to go. One thing you need to do is
> set your "Codehaus Confluence Username" from xircles then you should be
> able to edit the wiki. Thi
Jody Garnett a écrit :
> So the code is the same in both cases?
Yes but not repeated. It is repeated for now because I didn't wanted to break
the work you may be doing right now on ThreadedAuthorityFactory. But if
ThreadedAuthorityFactory extends BufferedAuthorityFactory, it would override
*onl
Martin Desruisseaux wrote:
> Jody Garnett a écrit :
>> The problem is these are identical in implementation: even for case
>> of a single worker I am going to store it in an ObjectPool so I can
>> can remove all the Timer concerns about evicting the backingStore. I
>> need to show that am doing
Jody Garnett a écrit :
> The problem is these are identical in implementation: even for case of a
> single worker I am going to store it in an ObjectPool so I can can
> remove all the Timer concerns about evicting the backingStore. I need to
> show that am doing what we are paid for - making Geo
Thanks for sorting out svn martin; I am sorry to have wasted your time
(on something manual I could of corrected).
For a problem I could really use your input on ... DefaultFactoryTest is
failing a test of assertSame.
I am starting to suspect that we are tripping up on hints null vs
GeoTools.ge
Hi Mauricio,
I accepted you so you should be ready to go. One thing you need to do is
set your "Codehaus Confluence Username" from xircles then you should be
able to edit the wiki. This can be done from:
http://xircles.codehaus.org/my/details
-Justin
Victor Mauricio Pazos wrote:
> Well, I apply
Martin Desruisseaux wrote:
> I means, we could apply on BufferedAuthorityFactory the same changes (using
> the
> object cache) that you applied on ThreadedAuthorityFactory. But by preserving
> BufferedAuthorityFactory in its current state (for now), we avoid that such
> change (if we decide to
Martin Desruisseaux wrote:
> In my "history fix" round, I restaured BufferedAuthorityFactory as it was
> before
> ThreadAuthorityFactory and as an independent class (not a subclass of
> ThreadedAuthorityFactory). This is because I feel that ThreadAuthorityFactory
> could be a subclass of Buffer
Well, I apply for geotools project
Thanks
Maurico
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get
Oops. I forgot to re-deploy the GeoTools jars. They're being uploaded now. If
you clean your libs plug-in in about 30 minutes, it should all work.
I made URLUtils in uDig redirect to DataUtilities in GeoTools so that this very
important method is more likely to be stumbled upon this way :)
Rich
Thanks martin - I must of screwed up trying to follow your directions
... here is what I did:
#1 used svn merge -rHEAD: to roll back my changes
#2 used svn cp FactoryGroup.java ReferencingFactoryContainer.java
#3 made FactoryGroup extend ReferencingFactoryContainer (and messed with
the instan
Cory Horner a écrit :
> I am using svn on the command line, but for some reason get
> svn:executable set by default on Windows XP w/ Cygwin.
Ah? I didn't know the Cygwin was doing that too...
When I was on Windows, I used the SVN command line downloaded from
subversion.tigris.org.
Do you run "
Thanks a lot Justin.
On Wednesday 20 June 2007 17:34, Justin Deoliveira wrote:
> Yeah, when geoserver moved to codehaus we batch created all the users
> which had svn access. But now its done on a signup basis.
>
> Mauricio: you can sign up here:
>
> http://xircles.codehaus.org/signup
>
> One you
Martin Desruisseaux a écrit :
> In my "history fix" round, I restaured BufferedAuthorityFactory as it was
> before
> ThreadAuthorityFactory and as an independent class (not a subclass of
> ThreadedAuthorityFactory). This is because I feel that ThreadAuthorityFactory
> could be a subclass of Buf
Martin Desruisseaux wrote:
> One additional note about SVN: the following files were commited with
> "svn:executable" attribute set, which is wrong:
>
> DefaultReferencingObjectCache.java
> NullReferencingObjectCache.java
> ReferencingObjectCache.java
>
> I guess that those files
In my "history fix" round, I restaured BufferedAuthorityFactory as it was
before
ThreadAuthorityFactory and as an independent class (not a subclass of
ThreadedAuthorityFactory). This is because I feel that ThreadAuthorityFactory
could be a subclass of BufferedAuthorityFactory and just override
Victor Mauricio Pazos ha scritto:
> Thanks Andrea for your reply.
> Maybe I am not in the correct page
>
> http://xircles.codehaus.org/login
>
> In that page I selected "just manage email", then I received an email with a
> link to subscript to list, I register me in
>
> [EMAIL PROTECTED]
No.
Yeah, when geoserver moved to codehaus we batch created all the users
which had svn access. But now its done on a signup basis.
Mauricio: you can sign up here:
http://xircles.codehaus.org/signup
One you have your account, login and navigate to the geotools project:
http://xircles.codehaus.org/p
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/1057
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
Thanks Andrea for your reply.
Maybe I am not in the correct page
http://xircles.codehaus.org/login
In that page I selected "just manage email", then I received an email with a
link to subscript to list, I register me in
[EMAIL PROTECTED]
Is it correct? I think I am wrong.
On Wednesday 20 Ju
I fixed history on SVN for the following files:
BufferedAuthorityFactory.java
FactoryGroup.java
GeotoolsFactory.java
ReferencingFactoryContainer.java
ReferencingObjectFactory.java
ThreadedAuthorityFactory.java
Next time that history is broken, maybe we should fix on
http://geo.openplans.org:9090/continuum/servlet/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/1/buildId/1056
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
By trying to help Mauricio I don't seem to find a registration page neither.
If I remember correctly, Brent created the xircles users for us, so I thought
the user has to be created by a power user or something?
Gabriel
On Wednesday 20 June 2007 14:51:59 Andrea Aime wrote:
> Victor Mauricio Pazo
SqlEncoder does not escape single quotes when encoding string literals
--
Key: GEOT-1351
URL: http://jira.codehaus.org/browse/GEOT-1351
Project: GeoTools
Issue Type: Bug
[
http://jira.codehaus.org/browse/GEOT-1303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Gabriel Roldán reopened GEOT-1303:
--
reopening as porting arcsde were missing
> ComplexDataStore as unsupported module on trunk
>
Port ArcSDE enhancements from complex-features branch
-
Key: GEOT-1350
URL: http://jira.codehaus.org/browse/GEOT-1350
Project: GeoTools
Issue Type: Sub-task
Components: data arcsd
Victor Mauricio Pazos ha scritto:
> Hi, I can not edit the wiki, I guess I need a Xircles usr. Please, could
> anybody create one.
>
> usr: mauricio.pazos
Only you can create the user, and then you have to request to become
a geotools developer. Unfortunately I don't seem to be able and connect
Hi, I can not edit the wiki, I guess I need a Xircles usr. Please, could
anybody create one.
usr: mauricio.pazos
Thanks
--
Mauricio Pazos
www.axios.es
-
This SF.net email is sponsored by DB2 Express
Download DB2 Express C
In addition, the files that lost their history yesterday was not restaured as I
would like. "svn copy" is all we need when no mistaked was previously done. For
repairing the mistake made yestereday, we need "svn copy -r ", otherwise the history is unreadable (svn said that
we deleted everything,
BufferedAuthorityFactory
FactoryGroup
GeotoolsFactory
were deleted then readded without their history. I guess that you used "svn
move". We were suppose to use "svn copy"!
Martin
-
This SF.net email is s
Oracle datastore uses DISJOINT mask for Disjoint filter, but that mask is not
"officially" supported, and very slow
---
Key: GEOT-1349
URL: http://jira
I suppose I miss something:
1) http://docs.codehaus.org/display/GEOT/5.1.6+Converting+URLs+to+Files
uses DataUtilities of org.geotools.data, which does not have a urlToFile
method. At least not the udig 1.1.x version
2)
http://udig.refractions.net/confluence/display/DEV/5.1+Converting+URLs+to+Fil
Jody Garnett a écrit :
> Looking at the META-INF/services folder for main I noticed the following:
> org.geotools.referencing.factory.epsg.DefaultFactory
>
> In my understanding DefaultFactory is an superclass for others to
> extend? Should it really be registered here (can it even do anything on
49 matches
Mail list logo