DescribeObject Method
Equivalent to the HTTP API request for resource discovery. It is the equivalent of the OPTIONS request to http://<server>/<resource_path>/<resource_name>.<ext>.
Description
This is the equivalent of the OPTIONS request to http://<server>/<resource_path>/<resource_name>.<ext>.
Syntax
Visual Basic |
---|
Public Function DescribeObject( _ ByVal url As String, _ ) As Object |
Parameters
- url
The URL to the resource required e.g. http://<server>/<resource_path>/<resource_name>.<ext>.
Return Type
Returns an object to deserialise.
Remarks
Available: DK OD OM OV PySIS
Group:
Examples
sis.DescribeObject("http://GeognoSISServer:4444/geognosis/9/sessions/e5dbfd81-898e-4088-9121-ca692b55e23a/map/analysis/grid.json")
Returns the available Operations for the grid resource using json.