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. VALUESA public read-only list of all the 'Section' enumerators.Methods in net.opengis.wcs20 that return Section Modifier and Type Method Description static SectionSection. get(int value)Returns the 'Section' literal with the specified integer value.static SectionSection. get(String literal)Returns the 'Section' literal with the specified literal value.static SectionSection. getByName(String name)Returns the 'Section' literal with the specified name.static SectionSection. 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. sectionThe cached value of the 'Section' attribute list.Methods in net.opengis.wcs20.impl that return Section Modifier and Type Method Description SectionWcs20FactoryImpl. 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 booleanWcs20Validator. validateSection(Section section, DiagnosticChain diagnostics, Map<Object,Object> context)
-