Click or drag to resize

PolygonFlags Field

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The flag represents the type of polygon feature, for example a lake.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public int Flags

Field Value

Type: Int32
Remarks
Different water size types are available so that the renderer may easily determine, for a given zoom level, which water polygons are visible and should be rendered. The sizes given here are approximations of typical values.

Valid flag values are:
Flag valueRepresents
0Oceans
1States
2Cities
3Bays
4Water
5Buildings
6Unused
7Unused
8Airports
9Cemeteries
10Hospitals
11Industrial complexes
12Military bases
13National parks
14State parks
15County parks
16Shopping centers
17Sports complexes
18Colleges
19Aircraft roads (runways & taxi-ways)
20Golf courses
21Native American reservations
22Countries
23Counties
24Islands
25Land
26Global waters
See Also