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 SectionsTypeOws10Factory. createSectionsType()Returns a new object of class 'Sections Type'.SectionsTypeGetCapabilitiesType. getSections()Returns the value of the 'Sections' containment reference.Methods in net.opengis.ows10 with parameters of type SectionsType Modifier and Type Method Description voidGetCapabilitiesType. 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 classSectionsTypeImplAn implementation of the model object 'Sections Type'.Fields in net.opengis.ows10.impl declared as SectionsType Modifier and Type Field Description protected SectionsTypeGetCapabilitiesTypeImpl. sectionsThe cached value of the 'Sections' containment reference.Methods in net.opengis.ows10.impl that return SectionsType Modifier and Type Method Description SectionsTypeOws10FactoryImpl. createSectionsType()SectionsTypeGetCapabilitiesTypeImpl. getSections()Methods in net.opengis.ows10.impl with parameters of type SectionsType Modifier and Type Method Description NotificationChainGetCapabilitiesTypeImpl. basicSetSections(SectionsType newSections, NotificationChain msgs)voidGetCapabilitiesTypeImpl. 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 booleanGetCapabilitiesTypeValidator. validateSections(SectionsType value)
-