Identifies a feature in a preset template. More...
| Header | #include <Preset |
| Since | Esri |
| Inherits | Esri |
Public Functions
| virtual | ~ |
| Esri | geometry() const |
| Esri | get |
Detailed Description
The preset feature created from this template has a pre-defined set of attributes as specified in the getTemplate.
The geometry defines how this feature is arranged around the PresetTemplateDefinition::origin when it's moved to a specified location with the rest of the PresetTemplateDefinition::presetTemplateFeatures.
Member Function Documentation
[override virtual noexcept] PresetTemplateFeature::~PresetTemplateFeature ()
Destructor.
Esri::ArcGISRuntime::Geometry PresetTemplateFeature::geometry() const
Returns the geometry of the feature relative to the PresetTemplateDefinition::origin.
Esri::ArcGISRuntime::SharedTemplate *PresetTemplateFeature::getTemplate () const
Returns the template applicable to this preset feature.
This template can be a feature template or another preset template.