Removing deprecated syntax from Geometry Relationship
-
Key: GEOT-3182
URL: http://jira.codehaus.org/browse/GEOT-3182
Project: GeoTools
Issue Type: Improvement
Components: core cq
On Friday 25 June 2010 12:10:22 pm Mauricio Pazos wrote:
> We have been supporting the deprecated syntax for the geometry
> relationships: "intersect" "touch" "cross"
>
> OGC corrected these syntax by the following
> "intersects" "touches" "crosses"
>
> We have been maintaining the old syntax
Hello all:
I have been having fun converting course materials over to Sphinx; one of the
things that is driving me crazy is a persistent warning.
Can I ask a user on a linux machine to
1. Do a "mvn clean install" and send me the output?
In particular the following is causing me trouble; a
Hi all,
My name is Tobia Di Pisa and I am a Software Analyst of the Geo-Solutions
company (http://www.geo-solutions.it/).
I know very well the GeoTools and GeoServer codebase and I work usually on
projects source code for a bunch of internal projects.
I need to commit stuff on JDBC and Oracle mod
Greetings all,
I had a quick question regarding GeoTools and multiple transactions.
When running some of the transactional concurrency tests I would get
failures and/or hangs with Ingres. However when I turned on MVCC
features these tests would pass/not hang. Does GeoTools ASSUME that the
DB
It really depends. I would say no there is no inherent assumption in
geotools itself about how a backend will handle multiple concurrent
connections.
However practically anyone that intends to use GeoServer in a server app
like GeoServer (or a multi threaded client app for that matter) is
esse
Can someone translate MVCC?
I note that we faced the same issue with arcsde (not being threadsafe) and made
a queue of commands with a single worker thread allowed access to the
connection.
Jody
On 08/07/2010, at 1:59 AM, Justin Deoliveira wrote:
> It really depends. I would say no there is n
Thank you Justin, this is very helpful.
On 07/07/2010 11:59 AM, Justin Deoliveira wrote:
> It really depends. I would say no there is no inherent assumption in
> geotools itself about how a backend will handle multiple concurrent
> connections.
>
> However practically anyone that intends to use
Multi version concurrency control. For instance with H2 if you don't
have MVCC you can only create a connection with a single thread.
On 10-07-07 10:31 AM, Jody Garnett wrote:
> Can someone translate MVCC?
>
> I note that we faced the same issue with arcsde (not being threadsafe) and
> made a qu
On 7/7/10 1:31 PM, Jody Garnett wrote:
> Can someone translate MVCC?
>
> I note that we faced the same issue with arcsde (not being
> threadsafe) and made a queue of commands with a single worker thread
> allowed access to the connection.
Note though that since a little before last year's FOSS4G WM
Greetings all,
I just converted the LOB test and ran into some issues with it. Ingres
returns BLOBs with the type code Type.LONGVARBINARY so I mapped that to
the Blob.class which is the type Ingres returns. Same with CLOBs, the
mapping is Type.LONGVARCHAR to Clob.class. The test tries to cast
Hi Alex,
I would suggest you mirror the oracle case. Basically what a "converter
factory" is is sort of an extension point in order to perform conversion
between various types. Essentially teh same idea as commons converters
if you are familiar with them.
So basically how it works is that the
Okay I have now done this myself ... and with a bit of help from
#geoserver channel I have made it a bit further. Having access to a
working python PIL made most problems on the mac go away.
Use of rst2pdf is stuck behind this issue:
- http://code.google.com/p/rst2pdf/issues/detail?id=319
- and th
On 07/07/10 21:07, Jody Garnett wrote:
> Hello all:
> I have been having fun converting course materials over to Sphinx; one of the
> things that is driving me crazy is a persistent warning.
> Can I ask a user on a linux machine to
> 1. Do a "mvn clean install" and send me the output?
> In pa
+1. Tobia has an established record of participation in the community.
On 07/07/10 21:32, Tobia Di Pisa wrote:
> Hi all,
>
> My name is Tobia Di Pisa and I am a Software Analyst of the Geo-Solutions
> company (http://www.geo-solutions.it/).
> I know very well the GeoTools and GeoServer codebase
Sounds good; Ben are you able to set him up?
On Thu, Jul 8, 2010 at 2:29 PM, Ben Caradoc-Davies
wrote:
> +1. Tobia has an established record of participation in the community.
>
> On 07/07/10 21:32, Tobia Di Pisa wrote:
>> Hi all,
>>
>> My name is Tobia Di Pisa and I am a Software Analyst of the
Yes. Need two more votes from current committers.
On 08/07/10 13:26, Jody Garnett wrote:
> Sounds good; Ben are you able to set him up?
>
>
> On Thu, Jul 8, 2010 at 2:29 PM, Ben Caradoc-Davies
> wrote:
>> +1. Tobia has an established record of participation in the community.
>>
>> On 07/07/10 21
Tobia Di Pisa ha scritto:
> Hi all,
>
> My name is Tobia Di Pisa and I am a Software Analyst of the
> Geo-Solutions company (http://www.geo-solutions.it/).
> I know very well the GeoTools and GeoServer codebase and I work usually
> on projects source code for a bunch of internal projects.
> I n
On 08/07/2010, at 2:17 PM, Ben Caradoc-Davies wrote:
> On 07/07/10 21:07, Jody Garnett wrote:
>> Hello all:
>> I have been having fun converting course materials over to Sphinx; one of
>> the things that is driving me crazy is a persistent warning.
>> Can I ask a user on a linux machine to
On 08/07/10 14:26, Jody Garnett wrote:
> On 08/07/2010, at 2:17 PM, Ben Caradoc-Davies wrote:
>> "cd docs; mvn clean install" fails only on the pdf. I do not see this error.>
> wow - okay.
I'm not sure it is even getting to the tutorial. Once your rst2html
check is in, I'll retest.
>> I note tha
Alex Trofast ha scritto:
> Greetings all,
>
> I just converted the LOB test and ran into some issues with it. Ingres
> returns BLOBs with the type code Type.LONGVARBINARY so I mapped that to
> the Blob.class which is the type Ingres returns. Same with CLOBs, the
> mapping is Type.LONGVARCHAR
21 matches
Mail list logo