|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<FeatureTemplate.DRAWING_TOOL> com.esri.core.map.FeatureTemplate.DRAWING_TOOL
public static enum FeatureTemplate.DRAWING_TOOL
The default drawing tool to use when creating features based on this template..
Enum Constant Summary | |
---|---|
AUTO_COMPLETE_POLYGON
The default drawing tool specified for this template is a auto complete polygon tool. |
|
CIRCLE
The default drawing tool specified for this template is the circle tool. |
|
DOWN_ARROW
The default drawing tool specified for this template is the down arrow tool. |
|
ELLIPSE
The default drawing tool specified for this template is a ellipse tool. |
|
FREEHAND
The default drawing tool specified for this template is the freehand tool. |
|
LEFT_ARROW
The default drawing tool specified for this template is the left arrow tool. |
|
LINE
The default drawing tool specified for this template is the line tool. |
|
NONE
No default tool is specified. |
|
POINT
The default drawing tool specified for this template is the point tool. |
|
POLYGON
The default drawing tool specified for this template is the polygon tool. |
|
RECTANGLE
The default drawing tool specified for this template is the rectangle tool. |
|
RIGHT_ARROW
The default drawing tool specified for this template is the right arrow tool. |
|
TEXT
The default drawing tool specified for this template is the text tool. |
|
TRIANGLE
The default drawing tool specified for this template is the triangle tool. |
|
UP_ARROW
The default drawing tool specified for this template is the up arrow tool. |
Method Summary | |
---|---|
static FeatureTemplate.DRAWING_TOOL |
fromString(String v)
|
String |
getValue()
|
static FeatureTemplate.DRAWING_TOOL |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static FeatureTemplate.DRAWING_TOOL[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final FeatureTemplate.DRAWING_TOOL NONE
public static final FeatureTemplate.DRAWING_TOOL POINT
public static final FeatureTemplate.DRAWING_TOOL LINE
public static final FeatureTemplate.DRAWING_TOOL POLYGON
public static final FeatureTemplate.DRAWING_TOOL AUTO_COMPLETE_POLYGON
public static final FeatureTemplate.DRAWING_TOOL CIRCLE
public static final FeatureTemplate.DRAWING_TOOL ELLIPSE
public static final FeatureTemplate.DRAWING_TOOL RECTANGLE
public static final FeatureTemplate.DRAWING_TOOL FREEHAND
public static final FeatureTemplate.DRAWING_TOOL TRIANGLE
public static final FeatureTemplate.DRAWING_TOOL LEFT_ARROW
public static final FeatureTemplate.DRAWING_TOOL RIGHT_ARROW
public static final FeatureTemplate.DRAWING_TOOL UP_ARROW
public static final FeatureTemplate.DRAWING_TOOL DOWN_ARROW
public static final FeatureTemplate.DRAWING_TOOL TEXT
Method Detail |
---|
public static FeatureTemplate.DRAWING_TOOL[] values()
for (FeatureTemplate.DRAWING_TOOL c : FeatureTemplate.DRAWING_TOOL.values()) System.out.println(c);
public static FeatureTemplate.DRAWING_TOOL valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is nullpublic String getValue()
public static FeatureTemplate.DRAWING_TOOL fromString(String v)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |