GeoprocessingParameterType enum

The list of geoprocessing parameter types.

This is used to determine the geoprocessing parameter type.

Inheritance
Available extensions

Values

geoprocessingBoolean → const GeoprocessingParameterType

A boolean geoprocessing parameter.

geoprocessingDataFile → const GeoprocessingParameterType

A data file geoprocessing parameter.

geoprocessingDate → const GeoprocessingParameterType

A date geoprocessing parameter.

geoprocessingDouble → const GeoprocessingParameterType

A double geoprocessing parameter.

geoprocessingFeatures → const GeoprocessingParameterType

A geoprocessing parameter that contains features.

geoprocessingLinearUnit → const GeoprocessingParameterType

A linear unit geoprocessing parameter.

geoprocessingLong → const GeoprocessingParameterType

A long geoprocessing parameter.

geoprocessingMultiValue → const GeoprocessingParameterType

A multi value geoprocessing parameter.

geoprocessingRaster → const GeoprocessingParameterType

A raster geoprocessing parameter.

geoprocessingString → const GeoprocessingParameterType

A string geoprocessing parameter.

geoprocessingUnknownParameter → const GeoprocessingParameterType

An unknown geoprocessing parameter.

Properties

coreValue → RT_GeoprocessingParameterType
Convert to internal value.
no setter
hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

values → const List<GeoprocessingParameterType>
A constant List of the values in this enum, in order of their declaration.