gistoolkit-editor Mailing List for Geographical Information System Toolkit
Brought to you by:
bitterstorm,
ithaqua
You can subscribe to this list here.
2002 |
Jan
|
Feb
|
Mar
(3) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2003 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
(3) |
Jul
(8) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
|
Mar
(3) |
Apr
(2) |
May
|
Jun
|
Jul
|
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: <Eri...@dm...> - 2005-11-30 15:42:47
|
Is project still alive ? And if yes, I've the following questions: I'm facing the following problem while trying to connect to an Oracle 10g database from GISToolkit Editor 2.8.1: Exception occurred during event dispatching: java.lang.NoClassDefFoundError: oracle/sdoapi/geom/Geometry at gistoolkit.datasources.oracle.OracleDataSource.<init>(OracleDataSourc e.java:120) Of course, I've check classpath. I've read on OTN that 10g sdoapi is the first supported api and that classes have change. They are now named JGeometry. Are there any solution ? Is it reasonable to retrieve a 9i sdoapi.jar file and use it ? Are there any plan on your side to solve this PB ? Thanks for any info. Eric. |
From: ithaqua <it...@at...> - 2004-08-14 03:14:13
|
No. Most recently, I have been working on the Web Map Service portion of the product to implement SLD. There are quite a few challenges however, and I have not released the code. Ithaqua. On Wed, 2004-08-11 at 11:27, Joe Franklin wrote: > is anyone still working on this? there hasn't been a > new release in over a year. > > Joe > > > > __________________________________ > Do you Yahoo!? > Yahoo! Mail is new and improved - Check it out! > http://promotions.yahoo.com/new_mail > > > ------------------------------------------------------- > SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media > 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 > Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. > http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 > _______________________________________________ > Gistoolkit-editor mailing list > Gis...@li... > https://lists.sourceforge.net/lists/listinfo/gistoolkit-editor -- ithaqua <it...@at...> Ithaqua Enterprises Inc. |
From: Maurizio N. <na...@it...> - 2004-08-12 06:45:05
|
Joe Franklin ha scritto: > is anyone still working on this? there hasn't been a > new release in over a year. > > Joe Nah! Try to look on the CVS http://cvs.sourceforge.net/viewcvs.py/gistoolkit/source/ Some classes are 3 months old. |
From: Joe F. <tra...@ya...> - 2004-08-11 16:54:53
|
is anyone still working on this? there hasn't been a new release in over a year. Joe __________________________________ Do you Yahoo!? Yahoo! Mail is new and improved - Check it out! http://promotions.yahoo.com/new_mail |
From: Johannes B. <joh...@od...> - 2004-04-06 23:05:50
|
Hi Ithaqua i did a http://localhost:40320/dhm?getCapabilities&REQUEST=3DCapabilities&V= ERSION=3D1.0.0=20 request to the gistoolkit and was wondering why only formats jpeg and png a= re mentioned. how can i enable gif?? Thanks Johannes On Tue, 6 Apr 2004 17:03:07 +0200 Johannes Buehler <joh...@od...> wrote: > Hi Ithaqua > i am still using the quickwms client to display maps in my webapplication. > if i just use one single layer all is fine. but adding another layer > rsult in an "gif imageEncoder is null" Error message an only one layer i= s displayed. > i asume its just because of the GisToolkit cannot create gif images. but = looking in the=20 > source code (MapRequest.java) the GIF Format seems to be implemented. > Or is it just a problem of upper case letters? > changing the wms client to use a format different to gif with multiple la= yers=20 > result in overcovered maps. >=20 > any idea to get rid of the error message? >=20 > Thanks for your help! > Johannes >=20 > --=20 > -- Johannes Buehler > __O Allenmoostarsse 46 > =3D`\<, 8057 Z=FCrich > (=3D)/(=3D) joh...@od... > ----------- +41 43 535 8491=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id638&op=3Dclick > _______________________________________________ > Gistoolkit-editor mailing list > Gis...@li... > https://lists.sourceforge.net/lists/listinfo/gistoolkit-editor --=20 -- Johannes Buehler __O Allenmoostarsse 46 =3D`\<, 8057 Z=FCrich (=3D)/(=3D) joh...@od... ----------- +41 43 535 8491=20 |
From: Johannes B. <joh...@od...> - 2004-04-06 15:04:47
|
Hi Ithaqua i am still using the quickwms client to display maps in my webapplication. if i just use one single layer all is fine. but adding another layer rsult in an "gif imageEncoder is null" Error message an only one layer is = displayed. i asume its just because of the GisToolkit cannot create gif images. but lo= oking in the=20 source code (MapRequest.java) the GIF Format seems to be implemented. Or is it just a problem of upper case letters? changing the wms client to use a format different to gif with multiple laye= rs=20 result in overcovered maps. any idea to get rid of the error message? Thanks for your help! Johannes --=20 -- Johannes Buehler __O Allenmoostarsse 46 =3D`\<, 8057 Z=FCrich (=3D)/(=3D) joh...@od... ----------- +41 43 535 8491=20 |
From: ithaqua <it...@at...> - 2004-03-24 04:19:29
|
I have updated the code to accept "JPEG", and "PING" as valid image types as well as "jpg", and "png". Till then, use the 3 letter abbreviations, instead of the 4 letter ones. ithaqua On Sun, 2004-03-21 at 22:33, ithaqua wrote: > Hi, > It took some experimentation with the Java Script to get it to work, > but eventually I did. Here is the sample code that I used: > > <script language='Javascript'> > // WMS servers - list here other OGC compliant map servers > var demisWMS = "http://localhost:40320/USA"; > > function writeMaps(){ > var map = new quickWMS(-180, -90, 180, 90); > map.addLayer(demisWMS, "States", "1.0.0", "Modis Mosaic"); > map.onError = function (layer){alert("error")} > map.layers[0].format="png"; > map.writeDOM("myMap", 350, 195, 350, 175, > "background-color:white;border-style:solid;border-width:1;border-color:black;"); > map.toolbar = new toolBar(map); > map.toolbar.writeDOM(350,170,true); > map.refresh(); > } > writeMaps() > </script> > > So, the key things that need to change, are to remove the trailing "/" > from your URL, and change the format to either "jpg", or "png". > > Hope that helps., > Ithaqua > > > On Fri, 2004-03-19 at 16:34, Johannes Buehler wrote: > > hi, > > does anyone known how to connect quickwms to the gistoolkit server? > > quickwms is a simple javascript client for accessing wms servers. > > (http://giserver.esrin.esa.int/quickwms/) > > > > as descriped in the documentation the wms server can be accessed > > through the url of the wms service (http://localhost:40320/dhm/) and the layername, > > in my example (NewLayer). > > > > <script language='Javascript'> > > > > // WMS servers - list here your favorite server > > // Changes: 2003-10-24 : Added http:// to the DEMIS and ESRIN server urls > > var gistoolkit = "http://localhost:40320/dhm/"; > > > > function writeMaps(){ > > > > var map = new mapWMS(-180,-90,180,90); > > map.addLayer(gistoolkit, "NewLayer"); > > map.layers[0].format="JPEG"; > > map.writeDOM("myMap", 350, 175, 350, 175, "background-color:white; border-style:solid; border-width:1; border-color:black;"); > > map.refresh(); > > > > } > > writeMaps(); > > </script> > > > > but i dont know what to parameters the gistoolkitserver requires to return the map. > > using these settings i do not get a result. > > > > Thanks for any hints, also with accessing the gistoolkit server with other wms clients > > could be interesting for me. > > > > Johannes -- ithaqua <it...@at...> Ithaqua Enterprises Inc. |
From: ithaqua <it...@at...> - 2004-03-22 04:46:08
|
Hi, It took some experimentation with the Java Script to get it to work, but eventually I did. Here is the sample code that I used: <script language=3D'Javascript'> // WMS servers - list here other OGC compliant map servers=20 var demisWMS =3D "http://localhost:40320/USA"; function writeMaps(){ var map =3D new quickWMS(-180, -90, 180, 90); map.addLayer(demisWMS, "States", "1.0.0", "Modis Mosaic"); =09 map.onError =3D function (layer){alert("error")} map.layers[0].format=3D"png"; =09 map.writeDOM("myMap", 350, 195, 350, 175, "background-color:white;border-style:solid;border-width:1;border-color:blac= k;"); map.toolbar =3D new toolBar(map); map.toolbar.writeDOM(350,170,true); =09 map.refresh(); } writeMaps()=09 </script>=09 So, the key things that need to change, are to remove the trailing "/" from your URL, and change the format to either "jpg", or "png". Hope that helps., Ithaqua On Fri, 2004-03-19 at 16:34, Johannes Buehler wrote: > hi, > does anyone known how to connect quickwms to the gistoolkit server? > quickwms is a simple javascript client for accessing wms servers. > (http://giserver.esrin.esa.int/quickwms/) >=20 > as descriped in the documentation the wms server can be accessed > through the url of the wms service (http://localhost:40320/dhm/) and the = layername,=20 > in my example (NewLayer).=20 >=20 > <script language=3D'Javascript'> >=20 > // WMS servers - list here your favorite server > // Changes: 2003-10-24 : Added http:// to the DEMIS and ESRIN server urls > var gistoolkit =3D "http://localhost:40320/dhm/"; >=20 > function writeMaps(){ >=20 > var map =3D new mapWMS(-180,-90,180,90); > map.addLayer(gistoolkit, "NewLayer"); > map.layers[0].format=3D"JPEG"; > map.writeDOM("myMap", 350, 175, 350, 175, "background-color:white; bo= rder-style:solid; border-width:1; border-color:black;"); > map.refresh(); >=20 > } > writeMaps(); > </script> >=20 > but i dont know what to parameters the gistoolkitserver requires to retur= n the map. > using these settings i do not get a result. >=20 > Thanks for any hints, also with accessing the gistoolkit server with othe= r wms clients=20 > could be interesting for me. >=20 > Johannes --=20 ithaqua <it...@at...> Ithaqua Enterprises Inc. |
From: Johannes B. <joh...@od...> - 2004-03-19 22:35:53
|
hi, does anyone known how to connect quickwms to the gistoolkit server? quickwms is a simple javascript client for accessing wms servers. (http://giserver.esrin.esa.int/quickwms/) as descriped in the documentation the wms server can be accessed through the url of the wms service (http://localhost:40320/dhm/) and the layername, in my example (NewLayer). <script language='Javascript'> // WMS servers - list here your favorite server // Changes: 2003-10-24 : Added http:// to the DEMIS and ESRIN server urls var gistoolkit = "http://localhost:40320/dhm/"; function writeMaps(){ var map = new mapWMS(-180,-90,180,90); map.addLayer(gistoolkit, "NewLayer"); map.layers[0].format="JPEG"; map.writeDOM("myMap", 350, 175, 350, 175, "background-color:white; border-style:solid; border-width:1; border-color:black;"); map.refresh(); } writeMaps(); </script> but i dont know what to parameters the gistoolkitserver requires to return the map. using these settings i do not get a result. Thanks for any hints, also with accessing the gistoolkit server with other wms clients could be interesting for me. Johannes -- -- Johannes Buehler __O Feldstr. 45 =`\<, 14789 Greifswald (=)/(=) joh...@od... ----------- 03834 509307 |
From: ithaqua <it...@at...> - 2003-07-23 15:47:53
|
The new oracle datasource is now available. Oracle 8i and 9i are supported with the locator(spatial) service enabled, the older relational-spatial model is not supported. To compile the Oracle datasource, you will need the following jar files. ojdbc14.jar, sdoapi.zip (Oracle9i) The ojdbc14.jar file is the oracle JDBC thin drivers, that are required for any application to access the Oracle database. The sdoapi.zip archive is a set of client side classes that convert the Oracle9i proprietary structures into Java objects so they can be used within an application. The ojdbc14.jar archive can be downloaded from Oracle's web site for drivers and utilities. The sdoapi.zip files are located under the Oracle Spatial option along with a bunch of other useful Oracle Spatial utilities. ojdbc14.jar -> http://otn.oracle.com/software/tech/java/sqlj_jdbc/content.html sdoapi.zip -> http://otn.oracle.com/software/products/spatial/content.html Thanks, Ithaqua |
From: Maurizio N. <na...@it...> - 2003-07-14 07:31:38
|
On Sunday 13 July 2003 20:42, ithaqua wrote: > There is a new command (SaveSVGCommand) that saves the completed maps in > SVG format. Great ;) I this day i have started a implementation on a utility to genere SVG file from a ESRI Shapefile by use GISToolkit and Batik classes > Questions: > Is there a need to add support for reading a SVG document as a data > source? mmm ... i think this is not enough > Is there a need to add support for the server to save SVG documents? I think is a good idea generate SVG server side to have a good web gis but is necessary create a SVG user interface for the map navigation. Look here: http://www.geoserver.org http://www.carto.net/projects/open_svg_mapserver/ http://www.carto.net/papers/svg/links/ Another question: SVG can support serveral type of reference system, so, you can create a SVG file by using the "realy" coordinate system (without the traslation to the "screen coordinate system"). Look here http://www.carto.net/papers/svg/comparison_flash_svg/ to the "Coordinate-Systems, Transformations" section About SVG: look to this funny presentation http://www.w3c.it/talks/webbit2003-SVG/0.svg |
From: ithaqua <it...@at...> - 2003-07-13 18:54:41
|
There is a new command (SaveSVGCommand) that saves the completed maps in SVG format. The GISToolkitEditor uses the BATIK classes to generate these maps, so you will need to download and install BATIK to make this command appear. BATIK consists of several jar files, but the only ones you are going to need are: batik-svggen.jar batik-dom.jar batik-awt-util.jar batik-util.jar batik-xml.jar If these classes are not in the class path, then the save as SVG menu command will not appear. Questions: Is there a need to add support for reading a SVG document as a data source? Is there a need to add support for the server to save SVG documents? Thanks, Ithaqua. |
From: ithaqua <it...@at...> - 2003-07-13 04:29:08
|
I have checked in the code to draw the railroads on the map. Thanks, Ithaqua |
From: Johannes <joh...@od...> - 2003-07-10 20:30:39
|
Hi Ithaqua, i have also discussed the use of gistoolkit with the db2 spatial extender with knut solze one of the main developers of ibm. he pointed to use queries like=20 " ... > This code is also not documented and, thus, simply not > supported.=A0=A0For=A0all > your purposes, there aren't any tables like "db2gse.gse_*".=A0=A0Stick=A0= to=A0the > "db2gse.ST_*" views instead and everyone will be happy. > I suggest you use this query instead: > SELECT x_offset, y_offset, x_scale, y_scale > FROM=A0=A0=A0db2gse.ST_spatial_reference_systems > WHERE=A0=A0srs_id=A0=3D=A0..." instead the one used in the current version of gistoolkit.=20 i thing it might be a good idea to write some java code which can be easily used in other opensource gis applications like geotools or geoserver as well. Is there a road map for the future development of the gistoolkit?? Johannes On Sun, 06 Jul 2003 20:35:53 +0000 it...@at... wrote: > Johannes >=20 > Hi, and welcome to the GISToolkit lists. We are > still developing the GISToolkit, and are working > on an Oracle connector at the moment. The DB2 > Spatial extender Data source is operational and > well tested. It works with Jdk 1.2.0 and above, > so there should be no trouble working with 1.4. >=20 > I just noticed the other day that the GISToolkit > Server sends HTML to the client that requests the > specific version of Java. I did this because of > problems with compatibility and the JDK 1.1 that > exists on most Windows machines. This can be > easilly changed to a different version by editing > one of the class files. >=20 > gistoolkit.server.mapservice.clientextender.ClientExtender >=20 > But you can use the htmlclient just as easilly. > This will not require a jdk version. >=20 > If you are having trouble with the CVS archives, > the source code for the GISToolkit can be > downloaded in .zip format from a link on the home > page, developers corner. This is the cutting > edge, most recent build of the toolkit, and should > be consistent with what is in CVS. >=20 > I have been giving the "Tomcat" problem some > thought lately. We have written tomcat servlets > which just access the Web Map Service and server > the images that way. It may or may not be simple > depending on how you wish to go about it. >=20 > Finally. Feel free to send me e-mail directly. >=20 > Thanks, > Ithaqua >=20 >=20 >=20 > I am trying to build an application with > gistoolkit and the db2 spatial > extender. i am more or less a newbie in Java > programming so i have a few > questions. Trying the binary code and setting up > the a layer (an shapefile > example) i was asked on the client site to > install the java plugin version > 1.3.1.2. is there a way to change the version of > this required plugin, > because i only have java 1.4 installed. Probably > i have to build the > source code by myself, to get rid of the plugin > version. therefore i > wanted to checkout the cvs on sourceforge, but it > doesnt work: after=20 > cvs > -d:pserver:anonymous@cv...:/cvsroot/gistoolkit login > i got the message=20 > cvs [login aborted]: end of file from server (consult > above messages if any) > for the password i just pressed the enter key as > described at sourceforge. > any ideas? > is there a simple way to integrate the gistoolkit > into tomcat? >=20 >=20 >=20 >=20 >=20 >=20 > ------------------------------------------------------- > This SF.Net email sponsored by: Free pre-built ASP.NET sites including > Data Reports, E-commerce, Portals, and Forums are available now. > Download today and enter to win an XBOX or Visual Studio .NET. > http://aspnet.click-url.com/go/psa00100006ave/direct;at.asp_061203_01/01 > _______________________________________________ > Gistoolkit-editor mailing list > Gis...@li... > https://lists.sourceforge.net/lists/listinfo/gistoolkit-editor --=20 -- Johannes Buehler __O Feldstr. 45 =3D`\<, 17489 Greifswald=20 (=3D)/(=3D) joh...@un... ----------- 03834 509307 |
From: <it...@at...> - 2003-07-06 20:39:57
|
I am at the ESRI Users conference this week, so may be a little slow replying to e-mail. Ithaqua. |
From: <it...@at...> - 2003-07-06 20:36:01
|
Johannes Hi, and welcome to the GISToolkit lists. We are still developing the GISToolkit, and are working on an Oracle connector at the moment. The DB2 Spatial extender Data source is operational and well tested. It works with Jdk 1.2.0 and above, so there should be no trouble working with 1.4. I just noticed the other day that the GISToolkit Server sends HTML to the client that requests the specific version of Java. I did this because of problems with compatibility and the JDK 1.1 that exists on most Windows machines. This can be easilly changed to a different version by editing one of the class files. gistoolkit.server.mapservice.clientextender.ClientExtender But you can use the htmlclient just as easilly. This will not require a jdk version. If you are having trouble with the CVS archives, the source code for the GISToolkit can be downloaded in .zip format from a link on the home page, developers corner. This is the cutting edge, most recent build of the toolkit, and should be consistent with what is in CVS. I have been giving the "Tomcat" problem some thought lately. We have written tomcat servlets which just access the Web Map Service and server the images that way. It may or may not be simple depending on how you wish to go about it. Finally. Feel free to send me e-mail directly. Thanks, Ithaqua I am trying to build an application with gistoolkit and the db2 spatial extender. i am more or less a newbie in Java programming so i have a few questions. Trying the binary code and setting up the a layer (an shapefile example) i was asked on the client site to install the java plugin version 1.3.1.2. is there a way to change the version of this required plugin, because i only have java 1.4 installed. Probably i have to build the source code by myself, to get rid of the plugin version. therefore i wanted to checkout the cvs on sourceforge, but it doesnt work: after cvs -d:pserver:anonymous@cv...:/cvsroot/gistoolkit login i got the message cvs [login aborted]: end of file from server (consult above messages if any) for the password i just pressed the enter key as described at sourceforge. any ideas? is there a simple way to integrate the gistoolkit into tomcat? |
From: Johannes <joh...@od...> - 2003-06-28 09:50:28
|
Hi, t > I'm not from the Gistoolkit team, but have noticed that no one is > responding to this list anymore. > > With regards to CVS, I've noticed that there have been problems with CVS > on sourceforge lately. It is probably working again now. It not, try > using the ssh interface to sourceforge. It has been more reliable > lately. Eg: cvs -d:ext:cam...@cv...:/cvsroot/geotools > checkout geotools > > Also of note, if you are looking for a java gis project with an active > development community behind it, you might want to check > http://geotools.org . (I think gistoolkit-editor is based on early > versions of geotools). i have already looked at it, but as far as i know there havent developed an DB2 Spatial Extender Connector. Thats why i looked at the gistoolkit. The first try didnt work with my db2 8.1 spatial extender (new funktions). so i changed the code a little bit for my personal use, and it worked. But anyway, perhaps its better to use a programm of an active developing community like geotools or geoserver. it should not be so difficult to make use of the gistoolkit code and implement it into the other programms. i will try to do it. Perhaps someone else want to work with db2 spatial extender too. Johannes > > -- > Cameron Shorter http://shorter.net/cameron > Open Source Developer http://mapbuilder.sourceforge.net > http://geotools.org > Senior Software Engineer http://www.adi-limited.com/ > > -- -- Johannes Buehler __O Feldstr. 45 =`\<, 14789 Greifswald (=)/(=) joh...@od... ----------- 03834 509307 |
From: Cameron S. <ca...@sh...> - 2003-06-27 20:56:54
|
On Thursday 26 Jun 2003 9:16 am, Johannes B=FChler wrote: > Hi, > I am trying to build an application with gistoolkit and the db2 spatial > extender. i am more or less a newbie in Java programming so i have a few > questions. Trying the binary code and setting up the a layer (an shapefile > example) i was asked on the client site to install the java plugin version > 1.3.1.2. is there a way to change the version of this required plugin, > because i only have java 1.4 installed. Probably i have to build the > source code by myself, to get rid of the plugin version. therefore i > wanted to checkout the cvs on sourceforge, but it doesnt work: after > cvs -d:pserver:ano...@cv...:/cvsroot/gistoolkit login > i got the message > cvs [login aborted]: end of file from server (consult > above messages if any) > for the password i just pressed the enter key as described at sourceforge. > any ideas? > is there a simple way to integrate the gistoolkit into tomcat? > > > Thanks for any help > > Johannes I'm not from the Gistoolkit team, but have noticed that no one is respondin= g=20 to this list anymore. With regards to CVS, I've noticed that there have been problems with CVS on= =20 sourceforge lately. It is probably working again now. It not, try using t= he=20 ssh interface to sourceforge. It has been more reliable lately. Eg: cvs -d:ext:cam...@cv...:/cvsroot/geotools checkout geotools Also of note, if you are looking for a java gis project with an active=20 development community behind it, you might want to check http://geotools.or= g=20 =2E (I think gistoolkit-editor is based on early versions of geotools). =2D-=20 Cameron Shorter http://shorter.net/cameron Open Source Developer http://mapbuilder.sourceforge.net http://geotools.org Senior Software Engineer http://www.adi-limited.com/ |
From: Johannes <joh...@od...> - 2003-06-26 08:16:12
|
Hi, I am trying to build an application with gistoolkit and the db2 spatial extender. i am more or less a newbie in Java programming so i have a few questions. Trying the binary code and setting up the a layer (an shapefile example) i was asked on the client site to install the java plugin version 1.3.1.2. is there a way to change the version of this required plugin, because i only have java 1.4 installed. Probably i have to build the source code by myself, to get rid of the plugin version. therefore i wanted to checkout the cvs on sourceforge, but it doesnt work: after cvs -d:pserver:ano...@cv...:/cvsroot/gistoolkit login i got the message cvs [login aborted]: end of file from server (consult above messages if any) for the password i just pressed the enter key as described at sourceforge. any ideas? is there a simple way to integrate the gistoolkit into tomcat? Thanks for any help Johannes -- -- Johannes Buehler __O Feldstr. 45 =`\<, 14789 Greifswald (=)/(=) joh...@od... ----------- 03834 509307 |
From: ithaqua <it...@at...> - 2003-04-17 23:59:27
|
> Hi! > How i can use a geo-referenced image like .tiff with a word-file? > I have another question: where a can find a class diagram (UML) of > GIStoolkit If you have a tif, and tfw file, or jpg and jpw file, then simply open a new layer, select the Image File Datasource, and select the tif or jpg file. The data source should automatically read the world information from the world file and default the correct coordinates. If this is not the case, you can enter the correct coordinates for the image. Selecting OK will cause the image to be displayed in the viewer. DIRECTORY If you have a directory of these files, you may wish to use the Image Directory Data source to display them. It will combine them and only read the ones you are displaying. HUGE IMAGE FILES If you data is very large, you may wish to use the RasterCatalog creator (tools menu) to create a RasterCatalog. This will chop your directory of large images into smaller tiles that are much faster to display at all zoom levels. To my knowledge, there is no UML diagram of GISToolkit. Thanks for your question. Ithaqua. -- ithaqua <it...@at...> Ithaqua Enterprises Inc. |
From: Cameron S. <csh...@bi...> - 2002-03-02 19:53:30
|
Of late we have been focusing on: Data Structures - JTS in particular, and how best to use them. A SAX parser for GML, and gml4j. Projections. The Geotools 2 rebuild. Time: ===== 1800 Tue March 5 GMT 0500 Wed March 6 Sydney 1900 Tue March 5 Warsaw 1300 Tue March 5 New York 1000 Tue March 5 Vancouver http://www.timeanddate.com/worldclock/meetingtime.html?day=5&month=3&year=200 2&p1=136&p2=240&p3=262&p4=179&p5=256 IRC Details: ========= Find a server from: http://www.openprojects.org/irc_servers.shtml Channel: #geotools Port: 6667 People who indicated they may join in: =============================== James Macgill <j.m...@ge...> Original Geotools devoloper. Ian Turton <ia...@ge...> James' manager, but also one of the geotools developers. Ray Gallagher <ra...@ac...> Working on a TimeMap application which uses Geotools. In particular, he is focusing on setting up DataSources using Shapefiles and Indexing. Cameron Shorter <ca...@sh...> Worked on a WMS client, and now a WFS client for geotools, heading toward an end to end mapbuilder http://mapbuilder.sourceforge.net Artur Hefczyc <wis...@wp...> Worked on the WMS client, client/server proxies/connections and unit testing for geotools. Key person behind http://sourceforge.net/projects/wttools/ - a java testing framework. "Rob Hranac" <rob...@vf...> Key person behind http://geoserver.sourceforge.net (Web Feature Server / Simple Feature Server based on PostGIS/Postgres) Rob has also been working on a SAX parser for GML. "Aleksandar Milanovic" <ami...@ga...> The developer behind gml4j, and employed by Galdos who have put a lot of energy behind GML and related technologies. "Martin Davis" <mb...@vi...> Key developer behind Java Topology Suite (JTS). Doug Nebert <dn...@ma...> Works for the Federal Geographic Data Committee in the US, and a prominent player in the Open GIS world. |
From: Cameron S. <csh...@bi...> - 2002-03-02 19:36:57
|
Hello GIS Toolkit people, I'm a developer on the http://geotools.sourceforge.net project, adding Web Feature Server and Web Map Server functionality to it. I've just had a quick look at the GIS Toolkit and have been impressed with what you have to offer. It would be great if we could join energies and share some of our source code. (For instance, we have not got the an editor interface). At Geotools, we are currently restructuring our design to make it more modular, and base our types on the Java Topology Suite (JTS). http://www.vividsolutions.com/jts/jtshome.htm If the GIS Toolkit were to support the JTS types, then we can the build common Data Sources and share them. We are also looking into building projection libraries, which it seems you are doing too, so we should be able to share that work too. I'm interested to know: 1. Are you interested in joining forces in some way. 2. Have you got ideas on how you want to develop further, something like a road map? 3. A bit of history about your project. Who are you, where have you come from? 4. What Country/City/Timezone you are in, and whether you are interested in joining us for an IRC meeting some time. (We are currently meeting once a week on IRC). I will forward details of our next one. You are welcome to join in. I look forward to hearing from you soon, Cameron Shorter. |
From: Maurizio N. <na...@it...> - 2002-03-01 16:02:27
|
Hi! How i can use a geo-referenced image like .tiff with a word-file? I have another question: where a can find a class diagram (UML) of gistoolkit? |