Class: ActiveRecord::ConnectionAdapters::RawGeomInfo

Inherits:
Struct
  • Object
show all
Defined in:
lib/spatial_adapter/oracle_enhanced.rb

Overview

:nodoc:

Instance Attribute Summary collapse

Instance Attribute Details

#dimensionObject

Returns the value of attribute dimension

Returns:

  • (Object)

    the current value of dimension



284
285
286
# File 'lib/spatial_adapter/oracle_enhanced.rb', line 284

def dimension
  @dimension
end

#sridObject

Returns the value of attribute srid

Returns:

  • (Object)

    the current value of srid



284
285
286
# File 'lib/spatial_adapter/oracle_enhanced.rb', line 284

def srid
  @srid
end

#typeObject

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



284
285
286
# File 'lib/spatial_adapter/oracle_enhanced.rb', line 284

def type
  @type
end

#with_mObject

Returns the value of attribute with_m

Returns:

  • (Object)

    the current value of with_m



284
285
286
# File 'lib/spatial_adapter/oracle_enhanced.rb', line 284

def with_m
  @with_m
end

#with_zObject

Returns the value of attribute with_z

Returns:

  • (Object)

    the current value of with_z



284
285
286
# File 'lib/spatial_adapter/oracle_enhanced.rb', line 284

def with_z
  @with_z
end