Class: RGeo::Geos::ZMMultiLineStringImpl

Inherits:
ZMGeometryCollectionImpl show all
Defined in:
lib/rgeo/geos/zm_impl.rb

Overview

:nodoc:

Constant Summary

Constants inherited from ZMGeometryImpl

RGeo::Geos::ZMGeometryImpl::TYPE_KLASSES

Instance Method Summary collapse

Methods inherited from ZMGeometryCollectionImpl

#each, #geometry_n, #num_geometries

Methods inherited from ZMGeometryImpl

#as_binary, #as_text, #boundary, #buffer, #contains?, #convex_hull, create, #crosses?, #difference, #dimension, #disjoint?, #distance, #envelope, #eql?, #equals?, #factory, #geometry_type, #initialize, #inspect, #intersection, #intersects?, #is_empty?, #is_simple?, #m_geometry, #overlaps?, #relate, #srid, #sym_difference, #to_s, #touches?, #union, #within?, #z_geometry

Constructor Details

This class inherits a constructor from RGeo::Geos::ZMGeometryImpl

Instance Method Details

#is_closed?Boolean

Returns:

  • (Boolean)


377
378
379
# File 'lib/rgeo/geos/zm_impl.rb', line 377

def is_closed?
  @zgeometry.is_closed?
end

#lengthObject



372
373
374
# File 'lib/rgeo/geos/zm_impl.rb', line 372

def length
  @zgeometry.length
end