Parent

Methods

Files

GeoRuby::SimpleFeatures::LinearRing

Represents a linear ring, which is a closed line string (see LineString). Currently, no check is performed to verify if the linear ring is really closed.

Public Class Methods

new(srid= DEFAULT_SRID,with_z=false,with_m=false) click to toggle source
# File lib/geo_ruby/simple_features/linear_ring.rb, line 7
def initialize(srid= DEFAULT_SRID,with_z=false,with_m=false)
  super(srid,with_z,with_m)
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.