Uses of Interface
net.opengis.ows20.SectionsType
Packages that use SectionsType
Package
Description
-
Uses of SectionsType in net.opengis.ows20
Methods in net.opengis.ows20 that return SectionsTypeModifier and TypeMethodDescriptionOws20Factory.createSectionsType()
Returns a new object of class 'Sections Type'.GetCapabilitiesType.getSections()
Returns the value of the 'Sections' containment reference.Methods in net.opengis.ows20 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.ows20.impl
Classes in net.opengis.ows20.impl that implement SectionsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Sections Type'.Fields in net.opengis.ows20.impl declared as SectionsTypeModifier and TypeFieldDescriptionprotected SectionsType
GetCapabilitiesTypeImpl.sections
The cached value of the 'Sections
' containment reference.Methods in net.opengis.ows20.impl that return SectionsTypeModifier and TypeMethodDescriptionOws20FactoryImpl.createSectionsType()
GetCapabilitiesTypeImpl.getSections()
Methods in net.opengis.ows20.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.ows20.util
Methods in net.opengis.ows20.util with parameters of type SectionsTypeModifier and TypeMethodDescriptionOws20Switch.caseSectionsType
(SectionsType object) Returns the result of interpreting the object as an instance of 'Sections Type'.boolean
Ows20Validator.validateSectionsType
(SectionsType sectionsType, DiagnosticChain diagnostics, Map<Object, Object> context) -
Uses of SectionsType in net.opengis.ows20.validation
Methods in net.opengis.ows20.validation with parameters of type SectionsTypeModifier and TypeMethodDescriptionboolean
GetCapabilitiesTypeValidator.validateSections
(SectionsType value)