Method: RGeo::Geographic::ProjectedGeometryMethods#projection

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

#projectionObject



16
17
18
19
# File 'lib/rgeo/geographic/projected_feature_methods.rb', line 16

def projection
  @projection = factory.project(self) unless defined?(@projection)
  @projection
end