Uses of Class
net.opengis.wcs20.Section
-
Packages that use Section Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of Section in net.opengis.wcs20
Fields in net.opengis.wcs20 with type parameters of type Section Modifier and Type Field Description static List<Section>
Section. VALUES
A public read-only list of all the 'Section' enumerators.Methods in net.opengis.wcs20 that return Section Modifier and Type Method Description static Section
Section. get(int value)
Returns the 'Section' literal with the specified integer value.static Section
Section. get(String literal)
Returns the 'Section' literal with the specified literal value.static Section
Section. getByName(String name)
Returns the 'Section' literal with the specified name.static Section
Section. valueOf(String name)
Returns the enum constant of this type with the specified name.static Section[]
Section. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.opengis.wcs20 that return types with arguments of type Section Modifier and Type Method Description EList<Section>
Sections. getSection()
-
Uses of Section in net.opengis.wcs20.impl
Fields in net.opengis.wcs20.impl with type parameters of type Section Modifier and Type Field Description protected EList<Section>
SectionsImpl. section
The cached value of the 'Section
' attribute list.Methods in net.opengis.wcs20.impl that return Section Modifier and Type Method Description Section
Wcs20FactoryImpl. createSectionFromString(EDataType eDataType, String initialValue)
Methods in net.opengis.wcs20.impl that return types with arguments of type Section Modifier and Type Method Description EList<Section>
SectionsImpl. getSection()
-
Uses of Section in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type Section Modifier and Type Method Description boolean
Wcs20Validator. validateSection(Section section, DiagnosticChain diagnostics, Map<Object,Object> context)
-