FeatureCollectionLayer Class
A layer that can visualize a FeatureCollection. More...
Header: | #include <FeatureCollectionLayer> |
Since: | Esri::ArcGISRuntime 100.0 |
Inherits: | Layer |
Public Functions
FeatureCollectionLayer(FeatureCollection *featureCollection, QObject *parent = nullptr) | |
~FeatureCollectionLayer() | |
FeatureCollection * | featureCollection() const |
QList<Layer *> | layers() const |
- 33 public functions inherited from Esri::ArcGISRuntime::Layer
- 11 public functions inherited from Esri::ArcGISRuntime::LayerContent
- 5 public functions inherited from Esri::ArcGISRuntime::Loadable
- 31 public functions inherited from QObject
Additional Inherited Members
- 1 property inherited from QObject
- 1 public slot inherited from QObject
- 2 signals inherited from Esri::ArcGISRuntime::Layer
- 1 signal inherited from Esri::ArcGISRuntime::LayerContent
- 1 signal inherited from Esri::ArcGISRuntime::Object
- 2 signals inherited from QObject
- 1 public variable inherited from QObject
- 10 static public members inherited from QObject
- 9 protected functions inherited from QObject
- 2 protected variables inherited from QObject
Detailed Description
A layer that can visualize a FeatureCollection.
Member Function Documentation
FeatureCollectionLayer::FeatureCollectionLayer(FeatureCollection *featureCollection, QObject *parent = nullptr)
Constructor that accepts a FeatureCollection (featureCollection) and an optional parent.
FeatureCollectionLayer::~FeatureCollectionLayer()
Destructor.
FeatureCollection *FeatureCollectionLayer::featureCollection() const
Gets the FeatureCollection used to create this FeatureCollectionLayer.
QList<Layer *> FeatureCollectionLayer::layers() const
Gets the feature layers associated with this layer.