@ProviderType
public interface Shape
| Modifier and Type | Method and Description |
|---|---|
<T> T |
accept(ShapeTranslator<T> shapeTranslator) |
java.util.List<Coordinate> |
getCoordinates() |
<T> T accept(ShapeTranslator<T> shapeTranslator)
java.util.List<Coordinate> getCoordinates()