Package net.opengis.ogc
Interface SpatialOperatorType
-
- All Superinterfaces:
org.apache.xmlbeans.XmlObject,org.apache.xmlbeans.XmlTokenSource
- All Known Implementing Classes:
SpatialOperatorTypeImpl
public interface SpatialOperatorType extends org.apache.xmlbeans.XmlObjectAn XML SpatialOperatorType(@http://www.opengis.net/ogc). This is a complex type.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSpatialOperatorType.FactoryA factory class with static methods for creating instances of this type.
-
Field Summary
Fields Modifier and Type Field Description static org.apache.xmlbeans.SchemaTypetype
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GeometryOperandsTypeaddNewGeometryOperands()Appends and returns a new empty "GeometryOperands" elementGeometryOperandsTypegetGeometryOperands()Gets the "GeometryOperands" elementSpatialOperatorNameType.EnumgetName()Gets the "name" attributebooleanisSetGeometryOperands()True if has "GeometryOperands" elementbooleanisSetName()True if has "name" attributevoidsetGeometryOperands(GeometryOperandsType geometryOperands)Sets the "GeometryOperands" elementvoidsetName(SpatialOperatorNameType.Enum name)Sets the "name" attributevoidunsetGeometryOperands()Unsets the "GeometryOperands" elementvoidunsetName()Unsets the "name" attributeSpatialOperatorNameTypexgetName()Gets (as xml) the "name" attributevoidxsetName(SpatialOperatorNameType name)Sets (as xml) the "name" attribute-
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
-
-
-
-
Method Detail
-
getGeometryOperands
GeometryOperandsType getGeometryOperands()
Gets the "GeometryOperands" element
-
isSetGeometryOperands
boolean isSetGeometryOperands()
True if has "GeometryOperands" element
-
setGeometryOperands
void setGeometryOperands(GeometryOperandsType geometryOperands)
Sets the "GeometryOperands" element
-
addNewGeometryOperands
GeometryOperandsType addNewGeometryOperands()
Appends and returns a new empty "GeometryOperands" element
-
unsetGeometryOperands
void unsetGeometryOperands()
Unsets the "GeometryOperands" element
-
getName
SpatialOperatorNameType.Enum getName()
Gets the "name" attribute
-
xgetName
SpatialOperatorNameType xgetName()
Gets (as xml) the "name" attribute
-
isSetName
boolean isSetName()
True if has "name" attribute
-
setName
void setName(SpatialOperatorNameType.Enum name)
Sets the "name" attribute
-
xsetName
void xsetName(SpatialOperatorNameType name)
Sets (as xml) the "name" attribute
-
unsetName
void unsetName()
Unsets the "name" attribute
-
-