| java.lang.Object | |
| ↳ | com.esri.core.map.FeatureTemplate |
Feature templates define the information required to create a new feature.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| enum | FeatureTemplate.DRAWING_TOOL | The default drawing tool to use when creating features based on this template.. | |||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
|
FeatureTemplate(String name, String description, Map<String, Object> prototype, FeatureTemplate.DRAWING_TOOL drawingTool)
<<<<<<< HEAD Instantiates an object of FeatureTemplate.
| |||||||||||
|
FeatureTemplate()
Instantiates an object of FeatureTemplate.
| |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| static FeatureTemplate |
fromJson(JsonParser parser)
Decodes objects from JSON representation.
| ||||||||||
| String |
getDescription()
Gets the description of the FeatureTemplate.
| ||||||||||
| FeatureTemplate.DRAWING_TOOL |
getDrawingTool()
Gets the drawingTool of the FeatureTemplate.
| ||||||||||
| String |
getName()
Gets the name of the FeatureTemplate.
| ||||||||||
| Map<String, Object> |
getPrototype()
Gets the prototype of the FeatureTemplate.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
<<<<<<< HEAD Instantiates an object of FeatureTemplate.
| name | the name |
|---|---|
| description | the description |
| prototype | the prototype |
| drawingTool | >>>>>>> refs/remotes/AndroidSDK/CatalogSignIn |
Instantiates an object of FeatureTemplate.
Decodes objects from JSON representation.
| parser | the Jackson parser holding the JSON data. |
|---|
| Exception | the exception |
|---|
Gets the description of the FeatureTemplate.
Gets the drawingTool of the FeatureTemplate.
Gets the prototype of the FeatureTemplate.