Uses of Interface
net.opengis.wcs20.Sections
- 
Packages that use Sections Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util 
- 
- 
Uses of Sections in net.opengis.wcs20Methods in net.opengis.wcs20 that return Sections Modifier and Type Method Description SectionsWcs20Factory. createSections()Returns a new object of class 'Sections'.SectionsDescribeEOCoverageSetType. getSections()Returns the value of the 'Sections' containment reference.Methods in net.opengis.wcs20 with parameters of type Sections Modifier and Type Method Description voidDescribeEOCoverageSetType. setSections(Sections value)Sets the value of the 'Sections' containment reference.
- 
Uses of Sections in net.opengis.wcs20.implClasses in net.opengis.wcs20.impl that implement Sections Modifier and Type Class Description classSectionsImplAn implementation of the model object 'Sections'.Fields in net.opengis.wcs20.impl declared as Sections Modifier and Type Field Description protected SectionsDescribeEOCoverageSetTypeImpl. sectionsThe cached value of the 'Sections' containment reference.Methods in net.opengis.wcs20.impl that return Sections Modifier and Type Method Description SectionsWcs20FactoryImpl. createSections()SectionsDescribeEOCoverageSetTypeImpl. getSections()Methods in net.opengis.wcs20.impl with parameters of type Sections Modifier and Type Method Description NotificationChainDescribeEOCoverageSetTypeImpl. basicSetSections(Sections newSections, NotificationChain msgs)voidDescribeEOCoverageSetTypeImpl. setSections(Sections newSections)
- 
Uses of Sections in net.opengis.wcs20.utilMethods in net.opengis.wcs20.util with parameters of type Sections Modifier and Type Method Description booleanWcs20Validator. validateSections(Sections sections, DiagnosticChain diagnostics, Map<Object,Object> context)
 
-