Uses of Interface
net.opengis.ows10.SectionsType
-
Packages that use SectionsType Package Description net.opengis.ows10 net.opengis.ows10.impl net.opengis.ows10.validation -
-
Uses of SectionsType in net.opengis.ows10
Methods in net.opengis.ows10 that return SectionsType Modifier and Type Method Description SectionsType
Ows10Factory. createSectionsType()
Returns a new object of class 'Sections Type'.SectionsType
GetCapabilitiesType. getSections()
Returns the value of the 'Sections' containment reference.Methods in net.opengis.ows10 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.ows10.impl
Classes in net.opengis.ows10.impl that implement SectionsType Modifier and Type Class Description class
SectionsTypeImpl
An implementation of the model object 'Sections Type'.Fields in net.opengis.ows10.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.ows10.impl that return SectionsType Modifier and Type Method Description SectionsType
Ows10FactoryImpl. createSectionsType()
SectionsType
GetCapabilitiesTypeImpl. getSections()
Methods in net.opengis.ows10.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.ows10.validation
Methods in net.opengis.ows10.validation with parameters of type SectionsType Modifier and Type Method Description boolean
GetCapabilitiesTypeValidator. validateSections(SectionsType value)
-