public static function fromWkt($wkt)
 {
     $wktArgument = Geometry::getWKTArgument($wkt);
     return static::fromString($wktArgument);
 }