Class: ActiveRecord::ConnectionAdapters::RawGeomInfo
- Inherits:
-
Struct
- Object
- Struct
- ActiveRecord::ConnectionAdapters::RawGeomInfo
- Defined in:
- lib/spatial_adapter/oracle_enhanced.rb
Overview
:nodoc:
Instance Attribute Summary collapse
-
#dimension ⇒ Object
Returns the value of attribute dimension.
-
#srid ⇒ Object
Returns the value of attribute srid.
-
#type ⇒ Object
Returns the value of attribute type.
-
#with_m ⇒ Object
Returns the value of attribute with_m.
-
#with_z ⇒ Object
Returns the value of attribute with_z.
Instance Attribute Details
#dimension ⇒ Object
Returns the value of attribute dimension
284 285 286 |
# File 'lib/spatial_adapter/oracle_enhanced.rb', line 284 def dimension @dimension end |
#srid ⇒ Object
Returns the value of attribute srid
284 285 286 |
# File 'lib/spatial_adapter/oracle_enhanced.rb', line 284 def srid @srid end |
#type ⇒ Object
Returns the value of attribute type
284 285 286 |
# File 'lib/spatial_adapter/oracle_enhanced.rb', line 284 def type @type end |
#with_m ⇒ Object
Returns the value of attribute with_m
284 285 286 |
# File 'lib/spatial_adapter/oracle_enhanced.rb', line 284 def with_m @with_m end |
#with_z ⇒ Object
Returns the value of attribute with_z
284 285 286 |
# File 'lib/spatial_adapter/oracle_enhanced.rb', line 284 def with_z @with_z end |