Uses of Interface
net.opengis.ows20.SectionsType
-
Packages that use SectionsType Package Description net.opengis.ows20 net.opengis.ows20.impl net.opengis.ows20.util net.opengis.ows20.validation -
-
Uses of SectionsType in net.opengis.ows20
Methods in net.opengis.ows20 that return SectionsType Modifier and Type Method Description SectionsType
Ows20Factory. createSectionsType()
Returns a new object of class 'Sections Type'.SectionsType
GetCapabilitiesType. getSections()
Returns the value of the 'Sections' containment reference.Methods in net.opengis.ows20 with parameters of type SectionsType Modifier and Type Method Description void
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 SectionsType Modifier and Type Class Description class
SectionsTypeImpl
An implementation of the model object 'Sections Type'.Fields in net.opengis.ows20.impl declared as SectionsType Modifier and Type Field Description protected SectionsType
GetCapabilitiesTypeImpl. sections
The cached value of the 'Sections
' containment reference.Methods in net.opengis.ows20.impl that return SectionsType Modifier and Type Method Description SectionsType
Ows20FactoryImpl. createSectionsType()
SectionsType
GetCapabilitiesTypeImpl. getSections()
Methods in net.opengis.ows20.impl with parameters of type SectionsType Modifier and Type Method Description NotificationChain
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 SectionsType Modifier and Type Method Description T
Ows20Switch. 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 SectionsType Modifier and Type Method Description boolean
GetCapabilitiesTypeValidator. validateSections(SectionsType value)
-