Question

Writing srsName

  • 14 October 2015
  • 4 replies
  • 7 views

Badge
Hello everyone,

 

 

Does someone know how to set the srsName in a geometry for child nodes? So that it also appears in my AIXM File.

 

This is how my ElevatedSurface looks like (ElevatedSurface has the right srsName="

 

urn:ogc:def:crs:EPSG::4326" but the srsName of curve is still "EPSG:4326" which is wrong) 
 <aixm:ElevatedSurface srsName="urn:ogc:def:crs:EPSG::4326" srsDimension="2" gml:id="ts_4ccd28dc-d169-4905-bc3e-0d0908fa4042-0"> 	<gml:patches> 		<gml:PolygonPatch> 			<gml:exterior> 				<gml:Ring> 					<gml:curveMember> 						<gml:Curve gml:id="IDff4a11b2-b59c-4347-9b45-8872a5e8678b" srsName="EPSG:4326" srsDimension="2"> 							<gml:segments> 								<gml:LineStringSegment> 									<gml:posList>50.0298955820538...</gml:posList> 								</gml:LineStringSegment> 							</gml:segments> 						</gml:Curve> 					</gml:curveMember> 				</gml:Ring> 			</gml:exterior> 		</gml:PolygonPatch> 	</gml:patches> </aixm:ElevatedSurface>
 I set srsName in the geometry traits for all geometry nodes, but it's not working for curve:

 

 

0684Q00000ArCjZQAV.png

 

 

Does someone know how to set the srsName for curve?

 

 

Thanks,

 

Mel

4 replies

Badge
Does no one know the solution for this problem?  Is it an FME bug maybe?
Badge
Does no one know the solution for this problem?  Is it an FME bug maybe?
Try to create an attribute named "srsName" and to fixe the value to "EPSG:4326"

 

 

Badge

Just check if I allow to post.

Badge

Try to create an attribute named "srsName" and to fixe the value to "EPSG:4326".

The problem seems to be still there in FME version 2015 1.2.

Reply