Package net.anwiba.spatial.geometry.ring
Interface LinearRingBuilder.ISequences
- All Known Implementing Classes:
LinearRingBuilder.Sequences
- Enclosing class:
- LinearRingBuilder
public static interface LinearRingBuilder.ISequences
-
Method Summary
Modifier and TypeMethodDescriptionvoidadd(ICoordinateSequence sequence) booleancontains(ICoordinate coordinate) get(int index) get(ICoordinate coordinate) booleanisEmpty()nearestNeighbor(ICoordinate coordinate) voidremove(ICoordinateSequence sequence) intsize()touched(ICoordinateSequence sequence) booleantouches(ICoordinateSequence sequence)
-
Method Details
-
add
-
nearestNeighbor
-
get
-
size
int size() -
isEmpty
boolean isEmpty() -
remove
-
contains
-
get
-
touches
-
touched
-