Uses of Class
org.apache.sis.internal.feature.j2d.Polyline
Packages that use Polyline
Package
Description
Centralizes usages of some (not all) Java2D geometry API by Apache SIS.
-
Uses of Polyline in org.apache.sis.internal.feature.j2d
Subclasses of Polyline in org.apache.sis.internal.feature.j2dFields in org.apache.sis.internal.feature.j2d declared as PolylineModifier and TypeFieldDescriptionprivate final Polyline[]
MultiPolylines.polylines
The polylines or polygons in this collection.Fields in org.apache.sis.internal.feature.j2d with type parameters of type PolylineModifier and TypeFieldDescriptionPathBuilder.polylines
The polylines built from the coordinates.Polyline.Iter.polylines
Next polylines on which to iterate, or an empty iterator if none.Methods in org.apache.sis.internal.feature.j2d with parameters of type PolylineModifier and TypeMethodDescriptionprivate void
Initializes thePolyline.Iter.coordinates
,Polyline.Iter.isPolygon
andPolyline.Iter.inflate
fields for iteration over coordinate values given by the specified polyline.Constructors in org.apache.sis.internal.feature.j2d with parameters of type PolylineModifierConstructorDescription(package private)
Iter
(AffineTransform at, Polyline first, Iterator<Polyline> next) Creates a new iterator.MultiPolylines
(Polyline[] polylines) Creates a collection of polylines.Constructor parameters in org.apache.sis.internal.feature.j2d with type arguments of type PolylineModifierConstructorDescription(package private)
Iter
(AffineTransform at, Polyline first, Iterator<Polyline> next) Creates a new iterator.