Uses of Class
org.geotools.coverage.grid.io.footprint.FootprintBehavior
-
Packages that use FootprintBehavior Package Description org.geotools.coverage.grid.io.footprint org.geotools.gce.imagemosaic -
-
Uses of FootprintBehavior in org.geotools.coverage.grid.io.footprint
Methods in org.geotools.coverage.grid.io.footprint that return FootprintBehavior Modifier and Type Method Description static FootprintBehavior
FootprintBehavior. getDefault()
Retrieves the defaultFootprintBehavior
.static FootprintBehavior
FootprintBehavior. valueOf(String name)
Returns the enum constant of this type with the specified name.static FootprintBehavior[]
FootprintBehavior. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of FootprintBehavior in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return FootprintBehavior Modifier and Type Method Description FootprintBehavior
RasterLayerRequest. getFootprintBehavior()
FootprintBehavior
RasterLayerResponse. getFootprintBehavior()
-