Class ImageIOPlanePyramidSource
java.lang.Object
net.algart.matrices.maps.pyramids.io.api.AbstractPlanePyramidSourceWrapper
net.algart.matrices.maps.pyramids.io.api.sources.ImageIOPlanePyramidSource
- All Implemented Interfaces:
PlanePyramidSource
public final class ImageIOPlanePyramidSource
extends AbstractPlanePyramidSourceWrapper
implements PlanePyramidSource
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from interface net.algart.matrices.maps.pyramids.io.api.PlanePyramidSource
PlanePyramidSource.AveragingMode, PlanePyramidSource.FlushMode, PlanePyramidSource.SpecialImageKind -
Field Summary
Fields inherited from interface net.algart.matrices.maps.pyramids.io.api.PlanePyramidSource
DEFAULT_COMPRESSION, DEFAULT_MINIMAL_PYRAMID_SIZE, DEFAULT_TILE_DIM, DIM_BAND, DIM_HEIGHT, DIM_WIDTH -
Constructor Summary
ConstructorsConstructorDescriptionImageIOPlanePyramidSource(File imageFile) ImageIOPlanePyramidSource(File pyramidCacheDir, BufferedImage image, ImageIOPlanePyramidSource.ImageIOReadingBehaviour imageIOReadingBehaviour) ImageIOPlanePyramidSource(File pyramidCacheDir, File imageFile, ImageIOPlanePyramidSource.ImageIOReadingBehaviour imageIOReadingBehaviour) -
Method Summary
Modifier and TypeMethodDescriptionbooleanprotected PlanePyramidSourceparent()setContinuationEnabled(boolean continuationEnabled) Methods inherited from class net.algart.matrices.maps.pyramids.io.api.AbstractPlanePyramidSourceWrapper
bandCount, compression, dimensions, elementType, freeResources, getResolutionLevelsAvailability, isDataReady, isElementTypeSupported, isFullMatrixSupported, isResolutionLevelAvailable, isSpecialMatrixSupported, loadResources, magnification, metadata, numberOfResolutions, pixelSizeInMicrons, readFullMatrix, readSpecialMatrix, readSubMatrix, zeroLevelActualAreaBoundaries, zeroLevelActualRectanglesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.algart.matrices.maps.pyramids.io.api.PlanePyramidSource
bandCount, compression, dim, dimensions, elementType, freeResources, getResolutionLevelsAvailability, height, isDataReady, isElementTypeSupported, isFullMatrixSupported, isResolutionLevelAvailable, isSpecialMatrixSupported, loadResources, magnification, metadata, numberOfResolutions, pixelSizeInMicrons, readFullMatrix, readSpecialMatrix, readSubMatrix, width, zeroLevelActualAreaBoundaries, zeroLevelActualRectangles
-
Constructor Details
-
ImageIOPlanePyramidSource
- Throws:
IOException
-
ImageIOPlanePyramidSource
public ImageIOPlanePyramidSource(File pyramidCacheDir, File imageFile, ImageIOPlanePyramidSource.ImageIOReadingBehaviour imageIOReadingBehaviour) throws IOException - Throws:
IOException
-
ImageIOPlanePyramidSource
public ImageIOPlanePyramidSource(File pyramidCacheDir, BufferedImage image, ImageIOPlanePyramidSource.ImageIOReadingBehaviour imageIOReadingBehaviour) throws IOException - Throws:
IOException
-
-
Method Details
-
parent
- Specified by:
parentin classAbstractPlanePyramidSourceWrapper
-
isContinuationEnabled
public boolean isContinuationEnabled() -
setContinuationEnabled
-