17 #include <geos/geom/Dimension.h>
18 #include <geos/export.h>
54 int getIndex()
const {
return index; }
55 int getDimension()
const {
return dim; }
56 int getDepthDelta()
const {
return depthDelta; }
57 bool isHole()
const {
return edgeIsHole; }
Definition: EdgeSourceInfo.h:38