Re: [Geotools-devel] Back to the UOMs

2009-04-11 Thread johann sorel
Hi, Milton Jonathan a écrit : > 2. LineSymbolizerImpl expects a geometry name as a String, while GeoAPI > specifies an Expression. I guess this may go into some big "property > names are/aren't Strings" issue, so I'd like some guidance here: should > we keep using a geometryProperyName as a Str

Re: [Geotools-devel] spike

2009-02-18 Thread johann sorel
gets code being sparsely documented, and > without having used it very much myself yet, I was worried that I > didn't know how much work would be involved in taking it on. > You dont have to maintain every widget, only the mapwidget. > Michael > > 2009/2/18 johann sorel :

Re: [Geotools-devel] spike

2009-02-18 Thread johann sorel
Hi, Perhaps you are not aware of it but there is a swing-widget-pending module in geotools. It's I think a more appropriate place for swing work. Beside there is already a better implementation of JMapPane in it : org/geotools/gui/swing/map/map2d/stream/JStreamNavMap.java There is also a wiki p

Re: [Geotools-devel] Doing geometry transformations in SLD

2009-02-15 Thread johann sorel
Hi, (read bellow) Andrea Aime a écrit : > Hi all, > I'm writing this mail to explore the possibility of extending > our current SLD support for symbolizer geometry. > With the current SLD 1.0 (and even with SE 1.1) we're stuck > with just telling the symbolizer which geometry attribute to > use, a

Re: [Geotools-devel] Checking on GeoTools License Compatibility

2008-12-30 Thread Johann Sorel
Apache License Version 2.0 > JDOM: Apache Style License with acknowledgement clause removed. > Jodd: Public Domain > JUMP API: GPL The last library can't be used, GPL is not compatible with LGPL since GPL do

Re: [Geotools-devel] swing-widget-pending examples

2008-11-10 Thread johann sorel
mply make a dependency to it. That's because several geotools modules have been deeply revisited (some of them completly rewritten), like style, render, sld, image ... sorry -- Johann Sorel Company - Geomatys GIS

Re: [Geotools-devel] swing-widget-pending examples

2008-11-10 Thread johann sorel
his. But now that I know they are not supported presently > I guess that I need to decide whether to stick with GT 2.6 and attempt > further development of the swing widgets, or move over to GeoTidy / > Puzzle / whatever ? > This is your choice, I can't decide for you :-) . >

Re: [Geotools-devel] swing-widget-pending examples

2008-11-09 Thread johann Sorel
Michael Bedward a écrit : >> The bad news is : they are not maintained anymore in GT. >> I will maintain them in GeoTidy / Puzzle-GIS in the futur. >> >> Is there someone willing to continue the work on GeoTools ? > I'm very interested in the work you've done to date on the Swing > components for G

Re: [Geotools-devel] swing-widget-pending examples

2008-11-09 Thread johann Sorel
reduce the widgets to the working ones : - MapContext Tree - CRS Chooser dialog - Map2D and JStreamMap widgets I believe thoses could be moved in a suported module if someone could take care of them. Any volonteer ? any opinion ? Johann Sorel ---

Re: [Geotools-devel] Expression on something else then Feature

2008-10-29 Thread johann sorel
Andrea Aime a écrit : > johann sorel ha scritto: >> Hello, >> >> Until today I was using Expression only with Features. >> I'm wondering how it works if I need to using it on something different. >> >> Let's say I a have a mathematic operation w

[Geotools-devel] Expression on something else then Feature

2008-10-29 Thread johann sorel
I give the MyVar value to the expression to evaluate it ? thanks -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Bu

Re: [Geotools-devel] PostGIS View must have a field OID ?!

2008-10-10 Thread johann sorel
Ok , I guess I will use tables only. thanks aaime. Andrea Aime a écrit : > johann sorel ha scritto: >> Here is a test case : >> >> CREATE TABLE places >> ( >> ref_id character(8) NOT NULL, >> emplacement geometry, >> CONSTRAINT "main

Re: [Geotools-devel] PostGIS View must have a field OID ?!

2008-10-10 Thread johann sorel
Andrea Aime a écrit : > johann sorel ha scritto: >> Here is a test case : >> >> CREATE TABLE places >> ( >> ref_id character(8) NOT NULL, >> emplacement geometry, >> CONSTRAINT "mainKey" PRIMARY KEY (ref_id) >> ) >> WITH (OIDS=F

Re: [Geotools-devel] PostGIS View must have a field OID ?!

2008-10-10 Thread johann sorel
at com.vividsolutions.jts.geom.Envelope.(Envelope.java:186) at org.geotools.geometry.jts.ReferencedEnvelope.(ReferencedEnvelope.java:203) Andrea Aime a écrit : > johann sorel ha scritto: >> Hi, >> >> I have uncounter a strange problem in the postgis module. >> >> I

[Geotools-devel] PostGIS View must have a field OID ?!

2008-10-10 Thread johann sorel
en you try to open a view that doesnt have this field. Can someone explain me why there is such a thing ? And eventually how can I avoid to have this field in my postgis views. thanks -- Johann Sorel Company - Geomatys GIS Developer Mai

[Geotools-devel] [jira] Created: (GEOT-2063) CRS decode error

2008-10-08 Thread Johann Sorel (JIRA)
Reporter: Johann Sorel Assignee: Andrea Aime Priority: Trivial CRS authority for postgis datastore assume coordinates are in lat long order. It should be long lat order. To solve it change line 124 from class

[Geotools-devel] Questions about MapLayer interface.

2008-08-27 Thread johann sorel
or UI. -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] - This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin

Re: [Geotools-devel] Work In Progress : 17H to 18H GMT+1 05_08_08

2008-08-05 Thread johann sorel
h the SLD in the week) - 1 failure - Streaming Renderer. - 4 failures I will be on IRC for an hour (until 18H) and later in the evening. -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] - This S

Re: [Geotools-devel] FetaureTypeStyle Immutable

2008-07-04 Thread johann sorel
anticTypeIdentifiers(); Replaced by : Set semanticTypeIdentifiers(); SemanticType is a codelist. regards -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] - Sponsored by: SourceForge.net Community

Re: [Geotools-devel] FetaureTypeStyle Immutable

2008-07-04 Thread johann sorel
johann sorel a écrit : > Great, now things are clear and I now know what I have to do. > Sorry for the IRC, I waited until midnight and went to sleep after. > > Thanks for the work. > > > I just noticed something : > > /** @deprecated Not thread safe - please

Re: [Geotools-devel] FetaureTypeStyle Immutable

2008-07-04 Thread johann sorel
. >> - Updated the tasks list with my best guess for your July 15h deadline >> >> All the best, >> Jody -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] - Sponsored by: Sourc

Re: [Geotools-devel] FetaureTypeStyle Immutable

2008-07-03 Thread johann sorel
out rendering. > Style, FTS and rules are only "guiding" objects. > > > Making everything immutable brings another problem for statefull renderers. > If you replace the style in one operation, we must assume it is a > different style and rebuild > the style cache from sc

Re: [Geotools-devel] FetaureTypeStyle Immutable

2008-07-02 Thread johann sorel
rings another problem for statefull renderers. If you replace the style in one operation, we must assume it is a different style and rebuild the style cache from scratch because you dont know what has changed compared to the previous one. -- Johann Sorel Company - Geomatys GIS Developer Mail -

[Geotools-devel] Symbolizers Immutable : PMC opinion

2008-07-01 Thread johann sorel
e class : org.geotools.styling2.SymbolizerBuilder. regards -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] - Check out the new SourceForge.net Marketplace. It's the best place to buy or sell

Re: [Geotools-devel] Proposal feedback: Upgrading styles

2008-06-25 Thread johann sorel
n understand that. But we need a date. I dont know when is planned Geoserver release,same thing for geotools 2.5 . I've told you my deadline a few weeks ago, now I give you a real date : 15 July I must have definitively close the style problem. It means at this date, I must have the styles

Re: [Geotools-devel] style upgrade proposal : find solution

2008-06-23 Thread johann sorel
x27; method. If we have a 'get' method without the 'set' it's a bit strange. The other reason is : we will be able to use the new styles in 2.5 : GeoTools 2.5.x: - getRules() - deprecated - returns rules().toArray( new Rule[0] ); - rules() - returns List GeoTools 2.6.x - rule

[Geotools-devel] style upgrade proposal : find solution

2008-06-23 Thread johann sorel
f you have no objections please vote. If you have objections please tell us what is the problem and we will try to find a solution. regards -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] - Che

Re: [Geotools-devel] New expression visitor, check and commit

2008-06-13 Thread johann sorel
Andrea Aime a écrit : > johann sorel ha scritto: >> Hello, >> >> Here is a new Expression visitor that returns a collection of the >> required attributes of this expression. >> I would like someone to check it and someone working on the main >> module to co

[Geotools-devel] New expression visitor, check and commit

2008-06-13 Thread johann sorel
-- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] CODE ## /* *GeoTools - The Open Source Java GIS Tookit *http://geotools.org * *(C) 2004-2008, Open Source Geospatial Foundation (OSGeo) * *This library is

[Geotools-devel] [jira] Created: (GEOT-1847) WellKnowMark Shape Fix

2008-06-10 Thread Johann Sorel (JIRA)
: Johann Sorel Assignee: Jesse Eichar Priority: Trivial Small fix in the WellKnownMarkFactory.java class package : org.geotools.renderer.style Triangle and Star are upsidedown (OGC SE define star upward, triangle I believe is the same thing) Both Triangle and star are not

Re: [Geotools-devel] go module compile errors

2008-06-10 Thread johann sorel
ends on the latest GeoAPI and may not compile depending on the work in progress. I fixed the pom so that this module won't annoy you anymore. regards -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED]

[Geotools-devel] Avoiding Java Native Interface on GeoTools.

2008-06-04 Thread johann sorel
working as you know on a new Java2D renderer. This one depends on the render module but not on imageio-ext. We believe there is a need to create a render module independent so that multiple renderers may use it. Regards -- Johann Sorel Company - Geomatys GIS Developer Mail - [

Re: [Geotools-devel] going going gone; or how to kick the go module out of the build

2008-06-04 Thread johann sorel
arn from the best). > > For modules/unsupported/pom.xml: > > Can I that we move modules into: > - pending profile - rather than just comment it out > - archive profile - for things that so broken they do not build > > Thanks muchly, > Jody > -- Johann Sorel Comp

Re: [Geotools-devel] Find Static Expression ?

2008-05-28 Thread johann sorel
Jody Garnett a écrit : > johann sorel wrote: >> Is it possible to make a visitor that break out of the "visiting" >> operation if he found something he doesnt like ? > Yes; but for the specifics it depends on how the visitor interface was > written. Some visitor

Re: [Geotools-devel] GO-1 and Style2D

2008-05-21 Thread johann sorel
API as well, but we have not yet reflected this > replacement in GeoTools GO-1 module. > > Martin -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] - This SF.net email is sponsored by: Microsoft Defy

Re: [Geotools-devel] Strange Build Failure

2008-05-06 Thread johann sorel
Arne Kepp a écrit : > Not 100% sure, but I believe I had the same issue earlier tonight. > Switching to Java 1.5.x appeared to solve it (not ideal, but for my > purpose I had to do it anyway). > > -Arne > > johann sorel wrote: >> Hello, >> >> >> I a

[Geotools-devel] Strange Build Failure

2008-05-06 Thread johann sorel
mixed mode) -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] - This SF.net email is sponsored by the 2008 JavaOne(SM) Conference Don't miss this year's exciting event. There's still time to

[Geotools-devel] geoapi update

2008-05-05 Thread johann sorel
hello, Updated GeoAPI 2.2-SNAPSHOT. "-U" option is required to building trunk with maven. Regards -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] - This SF.net email is sponsored b

[Geotools-devel] Geoapi update

2008-05-05 Thread johann sorel
hello, Updated GeoAPI 2.2-SNAPSHOT. "-U" option is required to building trunk with maven. Regards -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] - This SF.net email is sponso

Re: [Geotools-devel] Building error with new changes on GeoAPI

2008-04-24 Thread johann sorel
rfaces for review (they have no link with GeoTools). Jody quickly modified my implementation and updated some other classes in GeoAPI (in filter package) and so break gt2 api. -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] -

Re: [Geotools-devel] OGC Symbology Encoding in GeoAPI

2008-04-22 Thread johann sorel
Adrian Custer a écrit : > Are you planning to write up a proposal to how this work can be > integrated into geotools? If so, what's the timeframe for that work? > > --adrian > > On Tue, Apr 22, 2008 at 10:49 AM, johann sorel <[EMAIL PROTECTED]> wrote: > >&g

[Geotools-devel] OGC Symbology Encoding in GeoAPI

2008-04-22 Thread johann sorel
hello, I commited OGC SE in GeoAPI, those interested (I guess jody and simone) can now review. -- Johann Sorel Company - Geomatys GIS Developer Mail - [EMAIL PROTECTED] - This SF.net email is sponsored by the 2008

Re: [Geotools-devel] Proposal: dynamic generated symbols for SLD

2008-04-14 Thread johann sorel
the proposal lacks a few simple code examples. For instance > > the "Alternative design", I think i understand it... but an example > > would really drive it home. > Examples of how a factory would be coded,

[Geotools-devel] Process Implementation

2008-04-09 Thread johann Sorel
Hello, I'm exploring the process implementation made in th unsupported package. First : I have a build error on this: import com.sun.org.apache.bcel.internal.verifier.structurals.UninitializedObjectType; using the -U in maven doesn't solve the problem. Second : this process implementation doe

[Geotools-devel] GT Error : Styles and Factory

2008-04-03 Thread johann Sorel
hello, I just updated mygt version and classes that usauly work just get crazy. this happen when I try to use Glyph. I never seen this type of error before, if someone could have a look. Problems looks to be a Factory/Style : Exception in thread "AWT-EventQueue-0" java.lang.ClassFormatError: U

Re: [Geotools-devel] GT Style to SLD

2008-04-03 Thread johann Sorel
Thanks jody I'll make a try and update the wiki if needed. ;) johann > -Original Message- > From: [EMAIL PROTECTED] > Sent: Wed, 02 Apr 2008 17:42:08 -0700 > To: [EMAIL PROTECTED] > Subject: Re: [Geotools-devel] GT Style to SLD > > johann Sorel wrote: >&g

Re: [Geotools-devel] GT Style to SLD

2008-04-01 Thread johann Sorel
his ? and use a stringbuilder to concat everything? thx johann sorel > -Original Message- > From: [EMAIL PROTECTED] > Sent: Mon, 31 Mar 2008 11:56:27 -0700 > To: [EMAIL PROTECTED] > Subject: Re: [Geotools-devel] GT Style to SLD > > johann Sorel wrote: >> hello,

[Geotools-devel] GT Style to SLD

2008-03-31 Thread johann Sorel
ansform(sld); }catch(Exception e){ e.printStackTrace(); } If soneone knows how to do this. Thanks johann sorel Receive Notifications of Incoming Messages Easily monitor multiple email accounts & access them with a cl

Re: [Geotools-devel] Opening a Web Map Context

2008-03-21 Thread johann Sorel
thanks jody, I have a xml parser here for Web Map Context (made with jaxb). I can create back the mapcontext but I'm stuck for the layers. Could I have an exemple of WMSLayer ? thanks johann sorel > -Original Message- > From: [EMAIL PROTECTED] > Sent: Thu, 20 Mar 2008

[Geotools-devel] Opening a Web Map Context

2008-03-20 Thread johann Sorel
Hello, I searching for an exemple to open a Web Map Context File. Is there a way to translate a WMC to a GeoTools Mapcontext ? Or something close to it? thanks johann sorel - This SF.net email is sponsored by

Re: [Geotools-devel] Errors with ShapefileRenderer

2008-02-20 Thread johann Sorel
> > Both look very strange... can you reproduce them into a standalone > program, provide the shapefiles and let us have a look? > > Cheers > Andrea I found out what is the problem : renderer.paint((Graphics2D) ig, mapRectangle, new Envelope(0,0,50,50)); it's the "Envelope(0,0,50,50)" the 0

[Geotools-devel] Errors with ShapefileRenderer

2008-02-19 Thread johann Sorel
geStrategy.createBufferImage(MergeBufferedImageStrategy.java:265) If anyone could tell me why I have those? or how to avoid them ? thanks johann sorel GET FREE SMILEYS FOR YOUR IM & EMAIL - Learn more at http://www.inbox.com/smileys

[Geotools-devel] IndexedShapefile transaction error

2008-02-04 Thread johann Sorel
Trace(); try { transaction.rollback(); } catch (IOException e) { e.printStackTrace(); } } finally { transaction.close(); }

Re: [Geotools-devel] Concurrent acces on DataStore

2008-02-03 Thread johann Sorel
I need a MemoryDataStore for those reasons : - I need a Geometry field, shapefile only support Point/Polygon... Only one unique type possible, I need all types - I only have one field (Geometry) and only on or two geometries in it, there's not enough features to have a important impact on perfor

[Geotools-devel] Concurrent acces on DataStore

2008-02-02 Thread johann Sorel
ingleBufferedImageStrategy.java:299) at org.geotools.gui.swing.map.map2d.strategy.SingleBufferedImageStrategy$DrawingThread.run(SingleBufferedImageStrategy.java:459) johann sorel FREE 3D EARTH SCREENSAVER - Watch the Earth right on

[Geotools-devel] introducing a new member

2008-01-31 Thread johann Sorel
most of what they are searching for in GeoTools and AlterSIG projects and decided to join. Theuns is starting to send me some fixes/updates on the widget-swing-pending module so It would be interesting to have him in the dev team and give him an svn access. johann sorel

[Geotools-devel] Map widget going forward

2008-01-22 Thread johann Sorel
hello everyone, here is a new video of the map widget. (JDefaultEditableMap2D) http://altersig.developpez.com/demo/my.htm or http://altersig.developpez.com/demo/my.swf (second link is if the first one doesn't load) well, it's not completly working but getting closer. jo

Re: [Geotools-devel] Shapefile Datastore case sensitive

2008-01-22 Thread johann Sorel
hello everyone, here is a new video of the map widget. (JDefaultEditableMap2D) http://altersig.developpez.com/demo/my.htm or http://altersig.developpez.com/demo/my.swf (second link is if the first one doesn't load) well, it's not completly working but getting closer. jo

[Geotools-devel] Shapefile Datastore case sensitive

2008-01-22 Thread johann Sorel
at org.geotools.data.shapefile.ShapefileDataStoreFactory.createDataStore(ShapefileDataStoreFactory.java:58) at org.geotools.data.DataStoreFinder.getDataStore(DataStoreFinder.java:110) at org.geotools.gui.swing.datachooser.JFileDataPanel.getDataStore(JFileDataPanel.java:218) jo

Re: [Geotools-devel] Build failed in Hudson: geotools-trunk #145

2008-01-21 Thread johann Sorel
hello, sorry but that's not my fault. I dont work on gridcoverage stuff. Hudson takes the last commiter before his build (and that was me) Desruisseaux commited on this module a bit before me. (everything build perfectly on my computer anyway) johann sorel > -Original

[Geotools-devel] [jira] Created: (GEOT-1657) DataStore source description

2008-01-04 Thread Johann Sorel (JIRA)
DataStore source description Key: GEOT-1657 URL: http://jira.codehaus.org/browse/GEOT-1657 Project: GeoTools Issue Type: New Feature Affects Versions: 2.5-M1 Reporter: Johann Sorel

[Geotools-devel] MapLayer DataStore Source description

2007-12-31 Thread johann Sorel
way to get informations about the datas source of the maplayer. The Datastore interface doesn't offer any getter for this. Even ShapfileDataStore or other doesn't offer those kind of informations. johann sorel GET FREE 5GB EMAIL -

[Geotools-devel] code freeze is off

2007-11-29 Thread johann Sorel
code freeze on gt trunk is off have fun - SF.Net email is sponsored by: The Future of Linux Business White Paper from Novell. From the desktop to the data center, Linux is going mainstream. Let it simplify your IT future

[Geotools-devel] Rendering works again

2007-11-29 Thread johann Sorel
hello there, The rendering works now, Thanks to jgarnett point, lines and polygons render correctly. I tested using the JDefaultMap2D and the sld editor in the swing widget module. +++ johann sorel - SF.Net email is

[Geotools-devel] ShapefileDataStore .fix file not deleted

2007-11-27 Thread johann Sorel
hello again, I'm beginning a map2d on wich we should be able to edit geometries. I started with adding point geometry on a shape and it stuck at the second add. A .fix file is created and blocks the new add, it keeps saying "transaction not close"... but i'm sure it is close. the code i use

[Geotools-devel] outside the source CRS definition area

2007-11-27 Thread johann Sorel
hello, I updated my svn gt 2.5 trunk and it updated the geoapi. Since then i allways have this error when using my country (france) crs: ATTENTION: The provided envelope is outside the source CRS definition area java.lang.IllegalArgumentException: The provided envelope is outside the source CRS

[Geotools-devel] Adding Clone() on MapLayer/MapContext

2007-11-08 Thread johann Sorel
... i dont know could this be possible? For now i'm using a kind of factory to "clone", but it only copy the visible attributs that provide the interface ... far to be real clone. what you think about it?

[Geotools-devel] Swing-Widget-pending real tool demo

2007-10-27 Thread johann Sorel
hot : http://altersig.developpez.com/images/snapshot_explorer.png There is a more complete demo in the module in wich you can test style editor, CQL filter edtor and file loading. here is a screenshot of the big part widget : JContextTree http://img204.imageshack.us/img204/4538/tempwk1.png Enjoy

[Geotools-devel] bug report, CRS decode problem

2007-10-09 Thread johann Sorel
text = new DefaultMapContext(DefaultGeographicCRS.WGS84); we have : http://img409.imageshack.us/img409/2715/withaccessyg4.jpg I think there is a problem with CRS.decode method when adding epsg-access and epsg-wkt it works correctly again. jo

[Geotools-devel] Swing widgets, multiples problems

2007-09-21 Thread johann Sorel
ype, aValue, filter); but under 2.5 it doesn't exist anymore. what is the new way? johann sorel - This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/

[Geotools-devel] new module : widgets-swing-pending

2007-09-12 Thread johann Sorel
ay/GEOTOOLS/widgets-swing-pending/ Some of you may have seen me before on IRC, nick : Eclesia. I'll be on IRC meeting next week for questions. Bye johann Sorel FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks &