Compute custom json output structures or well known binary format responses based on calculation or selection of feature properties or direct values given in the request.
const response = await client.geospatial.compute.compute({ output: { "output": { stTransform: { geometry: { ewkt: "SRID=4326;POLYGON((0 0,10 0,10 10,0 10,0 0))" }, srid: 4326, } } } });
Compute custom json output structures or well known binary format responses based on calculation or selection of feature properties or direct values given in the request.
const response = await client.geospatial.compute.compute({ output: { "output": { stTransform: { geometry: { ewkt: "SRID=4326;POLYGON((0 0,10 0,10 10,0 10,0 0))" }, srid: 4326, } } } });