Identifies a part in a group template. More...
| Header | #include <Group |
| Since | Esri |
| Inherits | Esri |
Public Functions
| virtual | ~ |
| Esri | builder |
| Esri | get |
| QVariant | options() const |
Detailed Description
The part feature created from this template has a pre-defined set of attributes as specified in the getTemplate.
The builderToolType, with the options, describes how to create the base geometry from the first item in the GroupTemplateDefinition::parts, which is transformed to create this part feature's geometry.
Member Function Documentation
[override virtual noexcept] GroupTemplatePart::~GroupTemplatePart ()
Destructor.
Esri::ArcGISRuntime::GeometryBuilderToolType GroupTemplatePart::builderToolType () const
Returns a tool type used to transform the primary geometry into this part.
Esri::ArcGISRuntime::SharedTemplate *GroupTemplatePart::getTemplate () const
Returns the template applicable for this specific part.
This template can be a feature or preset template.
QVariantMap GroupTemplatePart::options() const
Returns the optional configuration for the builder tool type.
See Internal data structures with case-insensitive string keys for further details.