[
https://issues.apache.org/jira/browse/SIS-506?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17302479#comment-17302479
]
Martin Desruisseaux commented on SIS-506:
-----------------------------------------
Added following method in {{ImageProcessor}}:
{code}
List<NavigableMap<Double,Shape>> isolines(RenderedImage data, double[][]
levels, MathTransform gridToCRS);
{code}
No equivalent method in {{CoverageProcessor}} yet because we do not have a
public API for geometric objects yet.
> Compute isolines from a coverage
> --------------------------------
>
> Key: SIS-506
> URL: https://issues.apache.org/jira/browse/SIS-506
> Project: Spatial Information Systems
> Issue Type: New Feature
> Components: Features
> Reporter: Martin Desruisseaux
> Assignee: Martin Desruisseaux
> Priority: Major
> Fix For: 1.1
>
>
> Create contouring (isolines) as Java2D shapes from a {{GridCoverage}}. The
> [Marching squares|https://en.wikipedia.org/wiki/Marching_squares] algorithm
> is used. In addition to the algorithm described on Wikipedia, the
> implementation will need to join segments together for creating closed
> polygons when possibles, or polylines otherwise.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)