getGeometryCount method

int getGeometryCount()

Implementation

int getGeometryCount() {
  int count = 0;
  if (!elt[0]!.isNull()) count++;
  if (!elt[1]!.isNull()) count++;
  return count;
}