Read-only metadata from the image service. More...
| Header | #include <ArcGIS |
| Since | Esri |
This class was introduced in Esri::ArcGISRuntime 100.1.
Public Functions
| ArcGIS | |
| ArcGIS | |
| ArcGIS | |
| Esri | operator=( |
| Esri | operator=(const Esri |
| ~ | |
| QString | attribution() const |
| QString | current |
| QList | fields() const |
| Esri | full |
| bool | is |
| double | max |
| double | min |
| QString | name() const |
| Esri | pixel |
| QList | rendering |
| Esri | spatial |
| Esri | time |
| QUrl | url() const |
Detailed Description
This metadata is populated once the corresponding ImageServiceRaster object is loaded.
Member Function Documentation
ArcGISImageServiceInfo::ArcGISImageServiceInfo (Esri::ArcGISRuntime::ArcGISImageServiceInfo &&other)
Move constructor from other ArcGISImageServiceInfo.
ArcGISImageServiceInfo::ArcGISImageServiceInfo (const Esri::ArcGISRuntime::ArcGISImageServiceInfo &other)
Copy constructor from other ArcGISImageServiceInfo.
ArcGISImageServiceInfo::ArcGISImageServiceInfo ()
Default constructor.
Esri::ArcGISRuntime::ArcGISImageServiceInfo &ArcGISImageServiceInfo::operator=(Esri::ArcGISRuntime::ArcGISImageServiceInfo &&other)
Move operator from other ArcGISImageServiceInfo.
Esri::ArcGISRuntime::ArcGISImageServiceInfo &ArcGISImageServiceInfo::operator=(const Esri::ArcGISRuntime::ArcGISImageServiceInfo &other)
Assignment operator from other ArcGISImageServiceInfo.
ArcGISImageServiceInfo::~ArcGISImageServiceInfo ()
Destructor.
QString ArcGISImageServiceInfo::attribution() const
Returns the attribution of the service.
QString ArcGISImageServiceInfo::currentVersion () const
Returns the ArcGIS Server version of the service.
QList<Esri::ArcGISRuntime::Field > ArcGISImageServiceInfo::fields() const
Returns information about fields in the service.
Esri::ArcGISRuntime::Envelope ArcGISImageServiceInfo::fullExtent () const
Returns the full extent of the service as an Envelope.
bool ArcGISImageServiceInfo::isEmpty () const
Returns whether this ArcGISImageServiceInfo is empty.
A default constructed ArcGISImageServiceInfo is empty.
Returns true if empty.
double ArcGISImageServiceInfo::maxScale () const
Returns the maximum scale of the service.
double ArcGISImageServiceInfo::minScale () const
Returns the minimum scale of the service.
QString ArcGISImageServiceInfo::name() const
Returns the name of the service.
Esri::ArcGISRuntime::PixelType ArcGISImageServiceInfo::pixelType () const
Returns the pixel type of the image service.
QList<Esri::ArcGISRuntime::RenderingRuleInfo > ArcGISImageServiceInfo::renderingRuleInfos () const
Returns information about raster templates defined by the service.
Esri::ArcGISRuntime::SpatialReference ArcGISImageServiceInfo::spatialReference () const
Returns the spatial reference of the image service.
Esri::ArcGISRuntime::LayerTimeInfo ArcGISImageServiceInfo::timeInfo () const
Returns the time info from the image service.
This function was introduced in Esri::ArcGISRuntime 100.3.
QUrl ArcGISImageServiceInfo::url() const
Returns the url of the image service.