On Tue, Dec 21, 2010 at 5:16 PM, Roger Bedell <[email protected]>wrote:

> Hi all,
> Not sure if this is useful or not, but here's how to reproject a single
> point using WPS:
>
> Using the handy dandy WPS request builder, select gs:Reproject, with TEXT
> process input ( use the default from the drop down of formats). Put in
> something like the following in the text input box:
>
> <wfs:FeatureCollection xmlns:wfs="http://www.opengis.net/wfs"; xmlns:gml="
> http://www.opengis.net/gml";>
>   <gml:boundedBy>
>     <gml:null>unknown</gml:null>
>   </gml:boundedBy>
>   <gml:featureMember>
>     <poi fid="poi.2">
>       <gml:boundedBy>
>         <gml:null>unknown</gml:null>
>       </gml:boundedBy>
>       <the_geom>
>         <gml:Point>
>           <gml:coord>
>             <gml:X>-74.0108375113659</gml:X>
>             <gml:Y>40.70754683896324</gml:Y>
>           </gml:coord>
>         </gml:Point>
>       </the_geom>
>     </poi>
>   </gml:featureMember>
> </wfs:FeatureCollection>
>
> Fill in the Input and Output CRS, I used EPSG:4326 and EPSG:32125, and
> click on Execute Process.
>

Yep yep. I actually want to roll out a new single geometry reprojection
process so that this can become
even easier, you just give it source CRS, target CRS, and
POINT(-74.0108375113659 40.70754683896324)

Ah, time time, there is never enough...

Cheers
Andrea

-----------------------------------------------------
Ing. Andrea Aime
Senior Software Engineer

GeoSolutions S.A.S.
Via Poggio alle Viti 1187
55054  Massarosa (LU)
Italy

phone: +39 0584962313
fax:     +39 0584962313

http://www.geo-solutions.it
http://geo-solutions.blogspot.com/
http://www.linkedin.com/in/andreaaime
http://twitter.com/geowolf

-----------------------------------------------------
------------------------------------------------------------------------------
Forrester recently released a report on the Return on Investment (ROI) of
Google Apps. They found a 300% ROI, 38%-56% cost savings, and break-even
within 7 months.  Over 3 million businesses have gone Google with Google Apps:
an online email calendar, and document program that's accessible from your 
browser. Read the Forrester report: http://p.sf.net/sfu/googleapps-sfnew
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to