Uses of Class
org.apache.sis.internal.feature.j2d.PathBuilder
Packages that use PathBuilder
Package
Description
Centralizes usages of some (not all) Java2D geometry API by Apache SIS.
Isolines generation.
-
Uses of PathBuilder in org.apache.sis.internal.feature.j2d
Methods in org.apache.sis.internal.feature.j2d with parameters of type PathBuilderModifier and TypeMethodDescriptionfinal void
PathBuilder.append
(PathBuilder other) Adds all polylines defined in the other builder. -
Uses of PathBuilder in org.apache.sis.internal.processing.isoline
Subclasses of PathBuilder in org.apache.sis.internal.processing.isolineModifier and TypeClassDescription(package private) final class
Assembles arbitrary number ofPolylineBuffer
s in a single Java2DShape
for an isoline level.