Package org.geotools.geometry.jts
Class EmptyIterator
Object
AbstractLiteIterator
EmptyIterator
- All Implemented Interfaces:
PathIterator
An iterator for empty geometries
- Since:
- 2.4
-
Field Summary
FieldsFields inherited from class AbstractLiteIterator
dcoords
Fields inherited from interface PathIterator
SEG_CLOSE, SEG_CUBICTO, SEG_LINETO, SEG_MOVETO, SEG_QUADTO, WIND_EVEN_ODD, WIND_NON_ZERO
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
currentSegment
(double[] coords) int
currentSegment
(float[] coords) int
boolean
isDone()
void
next()
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
EmptyIterator
public EmptyIterator()
-
-
Method Details
-
getWindingRule
public int getWindingRule() -
isDone
public boolean isDone() -
next
public void next() -
currentSegment
public int currentSegment(double[] coords) -
currentSegment
public int currentSegment(float[] coords) - Specified by:
currentSegment
in interfacePathIterator
- Overrides:
currentSegment
in classAbstractLiteIterator
- See Also:
-