Package net.opengis.ogc
Interface SpatialOperatorNameType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlAnySimpleType,org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlString,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SpatialOperatorNameTypeImpl
public interface SpatialOperatorNameType extends org.apache.xmlbeans.XmlStringAn XML SpatialOperatorNameType(@http://www.opengis.net/ogc). This is an atomic type that is a restriction of net.opengis.ogc.SpatialOperatorNameType.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSpatialOperatorNameType.EnumEnumeration value class for net.opengis.ogc.SpatialOperatorNameType.static classSpatialOperatorNameType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static SpatialOperatorNameType.EnumBBOXstatic SpatialOperatorNameType.EnumBEYONDstatic SpatialOperatorNameType.EnumCONTAINSstatic SpatialOperatorNameType.EnumCROSSESstatic SpatialOperatorNameType.EnumD_WITHINstatic SpatialOperatorNameType.EnumDISJOINTstatic SpatialOperatorNameType.EnumEQUALSstatic intINT_BBOXstatic intINT_BEYONDstatic intINT_CONTAINSstatic intINT_CROSSESstatic intINT_D_WITHINstatic intINT_DISJOINTstatic intINT_EQUALSstatic intINT_INTERSECTSstatic intINT_OVERLAPSstatic intINT_TOUCHESstatic intINT_WITHINstatic SpatialOperatorNameType.EnumINTERSECTSstatic SpatialOperatorNameType.EnumOVERLAPSstatic SpatialOperatorNameType.EnumTOUCHESstatic org.apache.xmlbeans.SchemaTypetypestatic SpatialOperatorNameType.EnumWITHIN
-
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
-
BBOX
static final SpatialOperatorNameType.Enum BBOX
-
EQUALS
static final SpatialOperatorNameType.Enum EQUALS
-
DISJOINT
static final SpatialOperatorNameType.Enum DISJOINT
-
INTERSECTS
static final SpatialOperatorNameType.Enum INTERSECTS
-
TOUCHES
static final SpatialOperatorNameType.Enum TOUCHES
-
CROSSES
static final SpatialOperatorNameType.Enum CROSSES
-
WITHIN
static final SpatialOperatorNameType.Enum WITHIN
-
CONTAINS
static final SpatialOperatorNameType.Enum CONTAINS
-
OVERLAPS
static final SpatialOperatorNameType.Enum OVERLAPS
-
BEYOND
static final SpatialOperatorNameType.Enum BEYOND
-
D_WITHIN
static final SpatialOperatorNameType.Enum D_WITHIN
-
INT_BBOX
static final int INT_BBOX
- See Also:
- Constant Field Values
-
INT_EQUALS
static final int INT_EQUALS
- See Also:
- Constant Field Values
-
INT_DISJOINT
static final int INT_DISJOINT
- See Also:
- Constant Field Values
-
INT_INTERSECTS
static final int INT_INTERSECTS
- See Also:
- Constant Field Values
-
INT_TOUCHES
static final int INT_TOUCHES
- See Also:
- Constant Field Values
-
INT_CROSSES
static final int INT_CROSSES
- See Also:
- Constant Field Values
-
INT_WITHIN
static final int INT_WITHIN
- See Also:
- Constant Field Values
-
INT_CONTAINS
static final int INT_CONTAINS
- See Also:
- Constant Field Values
-
INT_OVERLAPS
static final int INT_OVERLAPS
- See Also:
- Constant Field Values
-
INT_BEYOND
static final int INT_BEYOND
- See Also:
- Constant Field Values
-
INT_D_WITHIN
static final int INT_D_WITHIN
- See Also:
- Constant Field Values
-
-