asWKT method

String asWKT()

Implementation

String asWKT() {
  return getWktType() + " (" + getWktCoordinatePairs() + ")";
}