Uses of Class
org.apache.sis.internal.processing.isoline.Isolines
Packages that use Isolines
-
Uses of Isolines in org.apache.sis.internal.processing.isoline
Fields in org.apache.sis.internal.processing.isoline declared as IsolinesModifier and TypeFieldDescriptionprivate Isolines[]
Parallelized.Tile.isolines
Isolines computed in the sub-region of this sub-task.Fields in org.apache.sis.internal.processing.isoline with type parameters of type IsolinesModifier and TypeFieldDescriptionprivate static final BiConsumer
<String, Isolines> Isolines.LISTENER
A consumer to notify about the current state of isoline generation, ornull
if none.Methods in org.apache.sis.internal.processing.isoline that return IsolinesModifier and TypeMethodDescription(package private) static Isolines[]
Creates all polylines that were still pending.static Isolines[]
Isolines.generate
(RenderedImage data, double[][] levels, org.opengis.referencing.operation.MathTransform gridToCRS) Generates isolines at the specified levels computed from data provided by the given image.(package private) static Isolines[]
Isolines.generate
(PixelIterator iterator, double[][] levels, org.opengis.referencing.operation.MathTransform gridToCRS) Generates isolines for the specified levels in the region traversed by the given iterator.protected Isolines[]
Parallelized.Tile.result()
Invoked on the last sub-task (after all merges) for getting final result.Methods in org.apache.sis.internal.processing.isoline with parameters of type IsolinesModifier and TypeMethodDescription(package private) static Isolines[]
Creates all polylines that were still pending.(package private) static void
Merges results of two partial computations (tiles).(package private) static NavigableMap<Double,
Shape>[] Returns the isolines for each band, then for each values in the band.static List
<NavigableMap<Double, Shape>> Returns the isolines for each band, then for each values in the band.