hasTooFewPoints method

bool hasTooFewPoints()

This constructor is used by clients that wish to add Edges explicitly, rather than adding a Geometry. (An example is BufferOp).

Implementation

// no longer used
//   GeometryGraph(int argIndex, PrecisionModel precisionModel, int SRID) {
//    this(argIndex, null);
//    this.precisionModel = precisionModel;
//    this.SRID = SRID;
//  }
//   PrecisionModel getPrecisionModel()
//  {
//    return precisionModel;
//  }
//   int getSRID() { return SRID; }

bool hasTooFewPoints() {
  return _hasTooFewPoints;
}