Uses of Class
net.opengis.wcs20.ContainmentType
-
Packages that use ContainmentType Package Description net.opengis.wcs20 net.opengis.wcs20.impl net.opengis.wcs20.util -
-
Uses of ContainmentType in net.opengis.wcs20
Fields in net.opengis.wcs20 with type parameters of type ContainmentType Modifier and Type Field Description static List<ContainmentType>ContainmentType. VALUESA public read-only list of all the 'Containment Type' enumerators.Methods in net.opengis.wcs20 that return ContainmentType Modifier and Type Method Description static ContainmentTypeContainmentType. get(int value)Returns the 'Containment Type' literal with the specified integer value.static ContainmentTypeContainmentType. get(String literal)Returns the 'Containment Type' literal with the specified literal value.static ContainmentTypeContainmentType. getByName(String name)Returns the 'Containment Type' literal with the specified name.static ContainmentTypeContainmentType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContainmentType[]ContainmentType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ContainmentType in net.opengis.wcs20.impl
Methods in net.opengis.wcs20.impl that return ContainmentType Modifier and Type Method Description ContainmentTypeWcs20FactoryImpl. createContainmentTypeFromString(EDataType eDataType, String initialValue) -
Uses of ContainmentType in net.opengis.wcs20.util
Methods in net.opengis.wcs20.util with parameters of type ContainmentType Modifier and Type Method Description booleanWcs20Validator. validateContainmentType(ContainmentType containmentType, DiagnosticChain diagnostics, Map<Object,Object> context)
-