Uses of Interface
net.opengis.fes20.SpatialCapabilitiesType
- 
Packages that use SpatialCapabilitiesType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util 
- 
- 
Uses of SpatialCapabilitiesType in net.opengis.fes20Methods in net.opengis.fes20 that return SpatialCapabilitiesType Modifier and Type Method Description SpatialCapabilitiesTypeFes20Factory. createSpatialCapabilitiesType()Returns a new object of class 'Spatial Capabilities Type'.SpatialCapabilitiesTypeFilterCapabilitiesType. getSpatialCapabilities()Returns the value of the 'Spatial Capabilities' containment reference.Methods in net.opengis.fes20 with parameters of type SpatialCapabilitiesType Modifier and Type Method Description voidFilterCapabilitiesType. setSpatialCapabilities(SpatialCapabilitiesType value)Sets the value of the 'Spatial Capabilities' containment reference.
- 
Uses of SpatialCapabilitiesType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement SpatialCapabilitiesType Modifier and Type Class Description classSpatialCapabilitiesTypeImplAn implementation of the model object 'Spatial Capabilities Type'.Fields in net.opengis.fes20.impl declared as SpatialCapabilitiesType Modifier and Type Field Description protected SpatialCapabilitiesTypeFilterCapabilitiesTypeImpl. spatialCapabilitiesThe cached value of the 'Spatial Capabilities' containment reference.Methods in net.opengis.fes20.impl that return SpatialCapabilitiesType Modifier and Type Method Description SpatialCapabilitiesTypeFes20FactoryImpl. createSpatialCapabilitiesType()SpatialCapabilitiesTypeFilterCapabilitiesTypeImpl. getSpatialCapabilities()Methods in net.opengis.fes20.impl with parameters of type SpatialCapabilitiesType Modifier and Type Method Description NotificationChainFilterCapabilitiesTypeImpl. basicSetSpatialCapabilities(SpatialCapabilitiesType newSpatialCapabilities, NotificationChain msgs)voidFilterCapabilitiesTypeImpl. setSpatialCapabilities(SpatialCapabilitiesType newSpatialCapabilities)
- 
Uses of SpatialCapabilitiesType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type SpatialCapabilitiesType Modifier and Type Method Description TFes20Switch. caseSpatialCapabilitiesType(SpatialCapabilitiesType object)Returns the result of interpreting the object as an instance of 'Spatial Capabilities Type'.booleanFes20Validator. validateSpatialCapabilitiesType(SpatialCapabilitiesType spatialCapabilitiesType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-