Module: OGR::Point::Extensions

Included in:
OGR::Point
Defined in:
lib/ogr/extensions/geometries/point/extensions.rb

Instance Method Summary collapse

Instance Method Details

#point_valuesArray<Array<Float, Float>>

Wrapper around OGR::Point#point_value to provide API parity with other geometries that can have multiple points.



12
13
14
# File 'lib/ogr/extensions/geometries/point/extensions.rb', line 12

def point_values
  [point]
end