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.

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