Information about the sublayer metadata for a feature service or a map service. More...
Header | #include <Id |
Since | Esri |
Inherited By | Esri |
Public Functions
Id | |
Id | |
Id | |
virtual | ~ |
Esri | id |
qint64 | info |
bool | is |
Q | name() const |
Esri | operator=( |
Esri | operator=(const Esri |
Detailed Description
Member Function Documentation
IdInfo::IdInfo ()
Default constructor. Creates an empty IdInfo.
IdInfo::IdInfo (const Esri::ArcGISRuntime::IdInfo &other)
Copy constructor from other IdInfo.
[noexcept]
IdInfo::IdInfo (Esri::ArcGISRuntime::IdInfo &&other)
Move constructor from other IdInfo.
[virtual noexcept]
IdInfo::~IdInfo ()
Destructor.
Esri::ArcGISRuntime::IdInfoType IdInfo::idInfoType () const
Returns the type of IdInfo.
qint64 IdInfo::infoId () const
Returns the IdInfo's ID.
bool IdInfo::isEmpty () const
Returns if
this IdInfo is empty.
QString IdInfo::name() const
Returns the IdInfo's name.
[noexcept]
Esri::ArcGISRuntime::IdInfo &IdInfo::operator=(Esri::ArcGISRuntime::IdInfo &&other)
Move operator from other IdInfo.
Esri::ArcGISRuntime::IdInfo &IdInfo::operator=(const Esri::ArcGISRuntime::IdInfo &other)
Assignment operator from other IdInfo.