[Geotools-devel] Introduction as new developers

2007-01-31 Thread Olaf Danne
Hello,

we would like to briefly introduce ourselves as a developing group who 
has been started to investigate and test Geotools for the use within 
specific applications which we are currently developing. If we decide to 
use it (we strongly think to do so), we will also have to contribute 
directly and to supply new code to Geotools in future.

We are a company working basically on environmental informatics and 
geodata processing, and we have two applications for which Geotools is a 
strong candidate to be used within. The first one, which I am involved 
in, is a desktop application to display satellite orbits and 
corresponding swaths of instruments onboard these satellites. The 
display will basically be a visualization of the orbits/swaths on a 
world map, but shall be highly configurable in detail. E.g., we will 
have to:

- display additional layers  (e.g., a grid, country borders, cities, 
selected zones, a background image) on demand
- supply mechanisms to zoom, rotate, shift, and to select specific 
sections of the map
- show the map under different projections

The last point is important regarding our potential contribution to 
Geotools. Besides a "standard" rectangular cylindric projection, we will 
need at least an AzimuthalEquidistant and a Gnomonic projection which 
are obviously not yet supplied by Geotools (package org 
.geotools 
.referencing 
.operation 
.projection). 
 Therefore, we will have to go and 
add these projections following your tutorial 
(http://docs.codehaus.org/display/GEOTOOLS/How+to+add+new+projections). 
- You may also regard this email as "step 0" of that tutorial ;-)

Questions we may have in future will regard these projection topics, but 
also the rendering and performance issues, which are also very important 
for us.

With best regards,
Olaf Danne (Brockmann Consult)

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Introduction as new developers

2007-01-31 Thread Andrea Aime
Olaf Danne ha scritto:
> Hello,
> 
> we would like to briefly introduce ourselves as a developing group who 
> has been started to investigate and test Geotools for the use within 
> specific applications which we are currently developing. If we decide to 
> use it (we strongly think to do so), we will also have to contribute 
> directly and to supply new code to Geotools in future.

Now that's good news, welcome on board (really hope you can choose
geotools for good) :-)

> We are a company working basically on environmental informatics and 
> geodata processing, and we have two applications for which Geotools is a 
> strong candidate to be used within. The first one, which I am involved 
> in, is a desktop application to display satellite orbits and 
> corresponding swaths of instruments onboard these satellites. 

Have you evaluated uDig in this respect?

> The 
> display will basically be a visualization of the orbits/swaths on a 
> world map, but shall be highly configurable in detail. E.g., we will 
> have to:
> 
> - display additional layers  (e.g., a grid, country borders, cities, 
> selected zones, a background image) on demand
> - supply mechanisms to zoom, rotate, shift, and to select specific 
> sections of the map
> - show the map under different projections

This is something we do support already, uDig can do almost all of them,
besides map rotation, but I think this is just a lack of user interface
for it (renderers to accept an affine transform as a parameter).

> The last point is important regarding our potential contribution to 
> Geotools. Besides a "standard" rectangular cylindric projection, we will 
> need at least an AzimuthalEquidistant and a Gnomonic projection which 
> are obviously not yet supplied by Geotools (package org 
> .geotools 
> .referencing 
> .operation 
> .projection). 
>  Therefore, we will have to go and 
> add these projections following your tutorial 
> (http://docs.codehaus.org/display/GEOTOOLS/How+to+add+new+projections). 
> - You may also regard this email as "step 0" of that tutorial ;-)

Martin is our resident projection expert, I think he'll be happy to have
two new projections around :-)

> Questions we may have in future will regard these projection topics, but 
> also the rendering and performance issues, which are also very important 
> for us.

uDig has a tentative multi-threaded rendering architecture. Geoserver
does use a plain sequential one. Some more research in this topic is 
needed, but I'm personally very interested in the topic.

I hope we can have a fruitful collaboration
Cheers
Andrea Aime

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] [jira] Created: (GEOT-1141) CoverageTiler creates tiles with the same geographic extent

2007-01-31 Thread Andrea Aime (JIRA)
CoverageTiler creates tiles with the same geographic extent
---

 Key: GEOT-1141
 URL: http://jira.codehaus.org/browse/GEOT-1141
 Project: GeoTools
  Issue Type: Bug
  Components: gc coveragetools
Reporter: Andrea Aime


As said, all saved images do have the same geographic bounds according to 
gdalinfo, and this breaks the mosaic plugin as well (only the topmost image is 
rendered, the others are covered...)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] [jira] Created: (GEOT-1142) Create a real pyramid builder

2007-01-31 Thread Andrea Aime (JIRA)
Create a  real pyramid builder
--

 Key: GEOT-1142
 URL: http://jira.codehaus.org/browse/GEOT-1142
 Project: GeoTools
  Issue Type: Improvement
  Components: gc coveragetools
Reporter: Andrea Aime
 Assigned To: Andrea Aime


The current PyramidBuilder really builds just a new layer of the pyramid, but 
does not build a whole one starting from an existing file.
Rename PyramidBuilder to PyramidLayerBuilder and create a new tools that 
automates the usage of tiler, mosaic and layer builder in order to build a new 
pyramid.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] [jira] Created: (GEOT-1143) CoverageScaler is incomplete

2007-01-31 Thread Andrea Aime (JIRA)
CoverageScaler is incomplete


 Key: GEOT-1143
 URL: http://jira.codehaus.org/browse/GEOT-1143
 Project: GeoTools
  Issue Type: Task
  Components: gc coveragetools
Reporter: Andrea Aime
 Fix For: 2.3.1


Well, that's an ephemism... it has input params and a description, but the 
run() method does not do anything?

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Introduction as new developers

2007-01-31 Thread Paul Ramsey
Andrea Aime wrote:

>> We are a company working basically on environmental informatics and 
>> geodata processing, and we have two applications for which Geotools is a 
>> strong candidate to be used within. The first one, which I am involved 
>> in, is a desktop application to display satellite orbits and 
>> corresponding swaths of instruments onboard these satellites. 
> 
> Have you evaluated uDig in this respect?

Another possibility in the near future might be the Java Worldwind, 
which is just entering closed alpha testing. Could be that the delivery 
date is too far in the future though.

P

-- 

   Paul Ramsey
   Refractions Research
   http://www.refractions.net
   [EMAIL PROTECTED]
   Phone: 250-383-3022
   Cell: 250-885-0632

-
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Introduction as new developers

2007-01-31 Thread Jody Garnett
Welcome :-)
> Hello,
>
> we would like to briefly introduce ourselves as a developing group who 
> has been started to investigate and test Geotools for the use within 
> specific applications which we are currently developing. If we decide to 
> use it (we strongly think to do so), we will also have to contribute 
> directly and to supply new code to Geotools in future.
>   
Cool; one you read through the developers guide let me know if you have 
any questions about process (and
how to interact with the community). You will find the weekly IRC 
meeting an entertaining exercise in open
development.

Questions (check all that apply :-) )
- Are you interested because of the slavish adherence to standards (as 
represented by GeoAPI interface?)
- Are you interested because of the License LGPL
- Are you interested in implementations that actually exist (ie 
coordinate reference system, rendering, etc...)
- Have we met needs in terms of intellectual property protection; we 
have done an IP review; but have not yet completed the OSGeo incubation 
process
- Is access to the developer community the important part
- None of the above

GeoTools is seeing an upswing of use lately and I am trying to determine 
the cause (and what we can do to keep the momentum going).
> We are a company working basically on environmental informatics and 
> geodata processing, and we have two applications for which Geotools is a 
> strong candidate to be used within. The first one, which I am involved 
> in, is a desktop application to display satellite orbits and 
> corresponding swaths of instruments onboard these satellites. The 
> display will basically be a visualization of the orbits/swaths on a 
> world map, but shall be highly configurable in detail. E.g., we will 
> have to:
>   
You may be interested in the http://udig.refractions.net/ platform; it 
is a desktop GIS framework built on GeoTools (and Eclipse); a UN group 
has already started a environmental informatics application with it 
called DivaGIS (and they have lots of fun stats work based on R hooked 
up already).
> - display additional layers  (e.g., a grid, country borders, cities, 
> selected zones, a background image) on demand
> - supply mechanisms to zoom, rotate, shift, and to select specific 
> sections of the map
> - show the map under different projections
>   
GeoTools has the "chops" on the GIS side of things; you can use WMS to 
fetch background information (or GridCoverage directly for local 
information); but I must stress that we are not a "framework" for 
building a GIS. As a toolkit we can get you the data, and even draw you 
a picture - but interaction is up to you. The toolkit is also used on 
server only applications.

There is so much to do in the world we have been forced to specialize 
and focus on the hard science / specifications end of things.
> The last point is important regarding our potential contribution to 
> Geotools. Besides a "standard" rectangular cylindric projection, we will 
> need at least an AzimuthalEquidistant and a Gnomonic projection which 
> are obviously not yet supplied by Geotools (package org 
> .geotools 
> .referencing 
> .operation 
> .projection). 
>  Therefore, we will have to go and 
> add these projections following your tutorial 
> (http://docs.codehaus.org/display/GEOTOOLS/How+to+add+new+projections). 
> - You may also regard this email as "step 0" of that tutorial ;-)
>   
Sweet :-)
> Questions we may have in future will regard these projection topics, but 
> also the rendering and performance issues, which are also very important 
> for us.
>   
There is lots of room for improvement in rendering and performance; an 
extra set of hands with a
profiler is always welcome. You may also wish to review the uDig 
codebase which wraps the GeoTools
rendering system in order to isolate some rendering paths for 
optimization (as an example shape files are
rendered directly).

All the best,
Jody

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Introduction as new developers

2007-01-31 Thread Chris Holmes



Paul Ramsey wrote:

Andrea Aime wrote:

We are a company working basically on environmental informatics and 
geodata processing, and we have two applications for which Geotools is a 
strong candidate to be used within. The first one, which I am involved 
in, is a desktop application to display satellite orbits and 
corresponding swaths of instruments onboard these satellites. 

Have you evaluated uDig in this respect?


Another possibility in the near future might be the Java Worldwind, 
which is just entering closed alpha testing. Could be that the delivery 
date is too far in the future though.


Do we have any idea of if Java Worldwind is using any GeoTools stuff? 
Or at least JTS, or other Java geo stuff?  I remember seeing one of the 
reasons that they were doing Java is that there was a bigger java geo 
world.  Obviously at some point someone would write some integration, 
but am wondering if it's on the table already.


C



P



--
Chris Holmes
The Open Planning Project
http://topp.openplans.org
begin:vcard
fn:Chris Holmes
n:Holmes;Chris
org:The Open Planning Project
adr:;;349 W. 12th Street, #3;New York;NY;10014;USA
email;internet:[EMAIL PROTECTED]
title:Managing Director, Strategic Development
x-mozilla-html:FALSE
url:http://topp.openplans.org
version:2.1
end:vcard

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] Java Worldwind

2007-01-31 Thread Paul Ramsey
I haven't a clue. Perhaps Chad has the inside scoop on whether JWW is 
100% not-invented-here, or whether it leans on the existing Java GIS 
frameworks at all.


Chris Holmes wrote:



Paul Ramsey wrote:

Andrea Aime wrote:

We are a company working basically on environmental informatics and 
geodata processing, and we have two applications for which Geotools 
is a strong candidate to be used within. The first one, which I am 
involved in, is a desktop application to display satellite orbits 
and corresponding swaths of instruments onboard these satellites. 

Have you evaluated uDig in this respect?


Another possibility in the near future might be the Java Worldwind, 
which is just entering closed alpha testing. Could be that the 
delivery date is too far in the future though.


Do we have any idea of if Java Worldwind is using any GeoTools stuff? Or 
at least JTS, or other Java geo stuff?  I remember seeing one of the 
reasons that they were doing Java is that there was a bigger java geo 
world.  Obviously at some point someone would write some integration, 
but am wondering if it's on the table already.






--

  Paul Ramsey
  Refractions Research
  http://www.refractions.net
  [EMAIL PROTECTED]
  Phone: 250-383-3022
  Cell: 250-885-0632
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Java Worldwind

2007-01-31 Thread Simone
I have been playing a bit with it since we are considering using it for 3D 
rendering of our data.

I am not the best JOGL expert on the earth but from what I recall they are 
reimplementing everything from scracth. The only thing I can say they are 
using is JOGL.

Note that the last committ on the availaible codebase is 4 months old 
(November 1st), hence things might change all at a sudde when they push out 
new code.

I heard they should have done something like it end of Dec 2006 but nothing 
happended AFAIK.



Ciao,
Simone.
- Original Message - 
From: "Paul Ramsey" <[EMAIL PROTECTED]>
To: "Chris Holmes" <[EMAIL PROTECTED]>
Cc: "Chad Zimmerman" <[EMAIL PROTECTED]>; "Geotools-devel" 

Sent: Wednesday, January 31, 2007 9:03 PM
Subject: [Geotools-devel] Java Worldwind


>I haven't a clue. Perhaps Chad has the inside scoop on whether JWW is
> 100% not-invented-here, or whether it leans on the existing Java GIS
> frameworks at all.
>
> Chris Holmes wrote:
>>
>>
>> Paul Ramsey wrote:
>>> Andrea Aime wrote:
>>>
> We are a company working basically on environmental informatics and
> geodata processing, and we have two applications for which Geotools
> is a strong candidate to be used within. The first one, which I am
> involved in, is a desktop application to display satellite orbits
> and corresponding swaths of instruments onboard these satellites.
 Have you evaluated uDig in this respect?
>>>
>>> Another possibility in the near future might be the Java Worldwind,
>>> which is just entering closed alpha testing. Could be that the
>>> delivery date is too far in the future though.
>>
>> Do we have any idea of if Java Worldwind is using any GeoTools stuff? Or
>> at least JTS, or other Java geo stuff?  I remember seeing one of the
>> reasons that they were doing Java is that there was a bigger java geo
>> world.  Obviously at some point someone would write some integration,
>> but am wondering if it's on the table already.
>>
>
>
>
> -- 
>
>   Paul Ramsey
>   Refractions Research
>   http://www.refractions.net
>   [EMAIL PROTECTED]
>   Phone: 250-383-3022
>   Cell: 250-885-0632
>





> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job 
> easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642





> ___
> Geotools-devel mailing list
> Geotools-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
> 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] Joining GeoTools...

2007-01-31 Thread Sunburned Surveyor

I'm an OpenJUMP developer that would like to join the GeoTools project. I
must be honest and admit I have no desire to chase OGC specifications. My
main motivation with joining GeoTools is to share code from OpenJUMP with
UDig and other open source Java GIS projects. The JUMP Pilot Project and
OpenJUMP developers haven't been very good at reaching out to the Java GIS
Community as a whole, and I hope my involvement in GeoTools can help change
that.

I was going to start my stint as a GeoTools developer by reading the
Developer Guide. However, the link to the developer found on the left side
of the following page is broken:

http://geotools.codehaus.org/Develop

I was able to find an HTML version of the guide using another link. I tried
to export the Dveloper Guide as a PDF file, but kept getting this error.
That error came from this page:

http://docs.codehaus.org/display/GEOT/Home

Does anyone have a PDF Developer Guide they can make available to me?

Also, could someone give me a quick pointer to which classes
in GeoToolshandle ESRI Shapefile parsing? I've been doing some work on a new
ESRI Shapefile parser for OpenJUMP, but Paul Ramsey suggested I take a look
at the GeoTools code for this.

I look forward to working with the other GeoTools developers. I ask for your
patience as I make an effort to become a part of the GeoTools community and
try to bring the OpenJUMP project along for the ride.

The Sunburned Surveyor
-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Joining GeoTools...

2007-01-31 Thread Jody Garnett
Welcome :-)
> I'm an OpenJUMP developer that would like to join the GeoTools 
> project. I must be honest and admit I have no desire to chase OGC 
> specifications. My main motivation with joining GeoTools is to share 
> code from OpenJUMP with UDig and other open source Java GIS projects. 
> The JUMP Pilot Project and OpenJUMP developers haven't been very good 
> at reaching out to the Java GIS Community as a whole, and I hope my 
> involvement in GeoTools can help change that.
>  
> I was going to start my stint as a GeoTools developer by reading the 
> Developer Guide. However, the link to the developer found on the left 
> side of the following page is broken:
>  
> http://geotools.codehaus.org/Develop
This is because codehaus hates us; they "wrap" our nice wiki in an add 
encrusted site and break some of the links. For this I appologize and 
(plea to OSGeo or TOPP to host our confluence).

Please use this as a starting point:
- http://geotools.org/

It will direct you to the following (safe) starting place:
- http://docs.codehaus.org/display/GEOTOOLS/Home
> I was able to find an HTML version of the guide using another link. I 
> tried to export the Dveloper Guide as a PDF file, but kept getting 
> this error. That error came from this page:
>  
> http://docs.codehaus.org/display/GEOT/Home
>  
> Does anyone have a PDF Developer Guide they can make available to me?
I would like to include the html export as part of each major release, I 
agree that the PDF export is currently broken; most users work directly 
with the wiki.  
> Also, could someone give me a quick pointer to which classes 
> in GeoToolshandle ESRI Shapefile parsing? I've been doing some work on 
> a new ESRI Shapefile parser for OpenJUMP, but Paul Ramsey suggested I 
> take a look at the GeoTools code for this.
It is the ShapeFileDataStore located in the plugin/shape module on trunk.
> I look forward to working with the other GeoTools developers. I ask 
> for your patience as I make an effort to become a part of the GeoTools 
> community and try to bring the OpenJUMP project along for the ride.
Sweet.

Cheers,
Jody

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Joining GeoTools...

2007-01-31 Thread Frank Warmerdam
Jody Garnett wrote:
>> I was going to start my stint as a GeoTools developer by reading the 
>> Developer Guide. However, the link to the developer found on the left 
>> side of the following page is broken:
>>  
>> http://geotools.codehaus.org/Develop
> This is because codehaus hates us; they "wrap" our nice wiki in an add 
> encrusted site and break some of the links. For this I appologize and 
> (plea to OSGeo or TOPP to host our confluence).

Jody,

Were you or Chris going to look into getting a confluence license so
we could do this?   Does someone from GeoTools have expertise setting
something like this up if we provide a place?

Best regards,
-- 
---+--
I set the clouds in motion - turn up   | Frank Warmerdam, [EMAIL PROTECTED]
light and sound - activate the windows | http://pobox.com/~warmerdam
and watch the world go round - Rush| President OSGeo, http://osgeo.org


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Joining GeoTools...

2007-01-31 Thread Jody Garnett

> This is because codehaus hates us; they "wrap" our nice wiki in an add 
> encrusted site and break some of the links. For this I appologize and 
> (plea to OSGeo or TOPP to host our confluence).
>
> Please use this as a starting point:
> - http://geotools.org/
>
> It will direct you to the following (safe) starting place:
> - http://docs.codehaus.org/display/GEOTOOLS/Home
>   
I have created an issue to track this problem:
- http://jira.codehaus.org/browse/HAUS-1439
>> Does anyone have a PDF Developer Guide they can make available to me?
>> 
> I would like to include the html export as part of each major release, I 
> agree that the PDF export is currently broken; most users work directly 
> with the wiki.  
>   
I have created an issue to track this problem:
- http://jira.codehaus.org/browse/HAUS-1438

Jody

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Joining GeoTools...

2007-01-31 Thread Jody Garnett
Frank Warmerdam wrote:
> Were you or Chris going to look into getting a confluence license so
> we could do this?   Does someone from GeoTools have expertise setting
> something like this up if we provide a place?
I have experience.

A lot of the real developer facing need has vanished (codehaus uptime 
and performance has improved), but matters facing our user community 
(such as the one above) are not in our face day to day.

Jody

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Joining GeoTools...

2007-01-31 Thread Chris Holmes



Jody Garnett wrote:

Frank Warmerdam wrote:

Were you or Chris going to look into getting a confluence license so
we could do this?   Does someone from GeoTools have expertise setting
something like this up if we provide a place?

I have experience.

A lot of the real developer facing need has vanished (codehaus uptime 
and performance has improved), but matters facing our user community 
(such as the one above) are not in our face day to day.


It would be nice to get geoserver.osgeo.org working though.

And we have some percentage paid time for a sys admin on OSGeo boxes 
now, no?  That was the other hold up before, no real good place to put it.


Chris



Jody

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel

!DSPAM:1003,45c10a71260111410093335!



--
Chris Holmes
The Open Planning Project
http://topp.openplans.org
begin:vcard
fn:Chris Holmes
n:Holmes;Chris
org:The Open Planning Project
adr:;;349 W. 12th Street, #3;New York;NY;10014;USA
email;internet:[EMAIL PROTECTED]
title:Managing Director, Strategic Development
x-mozilla-html:FALSE
url:http://topp.openplans.org
version:2.1
end:vcard

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Java Worldwind

2007-01-31 Thread Paul Ramsey
Patrick,

Any change you and/or your team could make an appearance at FOSS4G 
(www.foss4g2007.org) this year? All the Java GIS'ers will be in 
attendance, so an excellent opportunity to make connections and blow minds.

Paul

Patrick Hogan wrote:
> Java and JOGL, plus some other code development tools.
> 
> We are not building GIS functionality in the core, all functionalities (when
> they come) will be extensions. And in fact, we are not presently building
> GIS functionalities at all. We are building an API-centric visualization
> core for others to leverage accordingly. When the time comes (very soon), it
> sounds like GeoTools and JTS are prime opportunities for
> collaboration/integration/extension/etc.
> 
> JavaOne should prove very interesting this year.
> 
> Thanks for your interest and your support.
> 
> -Patrick
> 
>  [EMAIL PROTECTED]
>  Project Manager
>  NASA World Wind
>  650.604.5656 (office)
>  650.269.2788 (cell)
>  
> 
> -Original Message-
> From: Chad Zimmerman [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, January 31, 2007 1:39 PM
> To: Paul Ramsey; Patrick Hogan
> Cc: Chris Holmes; Geotools-devel
> Subject: Re: Java Worldwind
> 
> I believe it is from scratch using JOGL.  But I will copy Patrick on this
> and he can give the full answer.. or pass it to Tom and have him answer.
> 
> On 1/31/07, Paul Ramsey <[EMAIL PROTECTED]> wrote:
>> I haven't a clue. Perhaps Chad has the inside scoop on whether JWW is
>> 100% not-invented-here, or whether it leans on the existing Java GIS
>> frameworks at all.
>>
>> Chris Holmes wrote:
>>>
>>> Paul Ramsey wrote:
 Andrea Aime wrote:

>> We are a company working basically on environmental informatics and
>> geodata processing, and we have two applications for which Geotools
>> is a strong candidate to be used within. The first one, which I am
>> involved in, is a desktop application to display satellite orbits
>> and corresponding swaths of instruments onboard these satellites.
> Have you evaluated uDig in this respect?
 Another possibility in the near future might be the Java Worldwind,
 which is just entering closed alpha testing. Could be that the
 delivery date is too far in the future though.
>>> Do we have any idea of if Java Worldwind is using any GeoTools stuff? Or
>>> at least JTS, or other Java geo stuff?  I remember seeing one of the
>>> reasons that they were doing Java is that there was a bigger java geo
>>> world.  Obviously at some point someone would write some integration,
>>> but am wondering if it's on the table already.
>>>
>>
>>
>> --
>>
>>Paul Ramsey
>>Refractions Research
>>http://www.refractions.net
>>[EMAIL PROTECTED]
>>Phone: 250-383-3022
>>Cell: 250-885-0632
>>
> 


-- 

   Paul Ramsey
   Refractions Research
   http://www.refractions.net
   [EMAIL PROTECTED]
   Phone: 250-383-3022
   Cell: 250-885-0632

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] langague policy - vs J2EE

2007-01-31 Thread Martin Desruisseaux
Le mardi 30 janvier 2007 à 13:32 -0800, Jody Garnett a écrit :
> Java EE has been out since May and I wonder how GeoServer fairs in that 
> environment. Is everything okay, or are we going to take the more 
> realistic step and check back when J2EE has been adopted by more major 
> vendors? I would like to know how things are shaping up; do we have work 
> to do?

I guess that Geotools 2.4 would stay with Java 4. But me too I would
like to know if it is possible to consider a move to Java 5 for Geotools
2.5. I miss all the features about generic types.

Martin



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] [jira] Created: (GEOT-1144) FilterFactoryImpl does not synchronize the creation of FilterFunctionCache

2007-01-31 Thread Jesse Eichar (JIRA)
FilterFactoryImpl does not synchronize the creation of FilterFunctionCache
--

 Key: GEOT-1144
 URL: http://jira.codehaus.org/browse/GEOT-1144
 Project: GeoTools
  Issue Type: Bug
  Components: core filter
Affects Versions: 2.2.2
Reporter: Jesse Eichar
 Fix For: 2.2.3




-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] pdf available (HAUS-1439 closed)

2007-01-31 Thread Jody Garnett
Turns out we had a "duplicate" page name in our wiki space - while I 
have know idea how that happened removing the page
allows the pdf export to go. The page was "supporting your module", it 
has been restored (after both copies were removed).

A sample pdf file is here:
- http://lists.refractions.net/geotools/GEOT-20070131-16_33_57.pdf

As Adrian Custer has pointed out the pdf export is sad, it does not 
really respect document order etc ... switching to docbook (for 
integration with our maven build is being tried out for the user manual).

As a temporary measure I can add the top level table of contents links 
to the space description.
Jody
PS> as you can see codehaus is responsive, we did talk to confluence at 
one point about improving pdf generation (you can see bug track items on 
their site for details)

>>> Does anyone have a PDF Developer Guide they can make available to me?
>>> 
>>>   
>> I would like to include the html export as part of each major release, I 
>> agree that the PDF export is currently broken; most users work directly 
>> with the wiki.  
>>   
>> 
> I have created an issue to track this problem:
> - http://jira.codehaus.org/browse/HAUS-1438
>
> Jody
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Geotools-devel mailing list
> Geotools-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>   


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] pdf available (HAUS-1439 closed)

2007-01-31 Thread Jody Garnett
Jody Garnett wrote:
> Turns out we had a "duplicate" page name in our wiki space - while I 
> have know idea how that happened removing the page
> allows the pdf export to go. The page was "supporting your module", it 
> has been restored (after both copies were removed).
>
> A sample pdf file is here:
> - http://lists.refractions.net/geotools/GEOT-20070131-16_33_57.pdf
>
> As Adrian Custer has pointed out the pdf export is sad, it does not 
> really respect document order etc ... switching to docbook (for 
> integration with our maven build is being tried out for the user manual).
>
> As a temporary measure I can add the top level table of contents links 
> to the space description.
>   
I have now done this and the resulting pdf can be used in a reader; but 
still makes a terrible book.
Jody

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] trunk ImageWorkerTest broken?

2007-01-31 Thread Jody Garnett
Can this be true?

Tests run: 4, Failures: 0, Errors: 4, Skipped: 0, Time elapsed: 0.032 
sec <<< FAILURE!
testGIFImageWrite(org.geotools.coverage.image.ImageWorkerTest)  Time 
elapsed: 0.016 sec  <<< ERROR!
java.io.FileNotFoundException: Could not locate test-data: world.PNG
at org.geotools.test.TestData.url(TestData.java:213)
at org.geotools.test.TestData.file(TestData.java:233)

Trying to hunt down whatever build bot tracks these things to ask for a 
confirmation (it may after all just be my box).
Jody


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] [jira] Created: (GEOT-1145) AbstractRequest can have a arrayindex error

2007-01-31 Thread Jesse Eichar (JIRA)
AbstractRequest can have a arrayindex error
---

 Key: GEOT-1145
 URL: http://jira.codehaus.org/browse/GEOT-1145
 Project: GeoTools
  Issue Type: Bug
  Components: core main
Affects Versions: 2.2.2
Reporter: Jesse Eichar
 Assigned To: Richard Gould
 Fix For: 2.2.3


Consider this:
http://something.com?SID=

this will cause a array index error at 
while (tokenizer.hasMoreTokens()) {
String token = tokenizer.nextToken();
String[] param = token.split("="); //$NON-NLS-1$'
if (param != null && param[0] != null) {
>  setProperty(param[0].toUpperCase(), param[1]);  <---
}


because param only has length 1.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] Nope it is not just me ... trunk does not compile

2007-01-31 Thread Jody Garnett
Skipping tests presents the following ..
> C:\java\geotools\trunk\modules\plugin\image\src\main\java\org\geotools\gce\image\WorldImageWriter.java:[430,38]
>  
> forceInd
> exColorModelForGIF(boolean) in org.geotools.image.ImageWorker cannot 
> be applied to ()
>
> C:\java\geotools\trunk\modules\plugin\image\src\main\java\org\geotools\gce\image\WorldImageWriter.java:[439,38]
>  
> forceInd
> exColorModelForGIF(boolean) in org.geotools.image.ImageWorker cannot 
> be applied to ()

My guess is Simone is updating trunk .. everyone out of the pool until 
he is finished I guess?
Jody


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Nope it is not just me ... trunk does not compile

2007-01-31 Thread Simone
Ciao Jody,
I should have just fixed the build,
I have tried on linux and windows, could you update and then test?

Thx,
Simone.


- Original Message - 
From: "Jody Garnett" <[EMAIL PROTECTED]>
To: "Geotools-devel" 
Sent: Thursday, February 01, 2007 12:52 AM
Subject: [Geotools-devel] Nope it is not just me ... trunk does not compile


> Skipping tests presents the following ..
>> C:\java\geotools\trunk\modules\plugin\image\src\main\java\org\geotools\gce\image\WorldImageWriter.java:[430,38]
>> forceInd
>> exColorModelForGIF(boolean) in org.geotools.image.ImageWorker cannot
>> be applied to ()
>>
>> C:\java\geotools\trunk\modules\plugin\image\src\main\java\org\geotools\gce\image\WorldImageWriter.java:[439,38]
>> forceInd
>> exColorModelForGIF(boolean) in org.geotools.image.ImageWorker cannot
>> be applied to ()
>
> My guess is Simone is updating trunk .. everyone out of the pool until
> he is finished I guess?
> Jody
>
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job 
> easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Geotools-devel mailing list
> Geotools-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel 


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] Online testing framework on 2.3.x?

2007-01-31 Thread Saul Farber
Hey all,

Is the OnlineTestCase and related framework stuff in-place on 2.3.x, or 
is it a trunk-only thing?

Working from here:
http://docs.codehaus.org/display/GEOT/5.+7+Testing

Just checking.

thanks!
--saul

-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Nope it is not just me ... trunk does not compile

2007-01-31 Thread Jody Garnett
Cool updating now, since you added the test-data the test will probably 
work now :-)

Do feel free to email the list when bringing across updates; a second an 
third hand confirming the build on different configurations is always 
good. I will be testing on windows Java 1.4 and Java 6 over here.

Jody
> Ciao Jody,
> I should have just fixed the build,
> I have tried on linux and windows, could you update and then test?
>
> Thx,
> Simone.
>
>
> - Original Message - From: "Jody Garnett" 
> <[EMAIL PROTECTED]>
> To: "Geotools-devel" 
> Sent: Thursday, February 01, 2007 12:52 AM
> Subject: [Geotools-devel] Nope it is not just me ... trunk does not 
> compile
>
>
>> Skipping tests presents the following ..
>>> C:\java\geotools\trunk\modules\plugin\image\src\main\java\org\geotools\gce\image\WorldImageWriter.java:[430,38]
>>>  
>>>
>>> forceInd
>>> exColorModelForGIF(boolean) in org.geotools.image.ImageWorker cannot
>>> be applied to ()
>>>
>>> C:\java\geotools\trunk\modules\plugin\image\src\main\java\org\geotools\gce\image\WorldImageWriter.java:[439,38]
>>>  
>>>
>>> forceInd
>>> exColorModelForGIF(boolean) in org.geotools.image.ImageWorker cannot
>>> be applied to ()
>>
>> My guess is Simone is updating trunk .. everyone out of the pool until
>> he is finished I guess?
>> Jody
>>
>>
>> - 
>>
>> Using Tomcat but need to do more? Need to support web services, 
>> security?
>> Get stuff done quickly with pre-integrated technology to make your 
>> job easier.
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache 
>> Geronimo
>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
>> ___
>> Geotools-devel mailing list
>> Geotools-devel@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/geotools-devel 
>


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Online testing framework on 2.3.x?

2007-01-31 Thread Jody Garnett
That is only on trunk right now; it would not be hard to back port 
(right Cory?)
Making use of it is a one of the QA goals for trunk,

Jody
> Hey all,
>
> Is the OnlineTestCase and related framework stuff in-place on 2.3.x, or 
> is it a trunk-only thing?
>
> Working from here:
> http://docs.codehaus.org/display/GEOT/5.+7+Testing
>
> Just checking.
>
> thanks!
> --saul
>
> -
> Using Tomcat but need to do more? Need to support web services, security?
> Get stuff done quickly with pre-integrated technology to make your job easier.
> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> Geotools-devel mailing list
> Geotools-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>   


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


[Geotools-devel] ISO Geometry: Java 5 and FeatGeomFactoryImpl

2007-01-31 Thread Jody Garnett
To start: MeshSmooth contains a:
 enum SmoothType {
LAPLACEAREA
}
Anyone mind if I turn these into codelists so we can compile on Java 1.4.

Initial feedback is pretty good :-) Just grabbing Martin to look over 
things as well.

A couple of questions;
- FeatGeomFactoryImpl is basically running as a small container specific 
to the problem of producing Geometries. While I cannot see this *used* 
anywhere in the codebase it is important to note that this is not a 
Factory as it stands now... Shall I assume that the code you are using 
this implementation with makes use of this class .. and treat the 
problem as a feature request?
- Assert - looks like you have a design decision to make here?
- DoubleOperation vs ExactDouble - if you need this kind of control it 
is something we can do library wide
- org.geotools.geometry.iso.util.quadtree - sounds like you guys are 
breaking out your own code for heavy lifting?

My other comment is that:
- the comments are verbose, plentiful and possibly duplicate the GeoAPI 
documentation?
- While I can find a few non-english  comments around at this statge 
they tend to add spice.
- Headers, (c) and license are all topics for another day.

More later :-)
Jody


-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel


Re: [Geotools-devel] Introduction as new developers

2007-01-31 Thread Rueben Schulz
Hello Olaf,

I have not been very involved in the geotools project over the last few
years, but I am the author of the "How to add new projections" tutorial.
It appears that it is mostly up to date. The tutorial, the existing
implementations and some of the linked references should be enough to
get the projections you need implemented. 

I have limited time right now, but if you have any projection
questions/problems email the developer list and Martin or I will be
happy to answer you. I try to skim the geotools email list, but feel
free to CC me with projection questions as well.

Rueben

> - show the map under different projections
> 
> The last point is important regarding our potential contribution to 
> Geotools. Besides a "standard" rectangular cylindric projection, we will 
> need at least an AzimuthalEquidistant and a Gnomonic projection which 
> are obviously not yet supplied by Geotools (package org 
> .geotools 
> .referencing 
> .operation 
> .projection). 
>  Therefore, we will have to go and 
> add these projections following your tutorial 
> (http://docs.codehaus.org/display/GEOTOOLS/How+to+add+new+projections). 
> - You may also regard this email as "step 0" of that tutorial ;-)
> 
> Questions we may have in future will regard these projection topics, but 
> also the rendering and performance issues, which are also very important 
> for us.
> 
> With best regards,
> Olaf Danne (Brockmann Consult)
> 



-
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier.
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
___
Geotools-devel mailing list
Geotools-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geotools-devel