Class: GeoRuby::SimpleFeatures::Curve

Inherits:
Geometry
  • Object
show all
Defined in:
lib/geo_ruby/simple_features/curve.rb

Overview

Represents a point. It is in 3D if the Z coordinate is not nil.

Instance Attribute Summary

Attributes inherited from Geometry

#srid, #with_m, #with_z

Method Summary

Methods inherited from Geometry

#as_ewkb, #as_ewkt, #as_georss, #as_hex_ewkb, #as_hex_wkb, #as_kml, #as_wkb, #as_wkt, #bounding_box, #envelope, from_ewkb, from_ewkt, from_geojson, from_georss, from_georss_with_tags, from_hex_ewkb, from_kml, #initialize, kml_to_wkt, #m_range

Constructor Details

This class inherits a constructor from GeoRuby::SimpleFeatures::Geometry