FeatureServiceLayerIdInfo QML Type

  • Esri.ArcGISRuntime
  • FeatureServiceLayerIdInfo
  • Information about the feature service metadata for an ArcGIS Feature Service. More...

    Import Statement: import Esri.ArcGISRuntime
    Since: Esri.ArcGISRuntime 100.6
    Inherits:

    IdInfo

    Properties

    Detailed Description

    Note: You cannot declare or create a component of this type in QML code.

    Property Documentation

    [read-only] defaultVisibility : bool

    Whether the features in the layer should be visible when loaded (read-only).


    [read-only] geometryType : Enums.GeometryType

    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


    [read-only] maxScale : double

    The maximum scale at which the layer's contents will be visible. (read-only).


    [read-only] minScale : double

    The minimum scale at which the layer's contents will be visible (read-only).


    [read-only] serviceType : Enums.ArcGISFeatureLayerInfoServiceType

    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.


    Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.