Module: RGeo::Geos::FFILinearRingMethods
- Included in:
- FFILinearRingImpl
- Defined in:
- lib/rgeo/geos/ffi_feature_methods.rb
Overview
:nodoc:
Instance Method Summary collapse
Instance Method Details
#ccw? ⇒ Boolean
399 400 401 |
# File 'lib/rgeo/geos/ffi_feature_methods.rb', line 399 def ccw? RGeo::Cartesian::Analysis.ccw?(self) end |
#geometry_type ⇒ Object
395 396 397 |
# File 'lib/rgeo/geos/ffi_feature_methods.rb', line 395 def geometry_type Feature::LinearRing end |