Skip to main content
Archived

CoordinateSystemSetter to support OGC urn values

Related products:Transformers
  • September 13, 2017
  • 1 reply
  • 2 views
siennaatsafe
bruceharold
helmoet
patlougheed
darkspatiallord
  • siennaatsafe
    siennaatsafe
  • bruceharold
    bruceharold
  • helmoet
    helmoet
  • patlougheed
    patlougheed
  • darkspatiallord
    darkspatiallord

bruceharold
Contributor

To accept values like: urn:ogc:def:crs:EPSG::4167

The context here is I'm building an ArcGIS ModelBuilder tool that sends spatial extents to a Spatial ETL tool from the active map, but in arbitrary spatial references, so the extent needs to be projected to match a WFS feature type DefaultCRS.

This post is closed to further activity.
It may be a question with a best answer, an implemented idea, or just a post needing no comment.
If you have a follow-up or related question, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

helmoet
Forum|alt.badge.img+8
  • August 4, 2020
Note from Safe: We had to turn off the formatting in this comment due to the community migration.

Yeah, facing the same trouble reading from WMTS. Solution: Use AttributeCreator to create an attribute geom, with content

<gml:Polygon xmlns:gml="http://www.opengis.net/gml" srsName="@Value(SupportedCRS)"><gml:outerBoundaryIs><gml:LinearRing><gml:coordinates>@Value(TopLeftX),@Value(bottom) @Value(TopLeftX),@Value(TopLeftY) @Value(right),@Value(TopLeftY) @Value(right),@Value(bottom) @Value(TopLeftX),@Value(bottom)</gml:coordinates></gml:LinearRing></gml:outerBoundaryIs></gml:Polygon>

Then use a GeometryReplacer in GML mode to convert the geom attribute into real geometry with coordinate system.


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings