Base class for a collection of features. More...
Public Functions virtual ~FeatureSet() virtual QList<Esri::ArcGISRuntime::Field> fields() const = 0 virtual Esri::ArcGISRuntime::GeometryType geometryType() const = 0 virtual Esri::ArcGISRuntime::FeatureIterator iterator() const = 0 virtual Esri::ArcGISRuntime::SpatialReference spatialReference() const = 0 Detailed DescriptionA feature set can be the result of a task, such as a query, or the input to a task, such as some geoprocessing tasks.
If the features in a feature set contain only attributes and no geometry, the feature set can be considered a simple table where each feature is a row in that table.
Member Function Documentation[virtual noexcept]
FeatureSet::~FeatureSet()
Destructor.
[pure virtual]
QList<Esri::ArcGISRuntime::Field> FeatureSet::fields() const
Returns the list of fields common to all features in this feature set.
This is the pure virtual version of this method. It should be implemented by classes that inherit from this interface.
[pure virtual]
Esri::ArcGISRuntime::GeometryType FeatureSet::geometryType() const
Returns the geometry type common to all features in this feature set.
This is the pure virtual version of this method. It should be implemented by classes that inherit from this interface.
[pure virtual]
Esri::ArcGISRuntime::FeatureIterator FeatureSet::iterator() const
Returns an iterator used iterate over all features in this feature set.
This is the pure virtual version of this method. It should be implemented by classes that inherit from this interface.
[pure virtual]
Esri::ArcGISRuntime::SpatialReference FeatureSet::spatialReference() const
Returns the spatial reference common to all features in this feature set.
This is the pure virtual version of this method. It should be implemented by classes that inherit from this interface.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4