PresetTemplateDefinition class final

Defines how a primary feature and its preset features are created from a preset template.

Features created from this template come pre-arranged around the PresetTemplateDefinition.origin with PresetTemplateDefinition.secondary rotation if specified.

Utility associations are also created for the features if they are part of a utility network and PresetTemplateDefinition.presetTemplateAssociations is not empty.

Inheritance

Properties

hashCode int
The hash code for this object.
no setterinherited
origin ArcGISPoint
The point from which PresetTemplateDefinition.presetTemplateFeatures are arranged.
no setter
presetTemplateAssociations List<PresetTemplateAssociation>
The collection of preset template associations to create with the PresetTemplateDefinition.presetTemplateFeatures.
no setter
presetTemplateFeatures List<PresetTemplateFeature>
The collection of preset template features to create around the PresetTemplateDefinition.origin.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondary ArcGISPoint?
An optional secondary location that determines the rotation of the PresetTemplateDefinition.presetTemplateFeatures.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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