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

Returns:

  • (Boolean)


400
401
402
# File 'lib/rgeo/geos/ffi_feature_methods.rb', line 400

def ccw?
  RGeo::Cartesian::Analysis.ccw?(self)
end

#geometry_typeObject



396
397
398
# File 'lib/rgeo/geos/ffi_feature_methods.rb', line 396

def geometry_type
  Feature::LinearRing
end