Information about the feature service metadata for an ArcGIS Feature Service. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.6 |
Inherits: |
Properties
- defaultVisibility : bool
- geometryType : Enums.GeometryType
- maxScale : double
- minScale : double
- serviceType : Enums.ArcGISFeatureLayerInfoServiceType
Detailed Description
Note: You cannot declare or create a component of this type in QML code.
Property Documentation
Whether the features in the layer should be visible when loaded (read-only).
The type of geometry that all the features in the layer possess (read-only).
For point, multipoint, polyline or polygon feature layers, this will be the type of the feature's geometry.
For annotation and dimension feature layers, this will be Enums.GeometryTypePolygon (referring to the outline of the text graphic). For tables, this will be Enums.GeometryTypeUnknown
The type of data held in the layer on the service (read-only).
Indicates the type of data contained in the layer, for example, table row, geometric feature, annotation or dimension feature.