com.esri.core.internal.value
Enum KMLFeatureInfo.FEATURETYPE
java.lang.Object
java.lang.Enum<KMLFeatureInfo.FEATURETYPE>
com.esri.core.internal.value.KMLFeatureInfo.FEATURETYPE
- All Implemented Interfaces:
- Serializable, Comparable<KMLFeatureInfo.FEATURETYPE>
- Enclosing class:
- KMLFeatureInfo
public static enum KMLFeatureInfo.FEATURETYPE
- extends Enum<KMLFeatureInfo.FEATURETYPE>
FOLDER
public static final KMLFeatureInfo.FEATURETYPE FOLDER
GROUND_OVERLAY
public static final KMLFeatureInfo.FEATURETYPE GROUND_OVERLAY
LINE
public static final KMLFeatureInfo.FEATURETYPE LINE
NETWORK_LINK
public static final KMLFeatureInfo.FEATURETYPE NETWORK_LINK
POINT
public static final KMLFeatureInfo.FEATURETYPE POINT
POLYGON
public static final KMLFeatureInfo.FEATURETYPE POLYGON
SCREEN_OVERLAY
public static final KMLFeatureInfo.FEATURETYPE SCREEN_OVERLAY
values
public static KMLFeatureInfo.FEATURETYPE[] values()
- Returns an array containing the constants of this enum type, in
the order they are declared. This method may be used to iterate
over the constants as follows:
for (KMLFeatureInfo.FEATURETYPE c : KMLFeatureInfo.FEATURETYPE.values())
System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in
the order they are declared
valueOf
public static KMLFeatureInfo.FEATURETYPE valueOf(String name)
- Returns the enum constant of this type with the specified name.
The string must match exactly an identifier used to declare an
enum constant in this type. (Extraneous whitespace characters are
not permitted.)
- Parameters:
name
- the name of the enum constant to be returned.
- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
fromString
public static KMLFeatureInfo.FEATURETYPE fromString(String value)
Copyright © 2012. All Rights Reserved.