Uses of Interface
net.opengis.fes20.BinarySpatialOpType
-
Packages that use BinarySpatialOpType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of BinarySpatialOpType in net.opengis.fes20
Methods in net.opengis.fes20 that return BinarySpatialOpType Modifier and Type Method Description BinarySpatialOpType
Fes20Factory. createBinarySpatialOpType()
Returns a new object of class 'Binary Spatial Op Type'.BinarySpatialOpType
DocumentRoot. getContains()
Returns the value of the 'Contains' containment reference.BinarySpatialOpType
DocumentRoot. getCrosses()
Returns the value of the 'Crosses' containment reference.BinarySpatialOpType
DocumentRoot. getDisjoint()
Returns the value of the 'Disjoint' containment reference.BinarySpatialOpType
DocumentRoot. getEquals()
Returns the value of the 'Equals' containment reference.BinarySpatialOpType
DocumentRoot. getIntersects()
Returns the value of the 'Intersects' containment reference.BinarySpatialOpType
DocumentRoot. getOverlaps()
Returns the value of the 'Overlaps' containment reference.BinarySpatialOpType
DocumentRoot. getTouches()
Returns the value of the 'Touches' containment reference.BinarySpatialOpType
DocumentRoot. getWithin()
Returns the value of the 'Within' containment reference.Methods in net.opengis.fes20 with parameters of type BinarySpatialOpType Modifier and Type Method Description void
DocumentRoot. setContains(BinarySpatialOpType value)
Sets the value of the 'Contains
' containment reference.void
DocumentRoot. setCrosses(BinarySpatialOpType value)
Sets the value of the 'Crosses
' containment reference.void
DocumentRoot. setDisjoint(BinarySpatialOpType value)
Sets the value of the 'Disjoint
' containment reference.void
DocumentRoot. setEquals(BinarySpatialOpType value)
Sets the value of the 'Equals
' containment reference.void
DocumentRoot. setIntersects(BinarySpatialOpType value)
Sets the value of the 'Intersects
' containment reference.void
DocumentRoot. setOverlaps(BinarySpatialOpType value)
Sets the value of the 'Overlaps
' containment reference.void
DocumentRoot. setTouches(BinarySpatialOpType value)
Sets the value of the 'Touches
' containment reference.void
DocumentRoot. setWithin(BinarySpatialOpType value)
Sets the value of the 'Within
' containment reference. -
Uses of BinarySpatialOpType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement BinarySpatialOpType Modifier and Type Class Description class
BinarySpatialOpTypeImpl
An implementation of the model object 'Binary Spatial Op Type'.Methods in net.opengis.fes20.impl that return BinarySpatialOpType Modifier and Type Method Description BinarySpatialOpType
Fes20FactoryImpl. createBinarySpatialOpType()
BinarySpatialOpType
DocumentRootImpl. getContains()
BinarySpatialOpType
DocumentRootImpl. getCrosses()
BinarySpatialOpType
DocumentRootImpl. getDisjoint()
BinarySpatialOpType
DocumentRootImpl. getEquals()
BinarySpatialOpType
DocumentRootImpl. getIntersects()
BinarySpatialOpType
DocumentRootImpl. getOverlaps()
BinarySpatialOpType
DocumentRootImpl. getTouches()
BinarySpatialOpType
DocumentRootImpl. getWithin()
Methods in net.opengis.fes20.impl with parameters of type BinarySpatialOpType Modifier and Type Method Description NotificationChain
DocumentRootImpl. basicSetContains(BinarySpatialOpType newContains, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetCrosses(BinarySpatialOpType newCrosses, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetDisjoint(BinarySpatialOpType newDisjoint, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetEquals(BinarySpatialOpType newEquals, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetIntersects(BinarySpatialOpType newIntersects, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetOverlaps(BinarySpatialOpType newOverlaps, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetTouches(BinarySpatialOpType newTouches, NotificationChain msgs)
NotificationChain
DocumentRootImpl. basicSetWithin(BinarySpatialOpType newWithin, NotificationChain msgs)
void
DocumentRootImpl. setContains(BinarySpatialOpType newContains)
void
DocumentRootImpl. setCrosses(BinarySpatialOpType newCrosses)
void
DocumentRootImpl. setDisjoint(BinarySpatialOpType newDisjoint)
void
DocumentRootImpl. setEquals(BinarySpatialOpType newEquals)
void
DocumentRootImpl. setIntersects(BinarySpatialOpType newIntersects)
void
DocumentRootImpl. setOverlaps(BinarySpatialOpType newOverlaps)
void
DocumentRootImpl. setTouches(BinarySpatialOpType newTouches)
void
DocumentRootImpl. setWithin(BinarySpatialOpType newWithin)
-
Uses of BinarySpatialOpType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type BinarySpatialOpType Modifier and Type Method Description T
Fes20Switch. caseBinarySpatialOpType(BinarySpatialOpType object)
Returns the result of interpreting the object as an instance of 'Binary Spatial Op Type'.boolean
Fes20Validator. validateBinarySpatialOpType(BinarySpatialOpType binarySpatialOpType, DiagnosticChain diagnostics, Map<Object,Object> context)
-