public class FeatureTemplate
extends com.google.gwt.core.client.JavaScriptObject
Modifier and Type | Class and Description |
---|---|
static class |
FeatureTemplate.Tools |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The description of the template.
|
FeatureTemplate.Tools |
getDrawingTool()
The default drawing tool defined for the template.
|
java.lang.String |
getName()
The templates name.
|
Graphic |
getPrototype()
An instance of the prototypical feature described by the template.
|
com.google.gwt.core.client.JavaScriptObject |
toJson()
Converts object to its ArcGIS Server JSON representation.
|
public final java.lang.String getDescription()
public final FeatureTemplate.Tools getDrawingTool()
public final java.lang.String getName()
public final Graphic getPrototype()
public final com.google.gwt.core.client.JavaScriptObject toJson()