Home > @i2analyze/i2connect > services > IGeospatialAreaCondition
services.IGeospatialAreaCondition interface
A condition that prompts the user for a geospatial area value.
Signature:
interface IGeospatialAreaCondition extends IConditionBase
Extends: IConditionBase
Introduced: API version 1.2
Properties
Property | Type | Description |
---|---|---|
defaultValue? | data.IGeoJsonFeatureCollection | RequestSpecificValue<data.IGeoJsonFeatureCollection> | (Optional) Gets the default value for the condition. |
description? | string | RequestSpecificValue<string> | (Optional) Gets a description of the condition, which might be displayed in the user interface. (Inherited from IConditionBase) |
hide? | HidePredicate | (Optional) Gets whether the condition should be hidden from the current user, based on information in the request. (Inherited from IConditionBase) |
isMandatory? | boolean | (Optional) Indicates whether the user must provide a value for the condition before they can use the service. (Inherited from IConditionBase) |
label | string | RequestSpecificValue<string> | Gets the label for the condition, which is displayed in the user interface. (Inherited from IConditionBase) |
logicalType | 'geospatialArea' | Gets the logical type of values that fulfill the condition. |