Uses of Interface
net.opengis.fes20.ConformanceType
-
Packages that use ConformanceType Package Description net.opengis.fes20 net.opengis.fes20.impl net.opengis.fes20.util -
-
Uses of ConformanceType in net.opengis.fes20
Methods in net.opengis.fes20 that return ConformanceType Modifier and Type Method Description ConformanceType
Fes20Factory. createConformanceType()
Returns a new object of class 'Conformance Type'.ConformanceType
FilterCapabilitiesType. getConformance()
Returns the value of the 'Conformance' containment reference.Methods in net.opengis.fes20 with parameters of type ConformanceType Modifier and Type Method Description void
FilterCapabilitiesType. setConformance(ConformanceType value)
Sets the value of the 'Conformance
' containment reference. -
Uses of ConformanceType in net.opengis.fes20.impl
Classes in net.opengis.fes20.impl that implement ConformanceType Modifier and Type Class Description class
ConformanceTypeImpl
An implementation of the model object 'Conformance Type'.Fields in net.opengis.fes20.impl declared as ConformanceType Modifier and Type Field Description protected ConformanceType
FilterCapabilitiesTypeImpl. conformance
The cached value of the 'Conformance
' containment reference.Methods in net.opengis.fes20.impl that return ConformanceType Modifier and Type Method Description ConformanceType
Fes20FactoryImpl. createConformanceType()
ConformanceType
FilterCapabilitiesTypeImpl. getConformance()
Methods in net.opengis.fes20.impl with parameters of type ConformanceType Modifier and Type Method Description NotificationChain
FilterCapabilitiesTypeImpl. basicSetConformance(ConformanceType newConformance, NotificationChain msgs)
void
FilterCapabilitiesTypeImpl. setConformance(ConformanceType newConformance)
-
Uses of ConformanceType in net.opengis.fes20.util
Methods in net.opengis.fes20.util with parameters of type ConformanceType Modifier and Type Method Description T
Fes20Switch. caseConformanceType(ConformanceType object)
Returns the result of interpreting the object as an instance of 'Conformance Type'.boolean
Fes20Validator. validateConformanceType(ConformanceType conformanceType, DiagnosticChain diagnostics, Map<Object,Object> context)
-