com.esri.core.internal.value
Enum KMLFeatureInfo.FEATURETYPE

java.lang.Object
  extended by java.lang.Enum<KMLFeatureInfo.FEATURETYPE>
      extended by 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>


Enum Constant Summary
FOLDER
           
GROUND_OVERLAY
           
LINE
           
NETWORK_LINK
           
POINT
           
POLYGON
           
SCREEN_OVERLAY
           
 
Method Summary
static KMLFeatureInfo.FEATURETYPE fromString(String value)
           
static KMLFeatureInfo.FEATURETYPE valueOf(String name)
          Returns the enum constant of this type with the specified name.
static KMLFeatureInfo.FEATURETYPE[] 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

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
Method Detail

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.