Module: RGeo::Geographic::SphericalGeometryMethods

Overview

:nodoc:

Instance Method Summary collapse

Instance Method Details

#coordinate_dimensionObject



16
17
18
# File 'lib/rgeo/geographic/spherical_feature_methods.rb', line 16

def coordinate_dimension
  factory.coordinate_dimension
end

#is_3d?Boolean

Returns:

  • (Boolean)


24
25
26
# File 'lib/rgeo/geographic/spherical_feature_methods.rb', line 24

def is_3d?
  factory.property(:has_z_coordinate)
end

#measured?Boolean

Returns:

  • (Boolean)


28
29
30
# File 'lib/rgeo/geographic/spherical_feature_methods.rb', line 28

def measured?
  factory.property(:has_m_coordinate)
end

#spatial_dimensionObject



20
21
22
# File 'lib/rgeo/geographic/spherical_feature_methods.rb', line 20

def spatial_dimension
  factory.spatial_dimension
end

#sridObject



12
13
14
# File 'lib/rgeo/geographic/spherical_feature_methods.rb', line 12

def srid
  factory.srid
end