java.lang.Object
com.esri.arcgisruntime.data.FeatureTemplate
Represents a feature template which may contain default, also known as prototype, attribute values for an
ArcGISFeature
's Field
s.
Use ArcGISFeatureTable.getFeatureTemplates()
and ArcGISFeatureTable.getFeatureTypes()
to get
the templates available then use the template to create a feature by calling ArcGISFeatureTable.createFeature(FeatureTemplate)
.
- Since:
- 100.0.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enum
Represents a drawing tool which can be used to digitize geometries. -
Method Summary
Modifier and TypeMethodDescriptionGets the feature template description.Gets an indication of the drawing tool that could be used to draw this feature in an editing application.getName()
Gets the name of this template.Gets ajava.util.Map
of default attribute values for a feature created with this template.
-
Method Details
-
getDescription
Gets the feature template description.- Returns:
- the description
- Since:
- 100.0.0
-
getDrawingTool
Gets an indication of the drawing tool that could be used to draw this feature in an editing application.- Returns:
- drawing tool that could be used to draw this feature
- Since:
- 100.0.0
-
getName
Gets the name of this template.- Returns:
- the name of this template
- Since:
- 100.0.0
-
getPrototypeAttributes
Gets ajava.util.Map
of default attribute values for a feature created with this template.- Returns:
- a unmodifiable map of attribute names and their values
- Since:
- 100.0.0
-