|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.core.map.FeatureTemplate
public class FeatureTemplate

Feature templates define the information required to create a new feature.
| Nested Class Summary | |
|---|---|
static class |
FeatureTemplate.DRAWING_TOOL
The default drawing tool to use when creating features based on this template.. |
| Constructor Summary | |
|---|---|
FeatureTemplate()
Instantiates an object of FeatureTemplate. |
|
FeatureTemplate(String name,
String description,
Map<String,Object> prototype,
FeatureTemplate.DRAWING_TOOL drawingTool)
<<<<<<< HEAD Instantiates an object of FeatureTemplate. |
|
| Method Summary | |
|---|---|
static FeatureTemplate |
fromJson(org.codehaus.jackson.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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FeatureTemplate(String name,
String description,
Map<String,Object> prototype,
FeatureTemplate.DRAWING_TOOL drawingTool)
name - the namedescription - the descriptionprototype - the prototypedrawingTool - >>>>>>> refs/remotes/AndroidSDK/CatalogSignInpublic FeatureTemplate()
| Method Detail |
|---|
public String getName()
public String getDescription()
public Map<String,Object> getPrototype()
public FeatureTemplate.DRAWING_TOOL getDrawingTool()
public static FeatureTemplate fromJson(org.codehaus.jackson.JsonParser parser)
throws Exception
parser - the Jackson parser holding the JSON data.
Exception - the exception
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||