Method: RGeo::Feature::Type#supertype
- Defined in:
- lib/rgeo/feature/types.rb
#supertype ⇒ Object
Returns the supertype of this type. The supertype of Geometry is nil.
75 76 77 |
# File 'lib/rgeo/feature/types.rb', line 75 def supertype @supertype end |