FeatureType Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The type (shape) of a map feature that can be returned by a DataQuery.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax [FlagsAttribute]
public enum FeatureType
<FlagsAttribute>
Public Enumeration FeatureType
Members
| Member name | Value | Description |
---|
| All | -1 |
All features
|
| None | 0 |
No features
|
| Line | 1 |
Line features such as railways or streams
|
| Polygon | 2 |
Polygon features such as lakes, parking lots, or parks
|
| Point | 4 |
Point features such as cities
|
| RampEnd | 8 | |
| PointAddress | 16 | |
| LabelTree | 32 | |
See Also