getGeometryType method

String getGeometryType()
override

Returns the name of this Geometry's actual class.

@return the name of this Geometrys actual class

Implementation

String getGeometryType() {
  return "Point";
}