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.fes20
Methods in net.opengis.fes20 that return IdCapabilitiesType Modifier and Type Method Description IdCapabilitiesType
Fes20Factory. createIdCapabilitiesType()
Returns a new object of class 'Id Capabilities Type'.IdCapabilitiesType
FilterCapabilitiesType. 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 void
FilterCapabilitiesType. setIdCapabilities(IdCapabilitiesType value)
Sets the value of the 'Id Capabilities
' containment reference. -
Uses of IdCapabilitiesType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement IdCapabilitiesType Modifier and Type Class Description class
IdCapabilitiesTypeImpl
An implementation of the model object 'Id Capabilities Type'.Fields in net.opengis.fes20.impl declared as IdCapabilitiesType Modifier and Type Field Description protected IdCapabilitiesType
FilterCapabilitiesTypeImpl. idCapabilities
The cached value of the 'Id Capabilities
' containment reference.Methods in net.opengis.fes20.impl that return IdCapabilitiesType Modifier and Type Method Description IdCapabilitiesType
Fes20FactoryImpl. createIdCapabilitiesType()
IdCapabilitiesType
FilterCapabilitiesTypeImpl. getIdCapabilities()
Methods in net.opengis.fes20.impl with parameters of type IdCapabilitiesType Modifier and Type Method Description NotificationChain
FilterCapabilitiesTypeImpl. basicSetIdCapabilities(IdCapabilitiesType newIdCapabilities, NotificationChain msgs)
void
FilterCapabilitiesTypeImpl. setIdCapabilities(IdCapabilitiesType newIdCapabilities)
-
Uses of IdCapabilitiesType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type IdCapabilitiesType Modifier and Type Method Description T
Fes20Switch. caseIdCapabilitiesType(IdCapabilitiesType object)
Returns the result of interpreting the object as an instance of 'Id Capabilities Type'.boolean
Fes20Validator. validateIdCapabilitiesType(IdCapabilitiesType idCapabilitiesType, DiagnosticChain diagnostics, Map<Object,Object> context)
-