GET geomarks/{geomarkId}/point.{fileFormatExtension}

gov.bc.ca:geomark

Summary: Gets a single spatial point representative of the geomark.
Operation ID:
Auth: unknown
Description

The geomark point resource returns a single spatial feature with a single Point and the geomark attribution. The point geometry will be created from the first geometry part of the Geomark. Point geomarks will return the first Point part in the geomark. LineString geomarks will return the first coordinate of the first LineString part in the geomark. Polygon geomarks will return the centroid or another point inside the first Polygon part in the geomark. The geometry and attribution can be downloaded as a spatial download file format in a supported coordinate system. The download files can then be used in a desktop GIS application (e.g. ArcMap), Google Earth or a web mapping application.

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.