|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ImageTypePolicy | |
---|---|
org.geotools.image.io.mosaic | An image reader implemented as a mosaic of other image readers. |
Uses of ImageTypePolicy in org.geotools.image.io.mosaic |
---|
Methods in org.geotools.image.io.mosaic that return ImageTypePolicy | |
---|---|
ImageTypePolicy |
MosaicImageReader.getDefaultImageTypePolicy()
Returns the policy for computing image types . |
ImageTypePolicy |
MosaicImageReadParam.getImageTypePolicy()
Returns the policy for computing image types . |
static ImageTypePolicy |
ImageTypePolicy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ImageTypePolicy[] |
ImageTypePolicy.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.geotools.image.io.mosaic with parameters of type ImageTypePolicy | |
---|---|
void |
MosaicImageReadParam.setImageTypePolicy(ImageTypePolicy policy)
Sets the policy for computing image types . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |