Module: RGeo::Cartesian::GeometryMethods

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#envelopeObject



50
51
52
# File 'lib/rgeo/cartesian/feature_methods.rb', line 50

def envelope
  BoundingBox.new(factory).add(self).to_geometry
end

#sridObject



45
46
47
# File 'lib/rgeo/cartesian/feature_methods.rb', line 45

def srid
  factory.srid
end