[Geotools-gt2-users] ARC-SDE and FeatureId

2008-09-02 Thread Tim Englich
Hello List, we have got the following Problem. The ARC-SDE Plugin, used in Geoserver 1.6.x, uses the Shape-ID of the Geometry as FeatureID. We use an View where one Geometry is used more than one time. In this case we have got different Features with the same FeatureID. E.g. the GeoTools Plugin wi

[Geotools-gt2-users] WFS Plugin: GetFeature Fails

2007-08-29 Thread Tim Englich
Hello, I have got an strange effect using the WFS-Plugin build from the trunk. I cannot read any FeatureType using the GetFeature-request when I calling an DescribeFeatureType-request before. I always get an SAXException PrematureEndOfFile. When I first do a GetFeature-Request, I can call Descr

Re: [Geotools-gt2-users] Image Transformation form one CRS to an other

2007-08-27 Thread Tim Englich
Garnett Cc: Tim Englich; Martin Desruisseaux; geotools-gt2-users@lists.sourceforge.net Betreff: Re: [Geotools-gt2-users] Image Transformation form one CRS to an other Ciao Jody, be aware that the code I sent back to Tim is not really an example per se but it is done in that way to reproduce (at

Re: [Geotools-gt2-users] Image Transformation form one CRS to an other

2007-08-23 Thread Tim Englich
e); } As you can see I haven't got any static Images that I can sent to you. I hope the sourcecode may help to find the issue. I am working on the trunk. Thanks a lot Tim -Ursprüngliche Nachricht- Von: Simone Giannecchini [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 23. August 2007 17:0

Re: [Geotools-gt2-users] Image Transformation form one CRS to an other

2007-08-23 Thread Tim Englich
(SunGraphics2D.java:2429) ... Do you have an idea how to solve this problem? Thanks a lot Tim -Ursprüngliche Nachricht- Von: Martin Desruisseaux [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 23. August 2007 12:56 An: Tim Englich Cc: geotools-gt2-users@lists.sourceforge.net

[Geotools-gt2-users] Image Transformation form one CRS to an other

2007-08-23 Thread Tim Englich
> Hello, > > I am looking for a possibility to transform an georefrenced image to an > other coordinatereferencesystem. > E.g. from EPSG:4326 to EPSG:32632 > Provide GeoTools such a functionality? Do anyone know a (Java)-library > which can do that. > > Thanks a lot > Tim > > > --

Re: [Geotools-gt2-users] Bursa Wolf Parameters Required

2007-08-11 Thread Tim Englich
16:06 An: Tim Englich Cc: geotools-gt2-users@lists.sourceforge.net Betreff:Re: [Geotools-gt2-users] Bursa Wolf Parameters Required Tim Englich ha scritto: > Hello, > > I have got Problems while transforming coordinates from coodinate systems > using the ellipso

[Geotools-gt2-users] Bursa Wolf Parameters Required

2007-08-11 Thread Tim Englich
Hello, I have got Problems while transforming coordinates from coodinate systems using the ellipsoid ETRS89 to coordinate Systems using the ellipsoid WGS84. E.G. EPSG:25833 to EPSG:4326 Geotools logoutput said that the Bursa Wolf Parameters are required. This Parameters are missing when I skip

Re: [Geotools-gt2-users] Is it possible to use the LikeFilter Caseinsensitiv

2007-08-08 Thread Tim Englich
the function lower (lower(columnName) like 'foo') to provide a comparation which is caseinsensitive. Tim -Ursprüngliche Nachricht- Von: Jody Garnett [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 9. August 2007 00:50 An: Andrea Aime Cc: Tim Englich; Justin Deoliveira; geotools

Re: [Geotools-gt2-users] JMapPane: Map Jumps To LayerBounds if MapSize Changed

2007-08-06 Thread Tim Englich
the LayerBounds. Tim -Ursprüngliche Nachricht- Von: Ian Turton [mailto:[EMAIL PROTECTED] Gesendet: Montag, 6. August 2007 22:50 An: Tim Englich Cc: [EMAIL PROTECTED]; geotools-gt2-users@lists.sourceforge.net Betreff: Re: [Geotools-gt2-users] JMapPane: Map Jumps To LayerBounds if MapSize

Re: [Geotools-gt2-users] JMapPane: Map Jumps To LayerBounds if MapSize Changed

2007-08-06 Thread Tim Englich
(); } catch (IOException e) { // TODO Auto-generated catch block e.printStackTrace(); } } Tim > -Ursprüngliche Nachricht- > Von

[Geotools-gt2-users] JMapPane: Map Jumps To LayerBounds if MapSize Changed

2007-08-06 Thread Tim Englich
Hello, I have the following effect using GeoTools trunk. When I change the size of the MapPane the MapArea is changed to the LayerBounds every time. Has anyone an idea how to solve this problem? Tim - This SF.net email

Re: [Geotools-gt2-users] Is it possible to use the LikeFilter Caseinsensitiv

2007-08-03 Thread Tim Englich
integrated into the GeoTools SourceCode? Tim -Ursprüngliche Nachricht- Von: Justin Deoliveira [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 2. August 2007 22:09 An: Jody Garnett Cc: Tim Englich; geotools-gt2-users@lists.sourceforge.net Betreff: Re: [Geotools-gt2-users] Is it possible to use

[Geotools-gt2-users] Is it possible to use the LikeFilter Caseinsensitiv

2007-08-02 Thread Tim Englich
Hello, I am searching for a possibility to use the LikeFilter caseinsensitiv serveral times. I am using the GeoTools 2.3.1 release. I didn't find a possibility yet. Has anyone an idea how I can do this? - Tim - This SF.net e

Re: [Geotools-gt2-users] NumberValue Problems Using FilterFilter and GMLFilterDocument

2007-07-26 Thread Tim Englich
2007 09:01 An: Tim Englich Cc: geotools-gt2-users@lists.sourceforge.net Betreff: Re: [Geotools-gt2-users] NumberValue Problems Using FilterFilter and GMLFilterDocument Tim Englich wrote: > Hello, > > I have got problems with parsing the following Filte

[Geotools-gt2-users] NumberValue Problems Using FilterFilter and GMLFilterDocument

2007-07-25 Thread Tim Englich
Hello, I have got problems with parsing the following Filter in GeoTools 2.3.1 Flurstueckskennzeichen 120101101000450 First of all the attribute I apply the Filter on

Re: [Geotools-gt2-users] Determining if a Schema of an DataStore is ReadOnly

2007-07-20 Thread Tim Englich
the fs instanceof FeatureStore returns true. Is this not usable for JDBCDataSources? Tim -Ursprüngliche Nachricht- Von: Jody Garnett [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 19. Juli 2007 19:48 An: Tim Englich Cc: Geotools-gt2-users@lists.sourceforge.net Betreff: Re: [Geotools

[Geotools-gt2-users] Determining if a Schema of an DataStore is ReadOnly

2007-07-18 Thread Tim Englich
Hello everyone, I am searching for an possibility to determine if an schema of an DataStore (OracleDataStore) is readonly. I need this Information to disable the editing possibility of an Layer in the GUI if an schema is readonly. Is there any chance to determine it. - Tim -

Re: [Geotools-gt2-users] WFS-Plugin runs into an Timeout when NumberformatException occous

2007-07-18 Thread Tim Englich
Hello, I opened a ticket ([GEOT-1404]WFS-Plugin runs into an Timeout when NumberformatException occous) for this issue. I also added to the ticket a patch which solve the problem partially. Tim Original-Nachricht Datum: Wed, 11 Jul 2007 08:48:17 +0200 Von: "Tim En

Re: [Geotools-gt2-users] WFS-Plugin runs into an Timeout when NumberformatException occous

2007-07-10 Thread Tim Englich
ption. Am I right? - Tim -Ursprüngliche Nachricht- Von: Jody Garnett [mailto:[EMAIL PROTECTED] Gesendet: Mittwoch, 11. Juli 2007 03:40 An: Tim Englich Cc: Geotools-gt2-users@lists.sourceforge.net Betreff: Re: [Geotools-gt2-users] WFS-Plugin runs into an Timeout when NumberformatExce

[Geotools-gt2-users] WFS-Plugin runs into an Timeout when NumberformatException occous

2007-07-09 Thread Tim Englich
append. After I while I got a TimeoutException. Is there any way to terminate the FeatureReader when a NumberFormatException or RuntimeException occours? - Tim Tim Englich Dipl.-Ing. (FH) Geoinformatik Information Logistics IVU Traffic Technologies AG Bundesallee 88, D-12161 Berlin Telefon: +4

Re: [Geotools-gt2-users] WFS Filter Problems using Umlauts

2007-07-06 Thread Tim Englich
[mailto:[EMAIL PROTECTED] Gesendet: Freitag, 6. Juli 2007 12:32 An: Tim Englich Cc: Geotools-gt2-users@lists.sourceforge.net; Jody Garnett Betreff: Re: AW: AW: AW: [Geotools-gt2-users] WFS Filter Problems using Umlauts Tim Englich ha scritto: > Hello Andrea, > > I have just created t

Re: [Geotools-gt2-users] WFS Filter Problems using Umlauts

2007-07-06 Thread Tim Englich
you know if this patch will be insert into the SourceCode? - Tim -Ursprüngliche Nachricht- Von: Andrea Aime [mailto:[EMAIL PROTECTED] Gesendet: Montag, 2. Juli 2007 18:13 An: Tim Englich Cc: Geotools-gt2-users@lists.sourceforge.net Betreff: Re: AW: AW: [Geotools-gt2-users] WFS Filter

Re: [Geotools-gt2-users] WFS Filter Problems using Umlauts

2007-07-02 Thread Tim Englich
Hello Andrea, I will try to fix this issue on Thursday or Friday. - Tim -Ursprüngliche Nachricht- Von:Andrea Aime [mailto:[EMAIL PROTECTED] Gesendet: Mo 02.07.2007 18:12 An: Tim Englich Cc: Geotools-gt2-users@lists.sourceforge.net Betreff:Re: AW: AW

Re: [Geotools-gt2-users] WFS Filter Problems using Umlauts

2007-07-02 Thread Tim Englich
20 An: Tim Englich Cc: Geotools-gt2-users@lists.sourceforge.net Betreff: Re: AW: [Geotools-gt2-users] WFS Filter Problems using Umlauts Tim Englich ha scritto: > Hello Andrea, > > when I use the sample request page of geoserver following occurs: > > When I request the features us

Re: [Geotools-gt2-users] WFS Filter Problems using Umlauts

2007-07-02 Thread Tim Englich
An: Tim Englich Cc: Geotools-gt2-users@lists.sourceforge.net Betreff: Re: [Geotools-gt2-users] WFS Filter Problems using Umlauts Tim Englich ha scritto: > Hello, > > I have detected a problem querying the Geoserver using the WFS-Plugin. > When I use a Filter including german umlauts

[Geotools-gt2-users] WFS Filter Problems using Umlauts

2007-06-29 Thread Tim Englich
Hello, I have detected a problem querying the Geoserver using the WFS-Plugin. When I use a Filter including german umlauts like ä,ö,ü,ß in the literals I got no Data. When I take a look in the Logfiles of Geoserver I saw that the umlauts were not be parsed correctly by geoserver. I think the Probl

Re: [Geotools-gt2-users] OracleDataStore querying Date-Columns

2007-06-21 Thread Tim Englich
Created Ticket GEOT-1353 and apply a patch to it. Andrea could you assign it to you by yourself? - Tim -Ursprüngliche Nachricht- Von: Andrea Aime [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 21. Juni 2007 11:52 An: Tim Englich Cc: [EMAIL PROTECTED]; geotools-gt2-users

Re: [Geotools-gt2-users] GEOT-1298 updated to document hack, how to submit a patch and become a committer

2007-06-21 Thread Tim Englich
] Gesendet: Dienstag, 19. Juni 2007 20:55 An: Tim Englich Cc: geotools-gt2-users@lists.sourceforge.net Betreff: GEOT-1298 updated to document hack, how to submit a patch and become a committer Thanks Tim that is great. > Hello Jody, > > I put my solution as an comment to the Ticket. > >

Re: [Geotools-gt2-users] OracleDataStore querying Date-Columns

2007-06-21 Thread Tim Englich
Englich Cc: [EMAIL PROTECTED]; geotools-gt2-users@lists.sourceforge.net Betreff: Re: OracleDataStore querying Date-Columns Tim Englich ha scritto: > I habe found a problem in the OracleDatastore when I try to query a > Date-Column. > I got an Oracle-Exception. > I take a look at

[Geotools-gt2-users] OracleDataStore querying Date-Columns

2007-06-21 Thread Tim Englich
? - Tim Tim Englich Dipl.-Ing. (FH) Geoinformatik Information Logistics IVU Traffic Technologies AG Bundesallee 88, D-12161 Berlin Telefon: +49.30.85 906-387, Telefax +49.30.85 906-499 mailto: [EMAIL PROTECTED], http: //www.ivu.de

Re: [Geotools-gt2-users] Convert GML into Shapefile

2007-06-20 Thread Tim Englich
Hello Gérald, how large is your XML-File? Might it be possible that you are running into Memorylimits? - Tim -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Auftrag von Gérald Quintana Gesendet: Mittwoch, 20. Juni 2007 14:20 An: geotools-gt2-users@lists.sourcefo

Re: [Geotools-gt2-users] GEOT-1298 updated to document hack, how to submit a patch and become a committer

2007-06-19 Thread Tim Englich
Hello Jody, I will try to create the Patch. I think I will get Time for this tomorrow. - Tim -Ursprüngliche Nachricht- Von: Jody Garnett [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 19. Juni 2007 20:55 An: Tim Englich Cc: geotools-gt2-users@lists.sourceforge.net Betreff: GEOT-1298

Re: [Geotools-gt2-users] Updated ... Memory Leak in WFS-Plugin - GEOT-1298

2007-06-16 Thread Tim Englich
e XML-Parsing. Could I also send it to you that you integrate it into the Project? - Tim -Ursprüngliche Nachricht- Von: Jody Garnett [mailto:[EMAIL PROTECTED] Gesendet: Freitag, 15. Juni 2007 22:57 An: Tim Englich Cc: geotools-gt2-users@lists.sourceforge.net Betreff: Re: AW: Updated ... M

Re: [Geotools-gt2-users] Updated ... Memory Leak in WFS-Plugin - GEOT-1298

2007-06-15 Thread Tim Englich
s used to validate the FeatureIDs that they were unique. This should every WFS do on his own. Now we have no further increasing of Memory. Tim -Ursprüngliche Nachricht- Von: Jody Garnett [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 14. Juni 2007 22:05 An: Tim Englich Cc:

Re: [Geotools-gt2-users] Memory Leak in WFS-Plugin - GEOT-1298

2007-06-14 Thread Tim Englich
2007 02:29 An: Tim Englich Cc: geotools-gt2-users@lists.sourceforge.net Betreff: [Geotools-gt2-users] Memory Leak in WFS-Plugin - GEOT-1298 So Tim and I made some progress today: Here is the bug report: - http://jira.codehaus.org/browse/GEOT-1298 Tim is going to confirm that the fix worked; I

Re: [Geotools-gt2-users] Memory Leak in WFS-Plugin

2007-06-13 Thread Tim Englich
not removed from the ComplexElementhandler wich holds the RootElement of the document when the feature is read by the FeatureReader? Tim -Ursprüngliche Nachricht- Von: Jody Garnett [mailto:[EMAIL PROTECTED] Gesendet: Donnerstag, 7. Juni 2007 21:47 An: Tim Englich; geotools-users Betreff

Re: [Geotools-gt2-users] Exception trying to access an WFS using the 2.3.2 release

2007-06-12 Thread Tim Englich
Garnett <[EMAIL PROTECTED]> An: Tim Englich <[EMAIL PROTECTED]> CC: geotools-gt2-users@lists.sourceforge.net Betreff: [Geotools-gt2-users] Exception trying to access an WFS using the 2.3.2 release > Hi Tim - is this the email you were talking about? > > The best way to

Re: [Geotools-gt2-users] Problems using the WMS-Datastore-Plugin in Release 2.3.2

2007-06-08 Thread Tim Englich
Hi Richard, here is the capabilities document. Hope that it will be usefull. Tim Original-Nachricht Datum: Thu, 07 Jun 2007 14:16:18 -0700 Von: Richard Gould <[EMAIL PROTECTED]> An: Tim Englich <[EMAIL PROTECTED]> CC: geotools-gt2-users@lists.sourceforge.net

[Geotools-gt2-users] Problems using the WMS-Datastore-Plugin in Release 2.3.2

2007-06-07 Thread Tim Englich
Hello GeoToolers, today I switch to the GeoTools 2.3.2 Release. At that Moment the usage of WebMapServices failes. The WMS I called is an UMN-Mapserver. The WMS-Plugin calls the Capabilities and recived an Capabilities-Document of the Version 1.1.1 When I inspect the Object I noticed that WebMa

[Geotools-gt2-users] Memory Leak in WFS-Plugin

2007-06-07 Thread Tim Englich
Hello, I think that I have found a Memory Leak in the WFS-Plugin. I use the Reader to fetch the Data from the WFS. When I consume FeatureTypes with many Features (over one Million) the Memoryconsumtion increases and at least I get an OutOfMemory-Error. Has anyone an Idea how I can solve the Probl

[Geotools-gt2-users] getting Exception trying to access an WFS using the 2.3.2 release

2007-06-07 Thread Tim Englich
Hello , I switch to the new Release 2.3.2. Now I get the following Exception when I try to access an WFS using the WFS-Plugin. Has anyone an Idea how to solve this Problem? Tim 13:40:55,819 java.lang.IllegalArgumentException: URI is not absolute java.lang.IllegalArgumentException: URI is not

Re: [Geotools-gt2-users] Exception querying Oracle-Datastore with Date-Attributee

2007-04-29 Thread Tim Englich
Hi Jody, we always use the "to_date('2007-01-01','-mm-dd')" function for querying Date-Columns on Oracle Databases. - Tim Original-Nachricht Datum: Fri, 27 Apr 2007 15:17:41 -0700 Von: Jody Garnett <[EMAIL PROTECTED]> An: Tim Englich

[Geotools-gt2-users] Exception querying Oracle-Datastore with Date-Attributee

2007-04-26 Thread Tim Englich
Hello, I got the following Exception quering an Oracle-Datastrore using a Datecolumn in the 2.3.1 Release in Geoserver Version 1.5. I think the Problem is that Oracle does not provide the date('2007-01-01') Function. Using the Oraclefunction to_date('2007-01-01','-mm-dd') may solve this Pr

Re: [Geotools-gt2-users] Creating LikeFilter using the ExpressionBuilder

2007-04-26 Thread Tim Englich
Hello Jody, sorry. I found the Library and the Way to use the CQL-Syntax. Use org.geotools.text.filter.FilterBuilder.parse(filterString); - Tim Original-Nachricht Datum: Thu, 26 Apr 2007 09:09:54 +0200 Von: "Tim Englich" <[EMAIL PROTECTED]> An: Jody

Re: [Geotools-gt2-users] Creating LikeFilter using the ExpressionBuilder

2007-04-26 Thread Tim Englich
AIL PROTECTED]> An: Tim Englich <[EMAIL PROTECTED]> CC: geotools-gt2-users@lists.sourceforge.net Betreff: Re: [Geotools-gt2-users] Creating LikeFilter using the ExpressionBuilder > Can you try CQL instead? It is much better and has documentation. > - http://docs.codehaus.org/disp

Re: [Geotools-gt2-users] Problems readind DateTime Elements using the WFS-Datastore

2007-04-25 Thread Tim Englich
- Original-Nachricht Datum: Wed, 25 Apr 2007 09:28:30 -0700 Von: Justin Deoliveira <[EMAIL PROTECTED]> An: Tim Englich <[EMAIL PROTECTED]> CC: geotools-gt2-users@lists.sourceforge.net Betreff: Re: [Geotools-gt2-users] Problems readind DateTime Elements using the WFS-Datastore > Hi

[Geotools-gt2-users] Creating Filter with Expressionbuilder filtering Attributes which Values are nulll

2007-04-25 Thread Tim Englich
Hello, I try ton instance a Filter by using the Expressionbuilder which should be exclude all Features which value in a specific Attribute is null. For Example: "MyAtrribute is not null" Has anyone an Idea how to create such a Filter? Many thanks in advance Tim -- "Feel free" - 10 GB Mailbo

[Geotools-gt2-users] Creating LikeFilter using the ExpressionBuilder

2007-04-25 Thread Tim Englich
Hello, I want to create a LikeFilter using the ExpressionBuilder by using an QueryString like that: "MyStringColumn like 'TestVal%'" I didn't find a way to get it work. Has anyone an Example for me? Many thanks in advance Tim -- "Feel free" - 10 GB Mailbox, 100 FreeSMS/Monat ... Jetzt GMX T

Re: [Geotools-gt2-users] Problems readind DateTime Elements using the WFS-Datastore

2007-04-24 Thread Tim Englich
Algorithm? Tim Original-Nachricht Datum: Tue, 24 Apr 2007 21:43:09 -0700 Von: Justin Deoliveira <[EMAIL PROTECTED]> An: Tim Englich <[EMAIL PROTECTED]> CC: geotools-gt2-users@lists.sourceforge.net Betreff: Re: [Geotools-gt2-users] Problems readind DateTime Elements usin

[Geotools-gt2-users] Getting Exception while rendering Layer including no Features

2007-04-24 Thread Tim Englich
Hello, I get an Exception like this: 24.04.2007 13:57:44 org.geotools.renderer.lite.StreamingRenderer paint SCHWERWIEGEND: null java.lang.NullPointerException at org.geotools.renderer.lite.StreamingRenderer.processStylers(StreamingRenderer.java:1516) at org.geotools.renderer.lit

[Geotools-gt2-users] Creating Filter with ExpressionException using special Chars faild

2007-04-24 Thread Tim Englich
Hello, I have Problems to create a Filter using the ExpressionBuilder when the Attributename contains special Charakters like "äöüß" using GT 2.3.1. The following Statement I would like to parse to get an Filter: ERÖFFNUNG >= '2007-04-24' But I got the following Stacktrace: org.geotools.filte

[Geotools-gt2-users] Problems Consuming Date and DateTime Elements using WFS-Datastore

2007-04-24 Thread Tim Englich
Hello, I have Problems consuming Date and DateTime Elements using WFS-Datastore. It seems that the Date, which is created, everytime is one Month bigger than expected. I think the Problem is that in Java (1.5) the Month of an Calendar Object is 0 based. So it is necessary to subtract "1" from t

Re: [Geotools-gt2-users] Problems using PropertyIsEqualTo Filter in Styles

2007-04-23 Thread Tim Englich
Hi Jody, I have migrate from GT 2.1.1 to 2.3.0 and now to 2.3.1. The Problems didn't occours in 2.1.1 Tim Original-Nachricht Datum: Mon, 23 Apr 2007 15:10:03 -0700 Von: Jody Garnett <[EMAIL PROTECTED]> An: Tim Englich <[EMAIL PROTECTED]> CC: g

[Geotools-gt2-users] Problems using PropertyIsEqualTo Filter in Styles

2007-04-23 Thread Tim Englich
Hello, I have got problems using PropertyIsEqualTo Filter in Styles which should be apply to values of the Type short. I have to update the Attribute Type in the Datasource to Integer to get the Filter working. Is there any way to fix this issue? Thanks in advance Tim -- "Feel free" - 10 GB

[Geotools-gt2-users] Problems readind DateTime Elements using the WFS-Datastore

2007-04-23 Thread Tim Englich
Hello, I have got Problems consuming a WFS-Featuretype which contains an Element of the Type DateTime. I always get the Exception Message that the Datetime could not be parsed. I think the Problem is that the Datetime only contains the Date value and not the Date value as well. Here are some

[Geotools-gt2-users] rendering a line with an offset of n pixels

2006-06-30 Thread Tim Englich
hello, I have got a question how i can display an image with an defined offset to its origin geometry. e.g 4 pixels. can i do this using the styledmappane resp. the renderer below it? regrads tim -- Echte DSL-Flatrate dauerhaft für 0,- Euro*! "Feel free" mit GMX DSL! http://www.gmx.net/de/g

[Geotools-gt2-users] Visaulizing JPEGS with the GridCoverage2D Objekt

2006-06-26 Thread Tim Englich
Hello, I am trying to integrate a JPEG which I recive from an UMN-Mapserver in an Layer. I am using the GridCoverage2D Object to put a RenderedImage into an Layer. Using GIF everything works fine, when i use jpeg or png i get an empty layer. Has anyone a snippet of code how i can integrate an JP

[Geotools-gt2-users] Printing a Map

2006-02-21 Thread Tim Englich
Hello, I try to print out a map by using the following code: Graphics2D g = ((Graphics2D)graphics); Rectangle rect = g.getClipBounds(); mainMapPane.getRenderer().paint(g,rect,zoom,true); Everything works fine until I change the Paperformat to Landscape. The I get a Picture where the GridLayer a p

[Geotools-gt2-users] Nullpointerexception in WFS-Datastore

2006-02-15 Thread Tim Englich
Hello everybody, i have got trouble with the WFS-Datastore. I recive the follwing Exception when I try to Query Features from the WFS: 15.02.2006 20:58:23 org.geotools.xml.handlers.xsi.ComplexTypeHandler compress WARNUNG: LengthType :: http://www.opengis.net/gml should have a real parent: null ja

[Geotools-gt2-users] SLD: TextSymbolizer With Multiple Properties

2005-10-24 Thread Tim Englich
Hello, I use the SLD Parser and want to use the Textsymbolizer in this way: This is city "NAME" of state STATE But it does not work. Has anyone an Idea how to solve the Problem? Thanks Tim -- Lust, ein paar Euro nebenbei zu verdienen? Ohne Kosten, ohne Risiko! Satte Provisionen für GMX Partne

[Geotools-gt2-users] Serializeable FeatureCollection?

2005-09-21 Thread Tim Englich
Hello, I am an User of Geotools 2.1.0. I want to use RMI to share one FeatureCollection to different Clients. So it is nessessary to serialize the FeatureCollection. I have found a snippet at: http://www.geotools.org/SerializableFeatures But I think its an older Example that does not fit to the Geo

[Geotools-gt2-users] Serializable FeatureCollection?

2005-09-21 Thread Tim Englich
Hello, I am an User of the Geotools 2.1.0 API. I want to use RMI to share one Featurecollection to different Clients. So it is nessessary to serialize the FeatureCollection. I have found a snippet at: http://www.geotools.org/SerializableFeatures But I think its an older Example that does not fit t