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.fes20Methods in net.opengis.fes20 that return BinarySpatialOpType Modifier and Type Method Description BinarySpatialOpTypeFes20Factory. createBinarySpatialOpType()Returns a new object of class 'Binary Spatial Op Type'.BinarySpatialOpTypeDocumentRoot. getContains()Returns the value of the 'Contains' containment reference.BinarySpatialOpTypeDocumentRoot. getCrosses()Returns the value of the 'Crosses' containment reference.BinarySpatialOpTypeDocumentRoot. getDisjoint()Returns the value of the 'Disjoint' containment reference.BinarySpatialOpTypeDocumentRoot. getEquals()Returns the value of the 'Equals' containment reference.BinarySpatialOpTypeDocumentRoot. getIntersects()Returns the value of the 'Intersects' containment reference.BinarySpatialOpTypeDocumentRoot. getOverlaps()Returns the value of the 'Overlaps' containment reference.BinarySpatialOpTypeDocumentRoot. getTouches()Returns the value of the 'Touches' containment reference.BinarySpatialOpTypeDocumentRoot. getWithin()Returns the value of the 'Within' containment reference.Methods in net.opengis.fes20 with parameters of type BinarySpatialOpType Modifier and Type Method Description voidDocumentRoot. 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.implClasses in net.opengis.fes20.impl that implement BinarySpatialOpType Modifier and Type Class Description classBinarySpatialOpTypeImplAn implementation of the model object 'Binary Spatial Op Type'.Methods in net.opengis.fes20.impl that return BinarySpatialOpType Modifier and Type Method Description BinarySpatialOpTypeFes20FactoryImpl. createBinarySpatialOpType()BinarySpatialOpTypeDocumentRootImpl. getContains()BinarySpatialOpTypeDocumentRootImpl. getCrosses()BinarySpatialOpTypeDocumentRootImpl. getDisjoint()BinarySpatialOpTypeDocumentRootImpl. getEquals()BinarySpatialOpTypeDocumentRootImpl. getIntersects()BinarySpatialOpTypeDocumentRootImpl. getOverlaps()BinarySpatialOpTypeDocumentRootImpl. getTouches()BinarySpatialOpTypeDocumentRootImpl. getWithin()Methods in net.opengis.fes20.impl with parameters of type BinarySpatialOpType Modifier and Type Method Description NotificationChainDocumentRootImpl. 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.utilMethods in net.opengis.fes20.util with parameters of type BinarySpatialOpType Modifier and Type Method Description TFes20Switch. 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)
 
-