GET /geomarks/{geomarkId}/parts.{fileFormatExtension}
Summary: Get the individual geometries within a multi-part geometry
Operation ID: —
Auth: unknown
Operation ID: —
Auth: unknown
Description
The geomark parts resource returns a one or more spatial features. One for each part of the Geomark's geomerty. Each part contains a single (Point, LineString, Polygon) geometry and the geomark attribution.
Parameters (3)
fileFormatExtension
(string, path, required)
The file format name extension used to represent the geomark download.
Constraints: {'enum': ['json', 'xml', 'kml', 'kmz', 'shp', 'shpz', 'geojson', 'gml', 'gpkg', 'wkt']}
geomarkId
(string, path, required)
The unique identifier for the geomark
srid
(integer, query, optional, default: 4326)
The srid of the coordinate system the geometry should be converted to.
Constraints: {'enum': [4326, 3005, 3857, 26907, 26908, 26909, 26910, 26911]}
No probe data for this endpoint yet.