Uses of Enum Class
net.algart.matrices.maps.pyramids.io.api.PlanePyramidSource.FlushMode
Packages that use PlanePyramidSource.FlushMode
Package
Description
-
Uses of PlanePyramidSource.FlushMode in net.algart.matrices.maps.pyramids.io.api
Methods in net.algart.matrices.maps.pyramids.io.api that return PlanePyramidSource.FlushModeModifier and TypeMethodDescriptionstatic PlanePyramidSource.FlushModeReturns the enum constant of this class with the specified name.static PlanePyramidSource.FlushMode[]PlanePyramidSource.FlushMode.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.FlushModeModifier and TypeMethodDescriptionvoidAbstractPlanePyramidSource.freeResources(PlanePyramidSource.FlushMode flushMode) This implementation frees the tile cache.voidAbstractPlanePyramidSourceWrapper.freeResources(PlanePyramidSource.FlushMode flushMode) voidPlanePyramidSource.freeResources(PlanePyramidSource.FlushMode flushMode) -
Uses of PlanePyramidSource.FlushMode in net.algart.matrices.maps.pyramids.io.api.sources
Methods in net.algart.matrices.maps.pyramids.io.api.sources with parameters of type PlanePyramidSource.FlushModeModifier and TypeMethodDescriptionvoidCombinedPlanePyramidSource.freeResources(PlanePyramidSource.FlushMode flushMode) voidDefaultPlanePyramidSource.freeResources(PlanePyramidSource.FlushMode flushMode) voidDelayedPlanePyramidSource.freeResources(PlanePyramidSource.FlushMode flushMode) voidExtendingPlanePyramidSource.freeResources(PlanePyramidSource.FlushMode flushMode) voidRotatingPlanePyramidSource.freeResources(PlanePyramidSource.FlushMode flushMode) voidScalablePlanePyramidSource.freeResources(PlanePyramidSource.FlushMode flushMode)