Am 24.01.2012 15:31, schrieb Jody Garnett:
> As an aside I am keen to hear about the WPS you are working on :-)

You can get more info here:

  http://52north.org/communities/geoprocessing/

If you have specific questions, I suggest to subscribe to the WPS list:

  http://www2.52north.org/mailman/listinfo/geoprocessingservices

@Carmen: I recommend to do the same, if the problem still exist.

Best

  Henning

>> I'm developing a WPS with 52North libraries and there is this
>> class org.n52.wps.io.datahandler.parser.GML3BasicParser.java that
>> parses the GML input into a FeatureCollection using geotools libraries
>> (exactly the parse method in org.geotools.xml.Parser). The problem is
>> that the input GML has Points with 3 dimensional coordinates and the
>> Z-ordinate is lost after using the parse method, well is set to NaN. 
>>
>> As an example, a GML input that I've used:
>>
>>  <gml:FeatureCollection xmlns:gml="http://www.opengis.net/gml";
>> xmlns:n52="http://www.52north.org/11cad8bd-a957-4ee2-a2fd-87e02639470f";
>> xsi:schemaLocation="http://www.opengis.net/gml
>> http://schemas.opengis.net/gml/3.1.1/base/feature.xsd
>> http://www.52north.org/11cad8bd-a957-4ee2-a2fd-87e02639470f
>> http://localhost:8080/wps/schemas/11cad8bd-a957-4ee2-a2fd-87e02639470f.xsd";
>> srsName="EPSG:4936"><gml:featureMembers
>> srsName="EPSG:4936"><n52:Feature-11cad8bd-a957-4ee2-a2fd-87e02639470f
>> gml:id="ID0" srsName="EPSG:4936"><n52:GEOMETRY
>> srsName="EPSG:4936"><gml:MultiPoint srsName="EPSG:4936"><gml:pointMember
>> srsName="EPSG:4936"><gml:Point srsName="EPSG:4936"><gml:pos
>> dimension="3">4839482.173 15265.210
>> 4142713.260
>> <tel:4142713.260></gml:pos></gml:Point></gml:pointMember></gml:MultiPoint></n52:GEOMETRY></n52:Feature-11cad8bd-a957-4ee2-a2fd-87e02639470f></gml:featureMembers></gml:FeatureCollection>
>>

-- 
Henning Bredel
52°North Initiative for Geospatial Open Source Software GmbH
Martin-Luther-King-Weg 24
48155 Münster
Fon: +49-(0)-251–396371-34
Fax: +49-(0)-251–396371-11
email: [email protected]
52North-site: http://www.52north.org
General Managers: Dr. Albert Remke, Dr. Andreas Wytzisk
Local Court Muenster HRB 10849

Attachment: signature.asc
Description: OpenPGP digital signature

------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
GeoTools-GT2-Users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users

Reply via email to