Uses of Interface
net.opengis.ows10.SectionsType
Packages that use SectionsType
-
Uses of SectionsType in net.opengis.ows10
Methods in net.opengis.ows10 that return SectionsTypeModifier and TypeMethodDescriptionOws10Factory.createSectionsType()
Returns a new object of class 'Sections Type'.GetCapabilitiesType.getSections()
Returns the value of the 'Sections' containment reference.Methods in net.opengis.ows10 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.ows10.impl
Classes in net.opengis.ows10.impl that implement SectionsTypeModifier and TypeClassDescriptionclass
An implementation of the model object 'Sections Type'.Fields in net.opengis.ows10.impl declared as SectionsTypeModifier and TypeFieldDescriptionprotected SectionsType
GetCapabilitiesTypeImpl.sections
The cached value of the 'Sections
' containment reference.Methods in net.opengis.ows10.impl that return SectionsTypeModifier and TypeMethodDescriptionOws10FactoryImpl.createSectionsType()
GetCapabilitiesTypeImpl.getSections()
Methods in net.opengis.ows10.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.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type SectionsTypeModifier and TypeMethodDescriptionboolean
GetCapabilitiesTypeValidator.validateSections
(SectionsType value)