Uses of Interface
net.opengis.fes20.IdCapabilitiesType
- 
Packages that use IdCapabilitiesType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util 
- 
- 
Uses of IdCapabilitiesType in net.opengis.fes20Methods in net.opengis.fes20 that return IdCapabilitiesType Modifier and Type Method Description IdCapabilitiesTypeFes20Factory. createIdCapabilitiesType()Returns a new object of class 'Id Capabilities Type'.IdCapabilitiesTypeFilterCapabilitiesType. getIdCapabilities()Returns the value of the 'Id Capabilities' containment reference.Methods in net.opengis.fes20 with parameters of type IdCapabilitiesType Modifier and Type Method Description voidFilterCapabilitiesType. setIdCapabilities(IdCapabilitiesType value)Sets the value of the 'Id Capabilities' containment reference.
- 
Uses of IdCapabilitiesType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement IdCapabilitiesType Modifier and Type Class Description classIdCapabilitiesTypeImplAn implementation of the model object 'Id Capabilities Type'.Fields in net.opengis.fes20.impl declared as IdCapabilitiesType Modifier and Type Field Description protected IdCapabilitiesTypeFilterCapabilitiesTypeImpl. idCapabilitiesThe cached value of the 'Id Capabilities' containment reference.Methods in net.opengis.fes20.impl that return IdCapabilitiesType Modifier and Type Method Description IdCapabilitiesTypeFes20FactoryImpl. createIdCapabilitiesType()IdCapabilitiesTypeFilterCapabilitiesTypeImpl. getIdCapabilities()Methods in net.opengis.fes20.impl with parameters of type IdCapabilitiesType Modifier and Type Method Description NotificationChainFilterCapabilitiesTypeImpl. basicSetIdCapabilities(IdCapabilitiesType newIdCapabilities, NotificationChain msgs)voidFilterCapabilitiesTypeImpl. setIdCapabilities(IdCapabilitiesType newIdCapabilities)
- 
Uses of IdCapabilitiesType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type IdCapabilitiesType Modifier and Type Method Description TFes20Switch. caseIdCapabilitiesType(IdCapabilitiesType object)Returns the result of interpreting the object as an instance of 'Id Capabilities Type'.booleanFes20Validator. validateIdCapabilitiesType(IdCapabilitiesType idCapabilitiesType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-