Uses of Enum Class
net.opengis.wcs20.Section
Packages that use Section
-
Uses of Section in net.opengis.wcs20
Fields in net.opengis.wcs20 with type parameters of type SectionModifier and TypeFieldDescriptionSection.VALUES
A public read-only list of all the 'Section' enumerators.Methods in net.opengis.wcs20 that return SectionModifier and TypeMethodDescriptionstatic Section
Section.get
(int value) Returns the 'Section' literal with the specified integer value.static Section
Returns the 'Section' literal with the specified literal value.static Section
Returns the 'Section' literal with the specified name.static Section
Returns the enum constant of this class with the specified name.static Section[]
Section.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.opengis.wcs20 that return types with arguments of type Section -
Uses of Section in net.opengis.wcs20.impl
Fields in net.opengis.wcs20.impl with type parameters of type SectionModifier and TypeFieldDescriptionprotected EList<Section>
SectionsImpl.section
The cached value of the 'Section
' attribute list.Methods in net.opengis.wcs20.impl that return SectionModifier and TypeMethodDescriptionWcs20FactoryImpl.createSectionFromString
(EDataType eDataType, String initialValue) Methods in net.opengis.wcs20.impl that return types with arguments of type Section -
Uses of Section in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type SectionModifier and TypeMethodDescriptionboolean
Wcs20Validator.validateSection
(Section section, DiagnosticChain diagnostics, Map<Object, Object> context)