Uses of Interface
net.opengis.ows11.SectionsType
Packages that use SectionsType
Package
Description
-
Uses of SectionsType in net.opengis.ows11
Methods in net.opengis.ows11 that return SectionsTypeModifier and TypeMethodDescriptionOws11Factory.createSectionsType()
Returns a new object of class 'Sections Type'.GetCapabilitiesType.getSections()
Returns the value of the 'Sections' containment reference.Methods in net.opengis.ows11 with parameters of type SectionsTypeModifier and TypeMethodDescriptionvoid
GetCapabilitiesType.setSections
(SectionsType value) Sets the value of the 'Sections
' containment reference. -
Uses of SectionsType in net.opengis.ows11.impl
Classes in net.opengis.ows11.impl that implement SectionsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Sections Type'.Fields in net.opengis.ows11.impl declared as SectionsTypeModifier and TypeFieldDescriptionprotected SectionsType
GetCapabilitiesTypeImpl.sections
The cached value of the 'Sections
' containment reference.Methods in net.opengis.ows11.impl that return SectionsTypeModifier and TypeMethodDescriptionOws11FactoryImpl.createSectionsType()
GetCapabilitiesTypeImpl.getSections()
Methods in net.opengis.ows11.impl with parameters of type SectionsTypeModifier and TypeMethodDescriptionNotificationChain
GetCapabilitiesTypeImpl.basicSetSections
(SectionsType newSections, NotificationChain msgs) void
GetCapabilitiesTypeImpl.setSections
(SectionsType newSections) -
Uses of SectionsType in net.opengis.ows11.util
Methods in net.opengis.ows11.util with parameters of type SectionsTypeModifier and TypeMethodDescriptionOws11Switch.caseSectionsType
(SectionsType object) Returns the result of interpreting the object as an instance of 'Sections Type'.boolean
Ows11Validator.validateSectionsType
(SectionsType sectionsType, DiagnosticChain diagnostics, Map context) -
Uses of SectionsType in net.opengis.ows11.validation
Methods in net.opengis.ows11.validation with parameters of type SectionsTypeModifier and TypeMethodDescriptionboolean
GetCapabilitiesTypeValidator.validateSections
(SectionsType value)