Uses of Interface
net.opengis.fes20.SpatialOperatorsType
- 
Packages that use SpatialOperatorsType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util 
- 
- 
Uses of SpatialOperatorsType in net.opengis.fes20Methods in net.opengis.fes20 that return SpatialOperatorsType Modifier and Type Method Description SpatialOperatorsTypeFes20Factory. createSpatialOperatorsType()Returns a new object of class 'Spatial Operators Type'.SpatialOperatorsTypeSpatialCapabilitiesType. getSpatialOperators()Returns the value of the 'Spatial Operators' containment reference.Methods in net.opengis.fes20 with parameters of type SpatialOperatorsType Modifier and Type Method Description voidSpatialCapabilitiesType. setSpatialOperators(SpatialOperatorsType value)Sets the value of the 'Spatial Operators' containment reference.
- 
Uses of SpatialOperatorsType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement SpatialOperatorsType Modifier and Type Class Description classSpatialOperatorsTypeImplAn implementation of the model object 'Spatial Operators Type'.Fields in net.opengis.fes20.impl declared as SpatialOperatorsType Modifier and Type Field Description protected SpatialOperatorsTypeSpatialCapabilitiesTypeImpl. spatialOperatorsThe cached value of the 'Spatial Operators' containment reference.Methods in net.opengis.fes20.impl that return SpatialOperatorsType Modifier and Type Method Description SpatialOperatorsTypeFes20FactoryImpl. createSpatialOperatorsType()SpatialOperatorsTypeSpatialCapabilitiesTypeImpl. getSpatialOperators()Methods in net.opengis.fes20.impl with parameters of type SpatialOperatorsType Modifier and Type Method Description NotificationChainSpatialCapabilitiesTypeImpl. basicSetSpatialOperators(SpatialOperatorsType newSpatialOperators, NotificationChain msgs)voidSpatialCapabilitiesTypeImpl. setSpatialOperators(SpatialOperatorsType newSpatialOperators)
- 
Uses of SpatialOperatorsType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type SpatialOperatorsType Modifier and Type Method Description TFes20Switch. caseSpatialOperatorsType(SpatialOperatorsType object)Returns the result of interpreting the object as an instance of 'Spatial Operators Type'.booleanFes20Validator. validateSpatialOperatorsType(SpatialOperatorsType spatialOperatorsType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-