JTS Core 1.17.1
Packages
Classes
Search
About
Top
ShapeCollectionPathIterator(Collection, AffineTransform)
getWindingRule(): int
isDone(): boolean
next(): void
currentSegment(float[]): int
currentSegment(double[]): int
Bottom
Source
Classic
org.locationtech.jts.awt
Class ShapeCollectionPathIterator
Hierarchy:
Object
, ShapeCollectionPathIterator
All Implemented Interfaces:
PathIterator
public class ShapeCollectionPathIterator
implements
PathIterator
A
PathIterator
which provides paths for a collection of
Shape
s.
Authors:
Martin Davis
public
ShapeCollectionPathIterator(
Collection
shapes,
AffineTransform
affineTransform)
Creates a new path iterator for a collection of
Shape
s.
Parameters:
shapes - shapes the Shapes in the collection
affineTransform - affineTransform a optional transformation to be applied to the coordinates in the path (may be null)
public
int getWindingRule()
public
boolean isDone()
public
void next()
public
int currentSegment(float[] coords)
public
int currentSegment(double[] coords)