Govardhan | 3 Jan 2007 11:23
Picon

Regarding Animated image in ExternalGraphic ....

Dear Friend,
 I am looking to show a animated truck image on top of the map, but  it is not working when I
create a webapps, I am rendering the map using streamRenderer and creating a image to output the
map, to browser, but when I add a animated image for a point feature, it will not animate.
 
Can anybody help me in doing this operation.
 
 
Best Regards
  Govardhan
 
-------------------------------------------------------------------------
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-gt2-users mailing list
Geotools-gt2-users@...
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
John Tsouvallas | 3 Jan 2007 07:39
Picon

Bursa Wolf Parameters Required

Hello,

I am currently developing an application to transform a set of points from one coordinate system to another using the tutorial available at http://geotools.codehaus.org/Coordinate+Transformation+Services+for+Geotools+2.1.

The coordinate systems to convert between include:

AMG 1966 (EPSG:4202)
AGD 1984 (EPSG:4203)
GDA 1994 (EPSG:4283)
GDA94/MGA Zone 54 (EPSG:28354)
WGS84/UTM Zone 54 (EPSG:32754)
GDA94_Lamberts (EPSG:102172) - Note this is an ESRI defined coordinate system I have created using WKT.

While most of the transformations work correctly, there are some transformations that come up with a "Bursa Wolf Parameters Required" error. This usually occurs when trying to do any conversion using Geographic Coordinate Systems (namely AMG 1966 (EPSG:4202) and AGD 1984 (EPSG:4203)).

Any reason for this error? Any help will be greatly appreciated!

Thanks,

John

-------------------------------------------------------------------------
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-gt2-users mailing list
Geotools-gt2-users@...
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
Mikael Elmquist | 2 Jan 2007 20:11
Picon

ArcSDE data source

Hi,

 

I have been trying the ArcSDE data source for GeoServer, but I can’t get it to work.

 

  • I’m using GeoServer 1.4 on a Windows XP machine

  • I have copied gt2-arcsde.jar to my “geoserver\WEB-INF\lib”

  • I have copied jpe91_sdk.jar and jsde91_sdk.jar to my “geoserver\WEB-INF\lib”

 

I can create the datastore, but when I shall create a new FeatureType I get the error:

 

 

126988 [VARNING] org.geotools.data.DataStoreFinder - Could not aquire ESRI(tm) ArcSDE 8.x:java.lang.NoClassDefFoundError: org/apache/commons/pool/

tFactory

 

 

Must I have ArcSDE 8.3 jar files?

 

Thanks in advance!

Mikael

-------------------------------------------------------------------------
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-gt2-users mailing list
Geotools-gt2-users@...
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
Yingqi Tang | 3 Jan 2007 22:43
Picon

SLD parameter in GeoTools GetMapRequest

I saw there is a SLD field in
org.geotools.data.wms.request.GetMapRequest, but there is no public
method exposed to change this value, so there is no way I can append
SLD URL to the GetMap request.

Does any one know a solution for that?

Thanks

-------------------------------------------------------------------------
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
Jody Garnett | 3 Jan 2007 22:47
Favicon

Re: [Geotools-devel] Fwd: How to combine gt2 SLD with gt2 WMS client

You can add a Style (the geotools object that represents an SLD) as part 
of your GetMapRequest object, currently this only works when HTTP Get is 
used as the protocol (Richard has not done HTTP Post GetMap requests yet).

Here is the method you need:
- 
http://javadoc.geotools.fr/2.2/org/geotools/data/wms/request/AbstractGetMapRequest.html#addLayer(org.geotools.data.ows.Layer,%20org.opengis.layer.Style)

Cheers,
Jody
> ---------- Forwarded message ----------
> From: Yingqi Tang <anakintang@...>
> Date: Dec 27, 2006 4:33 PM
> Subject: How to combine gt2 SLD with gt2 WMS client
> To: geotools-gt2-users@...
>
>
> Does anyone have any experience about using geotools functionality
> with geotools WMS client? Basically how can I apply a SLD I created
> using geotools on a WMS layer?
>
> Thanks,
>
> -------------------------------------------------------------------------
> 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@...
> https://lists.sourceforge.net/lists/listinfo/geotools-devel
>   

-------------------------------------------------------------------------
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
Chris Holmes | 3 Jan 2007 23:08

Re: ArcSDE data source

Try upgrading to the latest GeoServer for both the arcsde plug-in and the
server itself.

And if you're using geotools directly be sure to get the latest 2.2.2
arcsde jar.  This has been a problem in the past, but it should be fixed
now.

Chris

On Tue, January 2, 2007 2:11 pm, Mikael Elmquist wrote:
> Hi,
>
>
>
>
> I have been trying the ArcSDE data source for GeoServer, but I can't get
> it to work.
>
>
>
> *	I'm using GeoServer 1.4 on a Windows XP machine
> *	I have copied gt2-arcsde.jar to my "geoserver\WEB-INF\lib"
> *	I have copied jpe91_sdk.jar and jsde91_sdk.jar to my
> "geoserver\WEB-INF\lib"
>
>
>
>
> I can create the datastore, but when I shall create a new FeatureType I
> get the error:
>
>
>
>
>
> 126988 [VARNING] org.geotools.data.DataStoreFinder - Could not aquire
> ESRI(tm) ArcSDE 8.x:java.lang.NoClassDefFoundError:
> org/apache/commons/pool/
>
> tFactory
>
>
>
>
>
> Must I have ArcSDE 8.3 jar files?
>
>
>
>
> Thanks in advance!
>
>
> Mikael
>
>
>
>
> !DSPAM:1003,459c21f074962223018498!
> -------------------------------------------------------------------------
> 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
>
>
> !DSPAM:1003,459c21f074962223018498!
> _______________________________________________
> Geotools-gt2-users mailing list
> Geotools-gt2-users@...
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>
>
>
> !DSPAM:1003,459c21f074962223018498!
>
>

--

-- 
Chris Holmes
The Open Planning Project
http://topp.openplans.org

-------------------------------------------------------------------------
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
Jody Garnett | 4 Jan 2007 01:35
Favicon

Re: [Geotools-devel] Fwd: How to combine gt2 SLD with gt2 WMS client

Yingqi Tang wrote:
> "Style" is just an Interface defined by geoapi, Where am I gonna
> create that from?
Darn did I get that wrong :-( Oh I get it NamedStyle is probably a 
subclass and this would be used to choose between existing styles.  
Perhaps we need to wait for Richard to return from holidays to answer 
this question.

Jody

>
> Is there any way to link org.geotools.styling.Style (which represents
> SLD) to geotools WMS client?
>
> On 1/3/07, Jody Garnett <jgarnett@...> wrote:
>> You can add a Style (the geotools object that represents an SLD) as part
>> of your GetMapRequest object, currently this only works when HTTP Get is
>> used as the protocol (Richard has not done HTTP Post GetMap requests 
>> yet).
>>
>> Here is the method you need:
>> -
>>
http://javadoc.geotools.fr/2.2/org/geotools/data/wms/request/AbstractGetMapRequest.html#addLayer(org.geotools.data.ows.Layer,%20org.opengis.layer.Style) 
>>
>>
>> Cheers,
>> Jody
>> > ---------- Forwarded message ----------
>> > From: Yingqi Tang <anakintang@...>
>> > Date: Dec 27, 2006 4:33 PM
>> > Subject: How to combine gt2 SLD with gt2 WMS client
>> > To: geotools-gt2-users@...
>> >
>> >
>> > Does anyone have any experience about using geotools functionality
>> > with geotools WMS client? Basically how can I apply a SLD I created
>> > using geotools on a WMS layer?
>> >
>> > Thanks,
>> >
>> > 
>> ------------------------------------------------------------------------- 
>>
>> > 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@...
>> > https://lists.sourceforge.net/lists/listinfo/geotools-devel
>> >
>>
>>

-------------------------------------------------------------------------
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
d n | 4 Jan 2007 03:54
Picon
Favicon

help

I'am just trying to visualize a map of parcels.
How can I do this ?
For each parcel I have all coordinates, but sometimes, parcels have more points than others if they are trapezoidals.
Thank you in advance.
 
Khandah

Be one of the first to try Windows Live Mail.
-------------------------------------------------------------------------
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-gt2-users mailing list
Geotools-gt2-users@...
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
Chris Tweedie | 4 Jan 2007 06:24

Re: ArcSDE data source

Chris, I didnt know this was deemed as a bug ... but to clarify, you still need to acquire the apache commons
jar for the ArcSDE 2.2.2 plugin to function.

I don't have the link handy Mikael, but search this list for a previous arcsde thread and then you should be
good to go

Chris Tweedie

On Wed, 3 Jan 2007 17:08:02 -0500 (EST), "Chris Holmes"
<cholmes@...> wrote:
> Try upgrading to the latest GeoServer for both the arcsde plug-in and the
> server itself.
> 
> And if you're using geotools directly be sure to get the latest 2.2.2
> arcsde jar.  This has been a problem in the past, but it should be fixed
> now.
> 
> Chris
> 
> 
> On Tue, January 2, 2007 2:11 pm, Mikael Elmquist wrote:
>> Hi,
>>
>>
>>
>>
>> I have been trying the ArcSDE data source for GeoServer, but I can't get
>> it to work.
>>
>>
>>
>> *	I'm using GeoServer 1.4 on a Windows XP machine
>> *	I have copied gt2-arcsde.jar to my "geoserver\WEB-INF\lib"
>> *	I have copied jpe91_sdk.jar and jsde91_sdk.jar to my
>> "geoserver\WEB-INF\lib"
>>
>>
>>
>>
>> I can create the datastore, but when I shall create a new FeatureType I
>> get the error:
>>
>>
>>
>>
>>
>> 126988 [VARNING] org.geotools.data.DataStoreFinder - Could not aquire
>> ESRI(tm) ArcSDE 8.x:java.lang.NoClassDefFoundError:
>> org/apache/commons/pool/
>>
>> tFactory
>>
>>
>>
>>
>>
>> Must I have ArcSDE 8.3 jar files?
>>
>>
>>
>>
>> Thanks in advance!
>>
>>
>> Mikael
>>
>>
>>
>>
>> !DSPAM:1003,459c21f074962223018498!
>>
> -------------------------------------------------------------------------
>> 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
>>
>>
>> !DSPAM:1003,459c21f074962223018498!
>> _______________________________________________
>> Geotools-gt2-users mailing list
>> Geotools-gt2-users@...
>> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
>>
>>
>>
>> !DSPAM:1003,459c21f074962223018498!
>>
>>
> 
> 
> --
> Chris Holmes
> The Open Planning Project
> http://topp.openplans.org
> 
> -------------------------------------------------------------------------
> 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-gt2-users mailing list
> Geotools-gt2-users@...
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
--
Chris Tweedie

-------------------------------------------------------------------------
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
Wegert | 4 Jan 2007 08:50
Favicon

Re: Bursa Wolf Parameters Required


Hi John, 

first note, that the "Bursa Wolf Parameters" are equal to
"TOWGS84[]"-Parameters (as far as I know).

Don't include the epsg-wkt library in your project in cause it doesn't
contain the "Bursa Wolf Params".
I prefer the "epsg-hsql"-library....

I hope these informations may help you to fix the problem ;)

Regards
Sebastian

John Tsouvallas wrote:
> 
> Hello,
> 
> I am currently developing an application to transform a set of points from
> one coordinate system to another using the tutorial available at
> http://geotools.codehaus.org/Coordinate+Transformation+Services+for+Geotools+2.1
> .
> 
> The coordinate systems to convert between include:
> 
> AMG 1966 (EPSG:4202)
> AGD 1984 (EPSG:4203)
> GDA 1994 (EPSG:4283)
> GDA94/MGA Zone 54 (EPSG:28354)
> WGS84/UTM Zone 54 (EPSG:32754)
> GDA94_Lamberts (EPSG:102172) - Note this is an ESRI defined coordinate
> system I have created using WKT.
> 
> While most of the transformations work correctly, there are some
> transformations that come up with a "Bursa Wolf Parameters Required"
> error.
> This usually occurs when trying to do any conversion using Geographic
> Coordinate Systems (namely AMG 1966 (EPSG:4202) and AGD 1984 (EPSG:4203)).
> 
> Any reason for this error? Any help will be greatly appreciated!
> 
> Thanks,
> 
> John
> 
> -------------------------------------------------------------------------
> 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-gt2-users mailing list
> Geotools-gt2-users@...
> https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
> 
> 

--

-- 
View this message in context: http://www.nabble.com/Bursa-Wolf-Parameters-Required-tf2916121.html#a8155296
Sent from the geotools-gt2-users mailing list archive at Nabble.com.

-------------------------------------------------------------------------
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

Gmane