GetGeometryTypes()

The GetGeometryTypes() command returns a list of geometry types in Field View.

  • Quota: 1
Table 1. Parameters
ParameterTypeMax LengthRequiredDescription
apiTokenstring20Y Your API security token configured in Field View.
Table 2. Returns
FieldTypeDescription
GeometryTypeInformationGeometryTypeInformationGeometry type information structure.
<GeometryTypeResponse>
       <Status>
           SUCCESS
           <Message>Success.</Message>
       </Status>
       <GeometryTypeInformation>
           <ID></ID>
           <Description></Description>
      </GeometryTypeInformation>
   </GeometryTypeResponse>