Module: GeoRuby::Shp4r::ShpType
- Defined in:
- lib/geo_ruby/shp4r/shp.rb
Overview
Enumerates all the types of SHP geometries. The MULTIPATCH one is the only one not currently supported by Geo_ruby.
Constant Summary collapse
- NULL_SHAPE =
0
- POINT =
1
- POLYLINE =
3
- POLYGON =
5
- MULTIPOINT =
8
- POINTZ =
11
- POLYLINEZ =
13
- POLYGONZ =
15
- MULTIPOINTZ =
18
- POINTM =
21
- POLYLINEM =
23
- POLYGONM =
25
- MULTIPOINTM =
28