Uses of Interface
net.algart.matrices.maps.pyramids.io.api.PlanePyramidSource
Packages that use PlanePyramidSource
Package
Description
-
Uses of PlanePyramidSource in net.algart.matrices.maps.pyramids.io.api
Classes in net.algart.matrices.maps.pyramids.io.api that implement PlanePyramidSourceModifier and TypeClassDescriptionclassclassMethods in net.algart.matrices.maps.pyramids.io.api that return PlanePyramidSourceModifier and TypeMethodDescriptionPlanePyramidSourceFactory.newPlanePyramidSource(String pyramidPath, String pyramidConfiguration, String renderingConfiguration) Creates new plane pyramid source, providing access to the pyramid, stored in the given place, with possible using additional recommendations, described in pyramidConfiguration and renderingConfiguration arguments.PlanePyramidSourceFactory.Unsupported.newPlanePyramidSource(String pyramidPath, String pyramidConfiguration, String renderingConfiguration) protected abstract PlanePyramidSourceAbstractPlanePyramidSourceWrapper.parent()Methods in net.algart.matrices.maps.pyramids.io.api with parameters of type PlanePyramidSourceModifier and TypeMethodDescriptionstatic intPlanePyramidTools.defaultCompression(PlanePyramidSource source) static List<net.algart.math.IRectangularArea>AbstractPlanePyramidSource.defaultZeroLevelActualRectangles(PlanePyramidSource source) static net.algart.arrays.Matrix<? extends net.algart.arrays.PArray>PlanePyramidTools.readSpecialOrSmallestMatrix(PlanePyramidSource source, PlanePyramidSource.SpecialImageKind kind) -
Uses of PlanePyramidSource in net.algart.matrices.maps.pyramids.io.api.sources
Classes in net.algart.matrices.maps.pyramids.io.api.sources that implement PlanePyramidSourceModifier and TypeClassDescriptionfinal classfinal classfinal classfinal classfinal classfinal classclassMethods in net.algart.matrices.maps.pyramids.io.api.sources that return PlanePyramidSourceModifier and TypeMethodDescriptionDelayedPlanePyramidSource.getParent()static PlanePyramidSourceCombinedPlanePyramidSource.newInstance(PlanePyramidSource mainParent, PlanePyramidSource overridingParent) static PlanePyramidSourceRotatingPlanePyramidSource.newInstance(PlanePyramidSource parent, RotatingPlanePyramidSource.RotationMode rotationMode) ImageIOPlanePyramidSourceFactory.newPlanePyramidSource(String pyramidPath, String pyramidConfiguration, String renderingConfiguration) ExtendingPlanePyramidSource.parent()protected PlanePyramidSourceImageIOPlanePyramidSource.parent()ScalablePlanePyramidSource.parent()Methods in net.algart.matrices.maps.pyramids.io.api.sources with parameters of type PlanePyramidSourceModifier and TypeMethodDescriptionstatic PlanePyramidSourceCombinedPlanePyramidSource.newInstance(PlanePyramidSource mainParent, PlanePyramidSource overridingParent) static ExtendingPlanePyramidSourceExtendingPlanePyramidSource.newInstance(PlanePyramidSource parent, long extendedDimX, long extendedDimY, long positionXInExtendedMatrix, long positionYInExtendedMatrix, double[] backgroundColor) static PlanePyramidSourceRotatingPlanePyramidSource.newInstance(PlanePyramidSource parent, RotatingPlanePyramidSource.RotationMode rotationMode) static ScalablePlanePyramidSourceScalablePlanePyramidSource.newInstance(PlanePyramidSource parent) voidDelayedPlanePyramidSource.setParent(PlanePyramidSource parent) -
Uses of PlanePyramidSource in net.algart.matrices.maps.pyramids.io.formats.common.builders
Fields in net.algart.matrices.maps.pyramids.io.formats.common.builders declared as PlanePyramidSourceModifier and TypeFieldDescriptionprotected final PlanePyramidSourceFollowingResolutionsBuilder.sourceMethods in net.algart.matrices.maps.pyramids.io.formats.common.builders that return PlanePyramidSourceModifier and TypeMethodDescriptionfinal PlanePyramidSourceFollowingResolutionsBuilder.getSource()Constructors in net.algart.matrices.maps.pyramids.io.formats.common.builders with parameters of type PlanePyramidSourceModifierConstructorDescriptionDefaultFollowingResolutionsBuilder(PlanePyramidSource source, int initialResolutionLevel, int compression)