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. VALUES
A public read-only list of all the 'Containment Type' enumerators.Methods in net.opengis.wcs20 that return ContainmentType Modifier and Type Method Description static ContainmentType
ContainmentType. get(int value)
Returns the 'Containment Type' literal with the specified integer value.static ContainmentType
ContainmentType. get(String literal)
Returns the 'Containment Type' literal with the specified literal value.static ContainmentType
ContainmentType. getByName(String name)
Returns the 'Containment Type' literal with the specified name.static ContainmentType
ContainmentType. 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 ContainmentType
Wcs20FactoryImpl. 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 boolean
Wcs20Validator. validateContainmentType(ContainmentType containmentType, DiagnosticChain diagnostics, Map<Object,Object> context)
-