isAreaWithIndex method

bool isAreaWithIndex(
  1. int geomIndex
)

Implementation

bool isAreaWithIndex(int geomIndex) {
  /*  Testing
	if (elt[0].getLocations().length != elt[1].getLocations().length) {
		System.out.println(this);
	}
		*/
  return elt[geomIndex]!.isArea();
}