Uses of Class
org.geotools.coverage.io.CoverageResponse.Status
-
Packages that use CoverageResponse.Status Package Description org.geotools.coverage.io -
-
Uses of CoverageResponse.Status in org.geotools.coverage.io
Methods in org.geotools.coverage.io that return CoverageResponse.Status Modifier and Type Method Description CoverageResponse.Status
CoverageResponse. getStatus()
Get the status of this coverage response.static CoverageResponse.Status
CoverageResponse.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static CoverageResponse.Status[]
CoverageResponse.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.geotools.coverage.io with parameters of type CoverageResponse.Status Modifier and Type Method Description void
CoverageResponse. setStatus(CoverageResponse.Status status)
-