Click or drag to resize

PolygonType Enumeration

Verizon Connect Logo
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 enum PolygonType
Members
  Member nameValueDescription
LARGE_WATER1 Large water masses
SMALL_WATER2 Small water masses
LAND4 Land masses
LARGE8 Large polygons (eg. national reserves, parks etc.)
SMALL16 Small Polygons
SIMPLE32 Simplified Polygons
SUPER_SIMPLE64 Very simplified Polygons
ALL255 All polygons
See Also