Class: RGeo::Geos::ZMPointImpl

Inherits:
ZMGeometryImpl 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 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

#mObject



234
235
236
# File 'lib/rgeo/geos/zm_impl.rb', line 234

def m
  @mgeometry.m
end

#xObject



219
220
221
# File 'lib/rgeo/geos/zm_impl.rb', line 219

def x
  @zgeometry.x
end

#yObject



224
225
226
# File 'lib/rgeo/geos/zm_impl.rb', line 224

def y
  @zgeometry.y
end

#zObject



229
230
231
# File 'lib/rgeo/geos/zm_impl.rb', line 229

def z
  @zgeometry.z
end