AbstractconstructorRest...args: [_properties?: InitializableBaseProperties]Protected Readonly_handlesReadonlyprovidersProviders that implement the identify functionality. The collection is initially populated with built-in Geocortex providers, however providers can be added or removed. The order is significant -- the first registered provider that is able to handle a given data/FeatureSource!FeatureSource will be used for that source (see tasks/identify/IdentifyProvider!IdentifyProvider.isSupported).
Determines how a parent object should handle initialization failure in this object. The default is "warn".
"error": support/InitializeError!InitializeError is thrown."warn": Message is logged and
support/InitializableBase!InitializeWarningEvent is raised."ignore": support/InitializableBase!InitializeWarningEvent is
raised.Protected_getThe property keys and their metadata that are used to implement serializing and deserializing the class instance.
Protected_initializableCollections of child items to initialize. Items that fail to initialize are removed from the collection.
Protected_initializeProtected_onProtected_onCalled to perform initialization of the support/InitializableBase!InitializableBase. Subclasses should override this method rather than initialize() to perform custom initialization.
Protected_postProtected_toConverts the value to a PropertyDef object.
The value to convert.
Counts the features that intersect a given geometry.
The feature sources to identify.
The geometry to match.
Optionaloptions: IdentifyOptionsOptions that affect the identify operation.
An iterator of tasks/CountResult!CountResult containing count results. If the operation is canceled, the returned iterator might end prematurely and reject with an instance of support/Cancellable!Cancellation, though it may still succeed and return all count results.
Count the features that intersect a given geometry.
The extension of the map to identify.
The geometry to match.
Optionaloptions: IdentifyOptionsOptions that affect the identify operation.
An iterator of tasks/CountResult!CountResult containing count results. If the operation is canceled, the returned iterator might end prematurely and reject with an instance of support/Cancellable!Cancellation, though it may still succeed and return all count results.
Count the features that intersect a given geometry.
The map to identify.
The geometry to match.
Optionaloptions: IdentifyOptionsOptions that affect the identify operation.
An iterator of tasks/CountResult!CountResult containing count results. If the operation is canceled, the returned iterator might end prematurely and reject with an instance of support/Cancellable!Cancellation, though it may still succeed and return all count results.
Returns the serializable properties.
OptionalserializeMode: SerializeModeOptional. If specified, only properties that support the given serialization mode will be returned.
Identifies features that intersect a given geometry.
The feature sources to identify.
The geometry to match.
Optionaloptions: IdentifyOptionsOptions that affect the identify operation.
An iterator of data/FeatureSet!FeatureSet containing identify results. If the operation is canceled, the returned iterator might end prematurely and reject with an instance of support/Cancellable!Cancellation, though it may still succeed and return all results.
Identifies features that intersect a given geometry.
The extension of the map to identify.
The geometry to match.
Optionaloptions: IdentifyOptionsOptions that affect the identify operation.
An iterator of data/FeatureSet!FeatureSet containing identify results. If the operation is canceled, the returned iterator might end prematurely and reject with an instance of support/Cancellable!Cancellation, though it may still succeed and return all results.
Identifies features that intersect a given geometry.
The map to identify.
The geometry to match.
Optionaloptions: IdentifyOptionsOptions that affect the identify operation.
An iterator of data/FeatureSet!FeatureSet containing identify results. If the operation is canceled, the returned iterator might end prematurely and reject with an instance of support/Cancellable!Cancellation, though it may still succeed and return all results.
Determines whether this service supports identify operations for the given source, i.e. whether there is at least one registered provider for that source.
The source to check.
The geometry to check.
Optionaloptions: IdentifyOptionsThe options to check.
Allows identifying features by geometry.