Method: RGeo::Geographic::ProjectedGeometryMethods#point_on_surface

Defined in:
lib/rgeo/geographic/projected_feature_methods.rb

#point_on_surfaceObject



143
144
145
# File 'lib/rgeo/geographic/projected_feature_methods.rb', line 143

def point_on_surface
  factory.unproject(projection.unsafe_point_on_surface)
end