Package net.opengis.gml
Interface AesheticCriteriaType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlString,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
AesheticCriteriaTypeImpl
public interface AesheticCriteriaType extends org.apache.xmlbeans.XmlStringAn XML AesheticCriteriaType(@http://www.opengis.net/gml). This is an atomic type that is a restriction of net.opengis.gml.AesheticCriteriaType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classAesheticCriteriaType.EnumEnumeration value class for net.opengis.gml.AesheticCriteriaType.static classAesheticCriteriaType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.xmlbeans.StringEnumAbstractBaseenumValue()voidset(org.apache.xmlbeans.StringEnumAbstractBase e)-
Methods inherited from interface org.apache.xmlbeans.XmlAnySimpleType
getStringValue, set, setStringValue, stringValue
-
Methods inherited from interface org.apache.xmlbeans.XmlObject
changeType, compareTo, compareValue, copy, copy, execQuery, execQuery, isImmutable, isNil, schemaType, selectAttribute, selectAttribute, selectAttributes, selectChildren, selectChildren, selectChildren, selectPath, selectPath, set, setNil, substitute, toString, validate, validate, valueEquals, valueHashCode
-
Methods inherited from interface org.apache.xmlbeans.XmlTokenSource
documentProperties, dump, getDomNode, monitor, newCursor, newDomNode, newDomNode, newInputStream, newInputStream, newReader, newReader, newXMLInputStream, newXMLInputStream, newXMLStreamReader, newXMLStreamReader, save, save, save, save, save, save, save, save, xmlText, xmlText
-
-
-
-
Field Detail
-
type
static final org.apache.xmlbeans.SchemaType type
-
MIN_CROSSINGS
static final AesheticCriteriaType.Enum MIN_CROSSINGS
-
MIN_AREA
static final AesheticCriteriaType.Enum MIN_AREA
-
MIN_BENDS
static final AesheticCriteriaType.Enum MIN_BENDS
-
MAX_BENDS
static final AesheticCriteriaType.Enum MAX_BENDS
-
UNIFORM_BENDS
static final AesheticCriteriaType.Enum UNIFORM_BENDS
-
MIN_SLOPES
static final AesheticCriteriaType.Enum MIN_SLOPES
-
MIN_EDGE_LENGTH
static final AesheticCriteriaType.Enum MIN_EDGE_LENGTH
-
MAX_EDGE_LENGTH
static final AesheticCriteriaType.Enum MAX_EDGE_LENGTH
-
UNIFORM_EDGE_LENGTH
static final AesheticCriteriaType.Enum UNIFORM_EDGE_LENGTH
-
MAX_ANGULAR_RESOLUTION
static final AesheticCriteriaType.Enum MAX_ANGULAR_RESOLUTION
-
MIN_ASPECT_RATIO
static final AesheticCriteriaType.Enum MIN_ASPECT_RATIO
-
MAX_SYMMETRIES
static final AesheticCriteriaType.Enum MAX_SYMMETRIES
-
INT_MIN_CROSSINGS
static final int INT_MIN_CROSSINGS
- See Also:
- Constant Field Values
-
INT_MIN_AREA
static final int INT_MIN_AREA
- See Also:
- Constant Field Values
-
INT_MIN_BENDS
static final int INT_MIN_BENDS
- See Also:
- Constant Field Values
-
INT_MAX_BENDS
static final int INT_MAX_BENDS
- See Also:
- Constant Field Values
-
INT_UNIFORM_BENDS
static final int INT_UNIFORM_BENDS
- See Also:
- Constant Field Values
-
INT_MIN_SLOPES
static final int INT_MIN_SLOPES
- See Also:
- Constant Field Values
-
INT_MIN_EDGE_LENGTH
static final int INT_MIN_EDGE_LENGTH
- See Also:
- Constant Field Values
-
INT_MAX_EDGE_LENGTH
static final int INT_MAX_EDGE_LENGTH
- See Also:
- Constant Field Values
-
INT_UNIFORM_EDGE_LENGTH
static final int INT_UNIFORM_EDGE_LENGTH
- See Also:
- Constant Field Values
-
INT_MAX_ANGULAR_RESOLUTION
static final int INT_MAX_ANGULAR_RESOLUTION
- See Also:
- Constant Field Values
-
INT_MIN_ASPECT_RATIO
static final int INT_MIN_ASPECT_RATIO
- See Also:
- Constant Field Values
-
INT_MAX_SYMMETRIES
static final int INT_MAX_SYMMETRIES
- See Also:
- Constant Field Values
-
-