net.opengis.gml
Enum AesheticCriteriaType

java.lang.Object
  extended by java.lang.Enum<AesheticCriteriaType>
      extended by net.opengis.gml.AesheticCriteriaType
All Implemented Interfaces:
Serializable, Comparable<AesheticCriteriaType>

public enum AesheticCriteriaType
extends Enum<AesheticCriteriaType>

Classe Java pour AesheticCriteriaType.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <simpleType name="AesheticCriteriaType">
   <restriction base="{http://www.w3.org/2001/XMLSchema}string">
     <enumeration value="MIN_CROSSINGS"/>
     <enumeration value="MIN_AREA"/>
     <enumeration value="MIN_BENDS"/>
     <enumeration value="MAX_BENDS"/>
     <enumeration value="UNIFORM_BENDS"/>
     <enumeration value="MIN_SLOPES"/>
     <enumeration value="MIN_EDGE_LENGTH"/>
     <enumeration value="MAX_EDGE_LENGTH"/>
     <enumeration value="UNIFORM_EDGE_LENGTH"/>
     <enumeration value="MAX_ANGULAR_RESOLUTION"/>
     <enumeration value="MIN_ASPECT_RATIO"/>
     <enumeration value="MAX_SYMMETRIES"/>
   </restriction>
 </simpleType>
 


Enum Constant Summary
MAX_ANGULAR_RESOLUTION
           
MAX_BENDS
           
MAX_EDGE_LENGTH
           
MAX_SYMMETRIES
           
MIN_AREA
           
MIN_ASPECT_RATIO
           
MIN_BENDS
           
MIN_CROSSINGS
           
MIN_EDGE_LENGTH
           
MIN_SLOPES
           
UNIFORM_BENDS
           
UNIFORM_EDGE_LENGTH
           
 
Method Summary
static AesheticCriteriaType fromValue(String v)
           
 String value()
           
static AesheticCriteriaType valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AesheticCriteriaType[] 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

MIN_CROSSINGS

public static final AesheticCriteriaType MIN_CROSSINGS

MIN_AREA

public static final AesheticCriteriaType MIN_AREA

MIN_BENDS

public static final AesheticCriteriaType MIN_BENDS

MAX_BENDS

public static final AesheticCriteriaType MAX_BENDS

UNIFORM_BENDS

public static final AesheticCriteriaType UNIFORM_BENDS

MIN_SLOPES

public static final AesheticCriteriaType MIN_SLOPES

MIN_EDGE_LENGTH

public static final AesheticCriteriaType MIN_EDGE_LENGTH

MAX_EDGE_LENGTH

public static final AesheticCriteriaType MAX_EDGE_LENGTH

UNIFORM_EDGE_LENGTH

public static final AesheticCriteriaType UNIFORM_EDGE_LENGTH

MAX_ANGULAR_RESOLUTION

public static final AesheticCriteriaType MAX_ANGULAR_RESOLUTION

MIN_ASPECT_RATIO

public static final AesheticCriteriaType MIN_ASPECT_RATIO

MAX_SYMMETRIES

public static final AesheticCriteriaType MAX_SYMMETRIES
Method Detail

values

public static AesheticCriteriaType[] 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 (AesheticCriteriaType c : AesheticCriteriaType.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static AesheticCriteriaType 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

value

public String value()

fromValue

public static AesheticCriteriaType fromValue(String v)


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.