getBoundaryDimension method

int getBoundaryDimension()
override

Returns the dimension of this Geometrys inherent boundary.

@return the dimension of the boundary of the class implementing this interface, whether or not this object is the empty geometry. Returns Dimension.FALSE if the boundary is the empty geometry.

Implementation

int getBoundaryDimension() {
  return Dimension.FALSE;
}