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.fes20
Methods in net.opengis.fes20 that return ExtendedCapabilitiesType Modifier and Type Method Description ExtendedCapabilitiesType
Fes20Factory. createExtendedCapabilitiesType()
Returns a new object of class 'Extended Capabilities Type'.ExtendedCapabilitiesType
FilterCapabilitiesType. 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 void
FilterCapabilitiesType. setExtendedCapabilities(ExtendedCapabilitiesType value)
Sets the value of the 'Extended Capabilities
' containment reference. -
Uses of ExtendedCapabilitiesType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement ExtendedCapabilitiesType Modifier and Type Class Description class
ExtendedCapabilitiesTypeImpl
An implementation of the model object 'Extended Capabilities Type'.Fields in net.opengis.fes20.impl declared as ExtendedCapabilitiesType Modifier and Type Field Description protected ExtendedCapabilitiesType
FilterCapabilitiesTypeImpl. extendedCapabilities
The cached value of the 'Extended Capabilities
' containment reference.Methods in net.opengis.fes20.impl that return ExtendedCapabilitiesType Modifier and Type Method Description ExtendedCapabilitiesType
Fes20FactoryImpl. createExtendedCapabilitiesType()
ExtendedCapabilitiesType
FilterCapabilitiesTypeImpl. getExtendedCapabilities()
Methods in net.opengis.fes20.impl with parameters of type ExtendedCapabilitiesType Modifier and Type Method Description NotificationChain
FilterCapabilitiesTypeImpl. basicSetExtendedCapabilities(ExtendedCapabilitiesType newExtendedCapabilities, NotificationChain msgs)
void
FilterCapabilitiesTypeImpl. setExtendedCapabilities(ExtendedCapabilitiesType newExtendedCapabilities)
-
Uses of ExtendedCapabilitiesType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type ExtendedCapabilitiesType Modifier and Type Method Description T
Fes20Switch. caseExtendedCapabilitiesType(ExtendedCapabilitiesType object)
Returns the result of interpreting the object as an instance of 'Extended Capabilities Type'.boolean
Fes20Validator. validateExtendedCapabilitiesType(ExtendedCapabilitiesType extendedCapabilitiesType, DiagnosticChain diagnostics, Map<Object,Object> context)
-