Uses of Interface
net.opengis.fes20.BinarySpatialOpType
Packages that use BinarySpatialOpType
-
Uses of BinarySpatialOpType in net.opengis.fes20
Methods in net.opengis.fes20 that return BinarySpatialOpTypeModifier and TypeMethodDescriptionFes20Factory.createBinarySpatialOpType()
Returns a new object of class 'Binary Spatial Op Type'.DocumentRoot.getContains()
Returns the value of the 'Contains' containment reference.DocumentRoot.getCrosses()
Returns the value of the 'Crosses' containment reference.DocumentRoot.getDisjoint()
Returns the value of the 'Disjoint' containment reference.DocumentRoot.getEquals()
Returns the value of the 'Equals' containment reference.DocumentRoot.getIntersects()
Returns the value of the 'Intersects' containment reference.DocumentRoot.getOverlaps()
Returns the value of the 'Overlaps' containment reference.DocumentRoot.getTouches()
Returns the value of the 'Touches' containment reference.DocumentRoot.getWithin()
Returns the value of the 'Within' containment reference.Methods in net.opengis.fes20 with parameters of type BinarySpatialOpTypeModifier and TypeMethodDescriptionvoid
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 BinarySpatialOpTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Binary Spatial Op Type'.Methods in net.opengis.fes20.impl that return BinarySpatialOpTypeModifier and TypeMethodDescriptionFes20FactoryImpl.createBinarySpatialOpType()
DocumentRootImpl.getContains()
DocumentRootImpl.getCrosses()
DocumentRootImpl.getDisjoint()
DocumentRootImpl.getEquals()
DocumentRootImpl.getIntersects()
DocumentRootImpl.getOverlaps()
DocumentRootImpl.getTouches()
DocumentRootImpl.getWithin()
Methods in net.opengis.fes20.impl with parameters of type BinarySpatialOpTypeModifier and TypeMethodDescriptionNotificationChain
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 BinarySpatialOpTypeModifier and TypeMethodDescriptionFes20Switch.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)