AbstractconstructorRest...args: [_properties?: InitializableBaseProperties]Protected Readonly_handlesReadonlyprovidersQuery providers that implement the query functionality. The collection will be 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/query/QueryProvider!QueryProvider.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 number of features that match the query criteria in a given feature source.
The source to search.
An SQL expression to match against, e.g. "lastName='Smith'".
Optionaloptions: QueryOptionsAdditional options that affect the query.
Returns the serializable properties.
OptionalserializeMode: SerializeModeOptional. If specified, only properties that support the given serialization mode will be returned.
Determines whether this service is able to query the given source, i.e. whether there is at least one registered provider for that source.
The source to check.
Queries the given feature sources provided in the query definitions for features that match the query criteria.
The queries to perform.
Queries a given feature source for features that match the query criteria.
The source to query.
An SQL expression to match against, e.g. "lastName='Smith'".
Optionaloptions: QueryOptionsAdditional options that affect the query.
Allows querying for features by SQL expression.