GetGeometryTier()
Returns a list of children geometry items below the given parent geometry ID in Field View.
|
Parameter | Type | Max Length | Required | Description |
---|---|---|---|---|
apiToken | string | 20 | Y | Your API security token configured in Field View. |
parentID | integer | Y | The parent ID of the children for which to retrieve information. Start at parentId 0 to get the root node, then use GeometryTierInformation.ID as the parentID in subsequent requests to recurse down the geometry hierarchy. | |
projectID | integer | Y | The project ID for which to retrieve information. | |
activeOnly | boolean | Y | If true, only active geometry items will be returned. If false, deactivated geometry items will be returned too. |
Field | Type | Description |
---|---|---|
GeometryTierInformation | GeometryTierInformation | Geometry tier information structure. |
<GeometryTierResponse>
<Status>
SUCCESS
<Message>Success.</Message>
</Status>
<GeometryTierInformation>
<ID></ID>
<ParentID></ParentID>
<Description></Description>
<SortOrder></SortOrder>
<HasChildren></HasChildren>
<Calibrated></Calibrated>
<GeometryTypeID></GeometryTypeID>
<GeometryType></GeometryType>
<GeometryClassificationID></GeometryClassificationID>
<GeometryClassification></GeometryClassification>
<Status></Status>
<StatusColour></StatusColour>
<GeometryImageID></GeometryImageID>
<CalibratedGeometryImageID></CalibratedGeometryImageID>
<Active></Active>
<Deleted></Deleted>
</GeometryTierInformation>
</GeometryTierResponse>