Package net.anwiba.spatial.geometry
Interface IBaseGeometryTypeVisitor<T,E extends java.lang.Exception>
-
- All Known Implementing Classes:
AbstractBaseGeometryTypeVisitor
public interface IBaseGeometryTypeVisitor<T,E extends java.lang.Exception>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TvisitCurve()TvisitPoint()TvisitPolygon()TvisitUnknown()
-
-
-
Method Detail
-
visitPoint
T visitPoint() throws E extends java.lang.Exception
- Throws:
E extends java.lang.Exception
-
visitCurve
T visitCurve() throws E extends java.lang.Exception
- Throws:
E extends java.lang.Exception
-
visitPolygon
T visitPolygon() throws E extends java.lang.Exception
- Throws:
E extends java.lang.Exception
-
-