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.fes20Methods in net.opengis.fes20 that return ConformanceType Modifier and Type Method Description ConformanceTypeFes20Factory. createConformanceType()Returns a new object of class 'Conformance Type'.ConformanceTypeFilterCapabilitiesType. getConformance()Returns the value of the 'Conformance' containment reference.Methods in net.opengis.fes20 with parameters of type ConformanceType Modifier and Type Method Description voidFilterCapabilitiesType. setConformance(ConformanceType value)Sets the value of the 'Conformance' containment reference.
- 
Uses of ConformanceType in net.opengis.fes20.implClasses in net.opengis.fes20.impl that implement ConformanceType Modifier and Type Class Description classConformanceTypeImplAn implementation of the model object 'Conformance Type'.Fields in net.opengis.fes20.impl declared as ConformanceType Modifier and Type Field Description protected ConformanceTypeFilterCapabilitiesTypeImpl. conformanceThe cached value of the 'Conformance' containment reference.Methods in net.opengis.fes20.impl that return ConformanceType Modifier and Type Method Description ConformanceTypeFes20FactoryImpl. createConformanceType()ConformanceTypeFilterCapabilitiesTypeImpl. getConformance()Methods in net.opengis.fes20.impl with parameters of type ConformanceType Modifier and Type Method Description NotificationChainFilterCapabilitiesTypeImpl. basicSetConformance(ConformanceType newConformance, NotificationChain msgs)voidFilterCapabilitiesTypeImpl. setConformance(ConformanceType newConformance)
- 
Uses of ConformanceType in net.opengis.fes20.utilMethods in net.opengis.fes20.util with parameters of type ConformanceType Modifier and Type Method Description TFes20Switch. caseConformanceType(ConformanceType object)Returns the result of interpreting the object as an instance of 'Conformance Type'.booleanFes20Validator. validateConformanceType(ConformanceType conformanceType, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-