module OGR::Point::Extensions

Public Instance Methods

point_values() click to toggle source

Wrapper around {#point_value} to provide API parity with other geometries that can have multiple points.

@return [Array<Array<Float, Float>>]

# File lib/ogr/extensions/geometries/point/extensions.rb, line 12
def point_values
  [point]
end