PolygonType Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Defining types of polygons (such as land/water/simple) used in a
DataQuery.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Public Enumeration PolygonType
Members
| Member name | Value | Description |
---|
| LARGE_WATER | 1 |
Large water masses
|
| SMALL_WATER | 2 |
Small water masses
|
| LAND | 4 |
Land masses
|
| LARGE | 8 |
Large polygons (eg. national reserves, parks etc.)
|
| SMALL | 16 |
Small Polygons
|
| SIMPLE | 32 |
Simplified Polygons
|
| SUPER_SIMPLE | 64 |
Very simplified Polygons
|
| ALL | 255 |
All polygons
|
See Also