| |
|
| java.lang.Object it.geosolutions.utils.progress.ProgressManager it.geosolutions.utils.imagepyramid.PyramidBuilder
PyramidBuilder | public class PyramidBuilder extends ProgressManager implements Runnable,ProcessingEventListener(Code) | | Given an original image, builds an image pyramid out of it by combining the
various tiler, mosaic and pyramid layer builder tools.
Example of use:
PyramidBuilder -s "/usr/home/data/home.tif" -f 2 -n 4 -t "25,25" -w
author: Andrea Aime since: 2.3.x |
Constructor Summary | |
public | PyramidBuilder() Simple constructor for a pyramid generator. |
DEFAULT_BORDER_EXTENDER | final public static BorderExtender DEFAULT_BORDER_EXTENDER(Code) | | Default border extender.
|
DEFAULT_IMAGEIO_CACHING_BEHAVIOUR | final public boolean DEFAULT_IMAGEIO_CACHING_BEHAVIOUR(Code) | | Default imageio caching behaviour.
|
DEFAULT_INTERPOLATION | final public static Interpolation DEFAULT_INTERPOLATION(Code) | | Default interpolation.
|
DEFAULT_KERNEL_GAUSSIAN | final public static float[] DEFAULT_KERNEL_GAUSSIAN(Code) | | Default filter for subsampling averaged.
|
DEFAULT_THREAD_PRIORITY | final public int DEFAULT_THREAD_PRIORITY(Code) | | Default thread priority.
|
DEFAULT_TILE_CHACHE_SIZE | final public static long DEFAULT_TILE_CHACHE_SIZE(Code) | | Default tile cache size.
|
PyramidBuilder | public PyramidBuilder()(Code) | | Simple constructor for a pyramid generator. Use the input string in order
to read an image.
|
|
|
|