public interface IBaseGeometryTypeVisitor<T,E extends Exception>
| Modifier and Type | Method and Description |
|---|---|
T |
visitCurve() |
T |
visitPoint() |
T |
visitPolygon() |
T |
visitUnknown() |
Copyright © 2007–2018 Andreas W. Bartels. All rights reserved.