estimateLinearRing method

int estimateLinearRing(
  1. LinearRing geom
)

Implementation

int estimateLinearRing(LinearRing geom) {
  return estimatePointArray(geom.getCoordinates());
}