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.wcs20
Methods in net.opengis.wcs20 that return Sections Modifier and Type Method Description Sections
Wcs20Factory. createSections()
Returns a new object of class 'Sections'.Sections
DescribeEOCoverageSetType. getSections()
Returns the value of the 'Sections' containment reference.Methods in net.opengis.wcs20 with parameters of type Sections Modifier and Type Method Description void
DescribeEOCoverageSetType. setSections(Sections value)
Sets the value of the 'Sections
' containment reference. -
Uses of Sections in net.opengis.wcs20.impl
Classes in net.opengis.wcs20.impl that implement Sections Modifier and Type Class Description class
SectionsImpl
An implementation of the model object 'Sections'.Fields in net.opengis.wcs20.impl declared as Sections Modifier and Type Field Description protected Sections
DescribeEOCoverageSetTypeImpl. sections
The cached value of the 'Sections
' containment reference.Methods in net.opengis.wcs20.impl that return Sections Modifier and Type Method Description Sections
Wcs20FactoryImpl. createSections()
Sections
DescribeEOCoverageSetTypeImpl. getSections()
Methods in net.opengis.wcs20.impl with parameters of type Sections Modifier and Type Method Description NotificationChain
DescribeEOCoverageSetTypeImpl. basicSetSections(Sections newSections, NotificationChain msgs)
void
DescribeEOCoverageSetTypeImpl. setSections(Sections newSections)
-
Uses of Sections in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type Sections Modifier and Type Method Description boolean
Wcs20Validator. validateSections(Sections sections, DiagnosticChain diagnostics, Map<Object,Object> context)
-