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.VALUESA public read-only list of all the 'Section' enumerators.Methods in net.opengis.wcs20 that return SectionModifier and TypeMethodDescriptionstatic SectionSection.get(int value) Returns the 'Section' literal with the specified integer value.static SectionReturns the 'Section' literal with the specified literal value.static SectionReturns the 'Section' literal with the specified name.static SectionReturns 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.sectionThe 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 TypeMethodDescriptionbooleanWcs20Validator.validateSection(Section section, DiagnosticChain diagnostics, Map<Object, Object> context)