Module | GeoRuby::Shp4r::ShpType |
In: |
lib/geo_ruby/shp4r/shp.rb
|
Enumerates all the types of SHP geometries. The MULTIPATCH one is the only one not currently supported by GeoRuby.
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 |