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 TypeMethodDescriptionvoidDocumentRoot.setContains(BinarySpatialOpType value) Sets the value of the 'Contains' containment reference.voidDocumentRoot.setCrosses(BinarySpatialOpType value) Sets the value of the 'Crosses' containment reference.voidDocumentRoot.setDisjoint(BinarySpatialOpType value) Sets the value of the 'Disjoint' containment reference.voidDocumentRoot.setEquals(BinarySpatialOpType value) Sets the value of the 'Equals' containment reference.voidDocumentRoot.setIntersects(BinarySpatialOpType value) Sets the value of the 'Intersects' containment reference.voidDocumentRoot.setOverlaps(BinarySpatialOpType value) Sets the value of the 'Overlaps' containment reference.voidDocumentRoot.setTouches(BinarySpatialOpType value) Sets the value of the 'Touches' containment reference.voidDocumentRoot.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 TypeClassDescriptionclassAn 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 TypeMethodDescriptionNotificationChainDocumentRootImpl.basicSetContains(BinarySpatialOpType newContains, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetCrosses(BinarySpatialOpType newCrosses, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetDisjoint(BinarySpatialOpType newDisjoint, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetEquals(BinarySpatialOpType newEquals, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetIntersects(BinarySpatialOpType newIntersects, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetOverlaps(BinarySpatialOpType newOverlaps, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetTouches(BinarySpatialOpType newTouches, NotificationChain msgs) NotificationChainDocumentRootImpl.basicSetWithin(BinarySpatialOpType newWithin, NotificationChain msgs) voidDocumentRootImpl.setContains(BinarySpatialOpType newContains) voidDocumentRootImpl.setCrosses(BinarySpatialOpType newCrosses) voidDocumentRootImpl.setDisjoint(BinarySpatialOpType newDisjoint) voidDocumentRootImpl.setEquals(BinarySpatialOpType newEquals) voidDocumentRootImpl.setIntersects(BinarySpatialOpType newIntersects) voidDocumentRootImpl.setOverlaps(BinarySpatialOpType newOverlaps) voidDocumentRootImpl.setTouches(BinarySpatialOpType newTouches) voidDocumentRootImpl.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'.booleanFes20Validator.validateBinarySpatialOpType(BinarySpatialOpType binarySpatialOpType, DiagnosticChain diagnostics, Map<Object, Object> context)