Module: RGeo::Cartesian::GeometryMethods

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#envelopeObject



14
15
16
# File 'lib/rgeo/cartesian/feature_methods.rb', line 14

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

#sridObject



10
11
12
# File 'lib/rgeo/cartesian/feature_methods.rb', line 10

def srid
  factory.srid
end