Enums.ArcGISFeatureLayerInfoServiceType enumeration
This is used to determine the type of the dataset behind an ArcGISFeatureLayerInfo. Spatial datasets are considered to be layers whereas non-spatial datasets are tables.
The ArcGISFeatureLayerInfoServiceType can be one of:
Constant | Description |
---|---|
Enums.ArcGISFeatureLayerInfoServiceTypeLayer | (0) Layer |
Enums.ArcGISFeatureLayerInfoServiceTypeTable | (1) Table |
Enums.ArcGISFeatureLayerInfoServiceTypeGroupLayer | (2) Group layer |
Enums.ArcGISFeatureLayerInfoServiceTypeAnnotationLayer | (3) Annotation layer |
Enums.ArcGISFeatureLayerInfoServiceTypeUnknown | (-1) Unknown or unsupported dataset type |