|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use FeatureTemplate | |
|---|---|
| com.esri.android.map.ags | Contains the classes for the available map layer types. |
| com.esri.core.map | Contains classes that define elements from feature and image services. |
| com.esri.core.renderer | Provides different types of renderers used to symbolize graphics. |
| Uses of FeatureTemplate in com.esri.android.map.ags |
|---|
| Methods in com.esri.android.map.ags that return FeatureTemplate | |
|---|---|
FeatureTemplate[] |
ArcGISFeatureLayer.getTemplates()
Returns an array of feature templates defined in the feature service layer. |
| Methods in com.esri.android.map.ags with parameters of type FeatureTemplate | |
|---|---|
Graphic |
ArcGISFeatureLayer.createFeatureWithTemplate(FeatureTemplate template,
Geometry geometry)
Creates a new feature based on the specified feature SubType and feature template. |
| Uses of FeatureTemplate in com.esri.core.map |
|---|
| Methods in com.esri.core.map that return FeatureTemplate | |
|---|---|
static FeatureTemplate |
FeatureTemplate.fromJson(org.codehaus.jackson.JsonParser parser)
Decodes objects from JSON representation. |
FeatureTemplate[] |
FeatureType.getTemplates()
Returns the template array of the FeatureType. |
| Constructor parameters in com.esri.core.map with type arguments of type FeatureTemplate | |
|---|---|
FeatureType(String id,
String name,
List<FeatureTemplate> templates)
Instantiates a FeatureType with given values. |
|
| Uses of FeatureTemplate in com.esri.core.renderer |
|---|
| Methods in com.esri.core.renderer that return types with arguments of type FeatureTemplate | |
|---|---|
List<FeatureTemplate> |
ClassBreaksRenderer.toTemplates(Geometry.Type type)
Creates templates out of the renderer. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||