SubtypeSublayer QML Type

  • Esri.ArcGISRuntime
  • SubtypeSublayer
  • A sublayer that allows custom rendering for features of a particular subtype. More...

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

    ArcGISSublayer

    Properties

    Signals

    Detailed Description

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

    Property Documentation

    [read-only, since Esri.ArcGISRuntime 200.2] featureTemplates : list<FeatureTemplate>

    The sublayer's feature templates (read-only). A collection of templates that can be used to create new features of subtype with default attribute values and a specified mode for creating its geometry.

    This property was introduced in Esri.ArcGISRuntime 200.2.

    See also FeatureTemplate, ArcGISFeatureTable::createFeatureWithTemplate(FeatureTemplate), and ArcGISFeatureTable::createFeatureWithTemplateAndGeometry(FeatureTemplate, Geometry).


    [read-only] labelDefinitions : LabelDefinitionListModel

    The collection of label definitions for the sublayer.


    labelsEnabled : bool

    Returns whether the sublayer's labels are enabled.

    Makes the property ArcGISSublayer::labelsEnabled writable.


    maxScale : double

    Returns the maximum scale at which the sublayer displays.

    Makes the property ArcGISSublayer::maxScale writable.


    minScale : double

    Returns the minimum scale at which the sublayer displays.

    Makes the property ArcGISSublayer::minScale writable.


    opacity : real

    Returns the sublayer's opacity.

    Makes the property ArcGISSublayer::opacity writable.


    renderer : Renderer

    Returns the renderer specifying how the features should be symbolized.

    Makes the property ArcGISSublayer::renderer writable.


    [read-only] subtype : FeatureSubtype

    The subtype in the feature service that this subtype represents


    [read-only, since Esri.ArcGISRuntime 200.2] unknownJson : jsobject

    Unknown data from the source JSON (read-only). Unknown JSON is a dictionary of values not defined in the ArcGIS specification used to create this object but found in the source JSON. If the object is written back to JSON, any unknown JSON data is not persisted. The ArcGIS specification may be for a web map, web scene, REST API, and so on.

    This property was introduced in Esri.ArcGISRuntime 200.2.

    See also SubtypeSublayer.


    [read-only, since Esri.ArcGISRuntime 200.2] unsupportedJson : jsobject

    Unsupported data from the source JSON (read-only). Unsupported JSON is a dictionary of values defined in the ArcGIS specification used to create this object but not currently used in this API. If the object is written back to JSON, any unsupported JSON data is persisted. The ArcGIS specification may be from a web map, web scene, REST API, and so on.

    This property was introduced in Esri.ArcGISRuntime 200.2.

    See also SubtypeSublayer.


    Signal Documentation

    subtypeChanged()

    Emitted when the subtype property changes.

    Note: The corresponding handler is onSubtypeChanged.


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