Uses of Enum Class
net.algart.matrices.maps.pyramids.io.api.PlanePyramidSource.SpecialImageKind
Packages that use PlanePyramidSource.SpecialImageKind
Package
Description
-
Uses of PlanePyramidSource.SpecialImageKind in net.algart.matrices.maps.pyramids.io.api
Methods in net.algart.matrices.maps.pyramids.io.api that return PlanePyramidSource.SpecialImageKindModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static PlanePyramidSource.SpecialImageKind[]PlanePyramidSource.SpecialImageKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.algart.matrices.maps.pyramids.io.api with parameters of type PlanePyramidSource.SpecialImageKindModifier and TypeMethodDescriptionbooleanAbstractPlanePyramidSource.isSpecialMatrixSupported(PlanePyramidSource.SpecialImageKind kind) booleanAbstractPlanePyramidSourceWrapper.isSpecialMatrixSupported(PlanePyramidSource.SpecialImageKind kind) booleanPlanePyramidSource.isSpecialMatrixSupported(PlanePyramidSource.SpecialImageKind kind) Returns true if this special image kind is provided by current format.Optional<net.algart.arrays.Matrix<? extends net.algart.arrays.PArray>>AbstractPlanePyramidSource.readSpecialMatrix(PlanePyramidSource.SpecialImageKind kind) Optional<net.algart.arrays.Matrix<? extends net.algart.arrays.PArray>>AbstractPlanePyramidSourceWrapper.readSpecialMatrix(PlanePyramidSource.SpecialImageKind kind) Optional<net.algart.arrays.Matrix<? extends net.algart.arrays.PArray>>PlanePyramidSource.readSpecialMatrix(PlanePyramidSource.SpecialImageKind kind) Reads special image according specified kind.static net.algart.arrays.Matrix<? extends net.algart.arrays.PArray>PlanePyramidTools.readSpecialOrSmallestMatrix(PlanePyramidSource source, PlanePyramidSource.SpecialImageKind kind) -
Uses of PlanePyramidSource.SpecialImageKind in net.algart.matrices.maps.pyramids.io.api.sources
Methods in net.algart.matrices.maps.pyramids.io.api.sources with parameters of type PlanePyramidSource.SpecialImageKindModifier and TypeMethodDescriptionbooleanCombinedPlanePyramidSource.isSpecialMatrixSupported(PlanePyramidSource.SpecialImageKind kind) booleanDelayedPlanePyramidSource.isSpecialMatrixSupported(PlanePyramidSource.SpecialImageKind kind) booleanExtendingPlanePyramidSource.isSpecialMatrixSupported(PlanePyramidSource.SpecialImageKind kind) booleanRotatingPlanePyramidSource.isSpecialMatrixSupported(PlanePyramidSource.SpecialImageKind kind) booleanScalablePlanePyramidSource.isSpecialMatrixSupported(PlanePyramidSource.SpecialImageKind kind) Optional<net.algart.arrays.Matrix<? extends net.algart.arrays.PArray>>CombinedPlanePyramidSource.readSpecialMatrix(PlanePyramidSource.SpecialImageKind kind) Optional<net.algart.arrays.Matrix<? extends net.algart.arrays.PArray>>DelayedPlanePyramidSource.readSpecialMatrix(PlanePyramidSource.SpecialImageKind kind) Optional<net.algart.arrays.Matrix<? extends net.algart.arrays.PArray>>ExtendingPlanePyramidSource.readSpecialMatrix(PlanePyramidSource.SpecialImageKind kind) Optional<net.algart.arrays.Matrix<? extends net.algart.arrays.PArray>>RotatingPlanePyramidSource.readSpecialMatrix(PlanePyramidSource.SpecialImageKind kind) Optional<net.algart.arrays.Matrix<? extends net.algart.arrays.PArray>>ScalablePlanePyramidSource.readSpecialMatrix(PlanePyramidSource.SpecialImageKind kind)