|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FeatureTemplate | |
---|---|
com.esri.core.internal.value | |
com.esri.core.map | |
com.esri.map |
Uses of FeatureTemplate in com.esri.core.internal.value |
---|
Methods in com.esri.core.internal.value that return types with arguments of type FeatureTemplate | |
---|---|
List<FeatureTemplate> |
Layer.getTemplates()
|
Method parameters in com.esri.core.internal.value with type arguments of type FeatureTemplate | |
---|---|
void |
Layer.setTemplates(List<FeatureTemplate> templates)
|
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.map |
---|
Methods in com.esri.map that return types with arguments of type FeatureTemplate | |
---|---|
List<FeatureTemplate> |
ArcGISFeatureLayer.getTemplates()
Gets the templates. |
Methods in com.esri.map 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. |
Symbol |
ArcGISPopupInfo.createSymbolFromTemplate(FeatureTemplate template)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |