Uses of Interface
net.opengis.fes20.ExtendedCapabilitiesType
- 
Packages that use ExtendedCapabilitiesType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util 
- 
- 
Uses of ExtendedCapabilitiesType in net.opengis.fes20Methods in net.opengis.fes20 that return ExtendedCapabilitiesType Modifier and Type Method Description ExtendedCapabilitiesTypeFes20Factory. createExtendedCapabilitiesType()Returns a new object of class 'Extended Capabilities Type'.ExtendedCapabilitiesTypeFilterCapabilitiesType. getExtendedCapabilities()Returns the value of the 'Extended Capabilities' containment reference.Methods in net.opengis.fes20 with parameters of type ExtendedCapabilitiesType Modifier and Type Method Description voidFilterCapabilitiesType. setExtendedCapabilities(ExtendedCapabilitiesType value)Sets the value of the 'Extended Capabilities' containment reference.
- 
Uses of ExtendedCapabilitiesType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement ExtendedCapabilitiesType Modifier and Type Class Description classExtendedCapabilitiesTypeImplAn implementation of the model object 'Extended Capabilities Type'.Fields in net.opengis.fes20.impl declared as ExtendedCapabilitiesType Modifier and Type Field Description protected ExtendedCapabilitiesTypeFilterCapabilitiesTypeImpl. extendedCapabilitiesThe cached value of the 'Extended Capabilities' containment reference.Methods in net.opengis.fes20.impl that return ExtendedCapabilitiesType Modifier and Type Method Description ExtendedCapabilitiesTypeFes20FactoryImpl. createExtendedCapabilitiesType()ExtendedCapabilitiesTypeFilterCapabilitiesTypeImpl. getExtendedCapabilities()Methods in net.opengis.fes20.impl with parameters of type ExtendedCapabilitiesType Modifier and Type Method Description NotificationChainFilterCapabilitiesTypeImpl. basicSetExtendedCapabilities(ExtendedCapabilitiesType newExtendedCapabilities, NotificationChain msgs)voidFilterCapabilitiesTypeImpl. setExtendedCapabilities(ExtendedCapabilitiesType newExtendedCapabilities)
- 
Uses of ExtendedCapabilitiesType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type ExtendedCapabilitiesType Modifier and Type Method Description TFes20Switch. caseExtendedCapabilitiesType(ExtendedCapabilitiesType object)Returns the result of interpreting the object as an instance of 'Extended Capabilities Type'.booleanFes20Validator. validateExtendedCapabilitiesType(ExtendedCapabilitiesType extendedCapabilitiesType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-