Uses of Interface
net.opengis.ows11.SectionsType
- 
Packages that use SectionsType Package Description net.opengis.ows11 net.opengis.ows11.impl net.opengis.ows11.util net.opengis.ows11.validation 
- 
- 
Uses of SectionsType in net.opengis.ows11Methods in net.opengis.ows11 that return SectionsType Modifier and Type Method Description SectionsTypeOws11Factory. createSectionsType()Returns a new object of class 'Sections Type'.SectionsTypeGetCapabilitiesType. getSections()Returns the value of the 'Sections' containment reference.Methods in net.opengis.ows11 with parameters of type SectionsType Modifier and Type Method Description voidGetCapabilitiesType. setSections(SectionsType value)Sets the value of the 'Sections' containment reference.
- 
Uses of SectionsType in net.opengis.ows11.implClasses in net.opengis.ows11.impl that implement SectionsType Modifier and Type Class Description classSectionsTypeImplAn implementation of the model object 'Sections Type'.Fields in net.opengis.ows11.impl declared as SectionsType Modifier and Type Field Description protected SectionsTypeGetCapabilitiesTypeImpl. sectionsThe cached value of the 'Sections' containment reference.Methods in net.opengis.ows11.impl that return SectionsType Modifier and Type Method Description SectionsTypeOws11FactoryImpl. createSectionsType()SectionsTypeGetCapabilitiesTypeImpl. getSections()Methods in net.opengis.ows11.impl with parameters of type SectionsType Modifier and Type Method Description NotificationChainGetCapabilitiesTypeImpl. basicSetSections(SectionsType newSections, NotificationChain msgs)voidGetCapabilitiesTypeImpl. setSections(SectionsType newSections)
- 
Uses of SectionsType in net.opengis.ows11.utilMethods in net.opengis.ows11.util with parameters of type SectionsType Modifier and Type Method Description ObjectOws11Switch. caseSectionsType(SectionsType object)Returns the result of interpreting the object as an instance of 'Sections Type'.booleanOws11Validator. validateSectionsType(SectionsType sectionsType, DiagnosticChain diagnostics, Map context)
- 
Uses of SectionsType in net.opengis.ows11.validationMethods in net.opengis.ows11.validation with parameters of type SectionsType Modifier and Type Method Description booleanGetCapabilitiesTypeValidator. validateSections(SectionsType value)
 
-