SAGA.shapes_tools.0: Create New Shapes Layer

Creates a new empty shapes layer of given type, which might be either point, multipoint, line or polygon.<br/><br/>Possible field types for the attributes table are:<br/>- string<br/>- date<br/>- color<br/>- unsigned 1 byte integer<br/>- signed 1 byte integer<br/>- unsigned 2 byte integer<br/>- signed 2 byte integer<br/>- unsigned 4 byte integer<br/>- signed 4 byte integer<br/>- unsigned 8 byte integer<br/>- signed 8 byte integer<br/>- 4 byte floating point number<br/>- 8 byte floating point number<br/>- binary<br/>

Inputs

Nom

string

Shape Type

string

Vertex Type

string

Number of Attributes

integer

Outputs

Shapes

format
transmission

Execution options

successUri
inProgressUri
failedUri

format

mode

Execute End Point

View the execution endpoint of a process.

View the alternative version in HTML.

{"id": "SAGA.shapes_tools.0", "title": "Create New Shapes Layer", "description": "Creates a new empty shapes layer of given type, which might be either point, multipoint, line or polygon.<br/><br/>Possible field types for the attributes table are:<br/>- string<br/>- date<br/>- color<br/>- unsigned 1 byte integer<br/>- signed 1 byte integer<br/>- unsigned 2 byte integer<br/>- signed 2 byte integer<br/>- unsigned 4 byte integer<br/>- signed 4 byte integer<br/>- unsigned 8 byte integer<br/>- signed 8 byte integer<br/>- 4 byte floating point number<br/>- 8 byte floating point number<br/>- binary<br/>", "version": "1.0.0", "jobControlOptions": ["sync-execute", "async-execute", "dismiss"], "outputTransmission": ["value", "reference"], "links": [{"rel": "http://www.opengis.net/def/rel/ogc/1.0/execute", "type": "application/json", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/SAGA.shapes_tools.0/execution"}, {"rel": "alternate", "type": "text/html", "title": "Execute End Point", "href": "http://demo.mapmint.com/ogc-api/processes/SAGA.shapes_tools.0/execution.html"}], "inputs": {"NAME": {"title": "Nom", "description": "Nom", "schema": {"type": "string", "default": "Any value", "nullable": true}, "id": "NAME"}, "TYPE": {"title": "Shape Type", "description": "Shape Type", "schema": {"type": "string", "default": "Point", "enum": ["Point", "Multipoint", "Lines", "Polygon"], "nullable": true}, "id": "TYPE"}, "VERTEX": {"title": "Vertex Type", "description": "Vertex Type", "schema": {"type": "string", "default": "x, y", "enum": ["x", " y", "x", " y", " z", "x", " y", " z", " m"], "nullable": true}, "id": "VERTEX"}, "NFIELDS": {"title": "Number of Attributes", "description": "Number of Attributes", "schema": {"type": "integer", "default": 2, "nullable": true}, "id": "NFIELDS"}}, "outputs": {"SHAPES": {"title": "Shapes", "description": "Shapes", "extended-schema": {"oneOf": [{"allOf": [{"$ref": "http://zoo-project.org/dl/link.json"}, {"type": "object", "properties": {"type": {"enum": ["image/tiff", "application/x-ogc-envi", "application/x-ogc-aaigrid", "image/png"]}}}]}, {"type": "object", "required": ["value"], "properties": {"value": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}}}]}, "schema": {"oneOf": [{"type": "string", "contentEncoding": "base64", "contentMediaType": "image/tiff"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-envi"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "application/x-ogc-aaigrid"}, {"type": "string", "contentEncoding": "base64", "contentMediaType": "image/png"}]}, "id": "SHAPES"}}}

http://demo.mapmint.com/ogc-apihttp://localhost/ogc-api/processes/SAGA.shapes_tools.0.html
Last modified: Sat Feb 19 15:43:34 CET 2022