SharedTemplateSource class abstract interface

Interface to support querying for shared templates and creating features with shared templates.

Implementers

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addFeatures({required SharedTemplateFeatureCreationSet featureCreationSet}) Future<void>
Adds a set of features created from a shared template to the database.
createFeatures({required SharedTemplate sharedTemplate, Geometry? geometry}) Future<SharedTemplateFeatureCreationSet>
Creates a set of features based on the specified shared template and geometry.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
querySharedTemplates(SharedTemplateQueryParameters? queryParameters) Future<Map<int, List<SharedTemplate>>>
Queries the database for shared templates.
toString() String
A string representation of this object.
inherited

Operators

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