Hi,

>> - good work for multilinestring to polygon (with holes) conversion
>> You did not deal with the case of multilinestring to be converted into 
>> multipolygon. It is tricky as there is no way to be 100% sure that a 
>> linearing is an inner ring or an outer ring.
>> If you're interested I may have code which does a reasonnable job for that 
>> (where linear rings entirely incuded in another one are considered as holes, 
>> and linear rings out of or intersecting another one are considered as outer 
>> rings)
> don't know what you are talking about, works for me. take a multipolygon, 
> separate it to a multilinestring and create a multipolygon again. it is the 
> same code as for polygons, except that nonholes end up as extra polygon. and 
> nonholes with rings in it, you can imagine ;)
> all this code is shamelessly stolen from the shapefile reader, so thanks to 
> the good folks at geotools.
Right, that works... but sometimes it doen't. I cannot understand why 
one of these multilinestring is converted into multipolygon and not the 
other (anyway, I checked the spec and it seems that none of them isValid) :

MULTILINESTRING ((139 229, 139 154, 197 148, 254 232, 139 229), (176 
184, 173 106, 297 106, 295 193, 176 184))
MULTILINESTRING ((298 256, 298 311, 365 311, 365 256, 298 256), (334 
223, 334 281, 387 281, 387 223, 334 223))

I'll complete french file soon,

Michaël
>> Thanks for the good job,
> pleasure, please doublecheck if you can verify all i am stating above :).. 
> warm regards ede
>
>> Michaël
>>
>>
>> Le 28/06/2011 20:40, Giuseppe Aruta a écrit :
>>> Hi Ede,
>>>
>>> Italian and Spanish language files
>>>
>>> Peppe
>>>
>>> --- Mar 28/6/11, edgar.sol...@web.de<mailto:edgar.sol...@web.de>  
>>> <edgar.sol...@web.de>  <mailto:edgar.sol...@web.de>  ha scritto:
>>>
>>>> Da: edgar.sol...@web.de<mailto:edgar.sol...@web.de>  <edgar.sol...@web.de> 
>>>>  <mailto:edgar.sol...@web.de>
>>>> Oggetto: [JPP-Devel] cts 0.2 stable&  geomconv 0.3rc2 released
>>>> A: "OpenJump develop and use"<jump-pilot-devel@lists.sourceforge.net>  
>>>> <mailto:jump-pilot-devel@lists.sourceforge.net>
>>>> Data: Martedì 28 giugno 2011, 19:29
>>>> continuing my daily release cycle
>>>> here comes
>>>>
>>>> CTS (coordinate transfomation services) Extension, stable
>>>> until proven otherwise, translated into english, german,
>>>> spanish, italian
>>>>
>>>> Geometry Converter Extension 0.3rc2 fixing a bug where it
>>>> simply did nothing if an older version of my other
>>>> extensions was installed. to tell the user the language
>>>> properties file has an added string for that case.
>>>> Fork maintainers please see GCPlugin:initialize for
>>>> convenience installation methods.
>>>>
>>>> both as always available on
>>>> https://sourceforge.net/projects/jump-pilot/files/p_GPS%2CCTS%20Extensions/
>>>>
>>>> Geometry Converter in this current state applies again for
>>>> inclusion into oj for the 1.4.2 release. anybody willing
>>>> please send me translations.
>>>>
>>>>
>>>> kind regards ede
>>>>
>>>> ------------------------------------------------------------------------------
>>>> All of the data generated in your IT infrastructure is
>>>> seriously valuable.
>>>> Why? It contains a definitive record of application
>>>> performance, security
>>>> threats, fraudulent activity, and more. Splunk takes this
>>>> data and makes
>>>> sense of it. IT sense. And common sense.
>>>> http://p.sf.net/sfu/splunk-d2d-c2
>>>> _______________________________________________
>>>> Jump-pilot-devel mailing list
>>>> Jump-pilot-devel@lists.sourceforge.net<mailto:Jump-pilot-devel@lists.sourceforge.net>
>>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>>>
>>>
>>> ------------------------------------------------------------------------------
>>> All of the data generated in your IT infrastructure is seriously valuable.
>>> Why? It contains a definitive record of application performance, security
>>> threats, fraudulent activity, and more. Splunk takes this data and makes
>>> sense of it. IT sense. And common sense.
>>> http://p.sf.net/sfu/splunk-d2d-c2
>>>
>>> _______________________________________________
>>> Jump-pilot-devel mailing list
>>> Jump-pilot-devel@lists.sourceforge.net<mailto:Jump-pilot-devel@lists.sourceforge.net>
>>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>>
>>
>> ------------------------------------------------------------------------------
>> All of the data generated in your IT infrastructure is seriously valuable.
>> Why? It contains a definitive record of application performance, security
>> threats, fraudulent activity, and more. Splunk takes this data and makes
>> sense of it. IT sense. And common sense.
>> http://p.sf.net/sfu/splunk-d2d-c2
>>
>>
>>
>> _______________________________________________
>> Jump-pilot-devel mailing list
>> Jump-pilot-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
> ------------------------------------------------------------------------------
> All of the data generated in your IT infrastructure is seriously valuable.
> Why? It contains a definitive record of application performance, security
> threats, fraudulent activity, and more. Splunk takes this data and makes
> sense of it. IT sense. And common sense.
> http://p.sf.net/sfu/splunk-d2d-c2
> _______________________________________________
> Jump-pilot-devel mailing list
> Jump-pilot-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel
>
>


------------------------------------------------------------------------------
All of the data generated in your IT infrastructure is seriously valuable.
Why? It contains a definitive record of application performance, security 
threats, fraudulent activity, and more. Splunk takes this data and makes 
sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-d2d-c2
_______________________________________________
Jump-pilot-devel mailing list
Jump-pilot-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jump-pilot-devel

Reply via email to