A rule determining how a requested image should participate in the mosaic. More...
Member Function Documentation[explicit]
MosaicRule::MosaicRule(QObject *parent = nullptr)
Creates a mosaic rule object.
[override virtual noexcept]
MosaicRule::~MosaicRule()
Destructor.
bool MosaicRule::isAscending() constReturns whether this MosaicRule is ascending.
The default value is the value used when the mosaic data was created, if unavailable, the default value is true
.
Returns a rendering rule applied on items before mosaic operation.
See also setItemRenderingRule().
QList<qint64> MosaicRule::lockRasterIds() constReturns the collection of raster IDs for image service rasters forced to be visible at all scales.
Used with MosaicMethod::LockRaster
. Cannot be greater than the maximum mosaic image count of the service.
See also setLockRasterIds().
Esri::ArcGISRuntime::MosaicMethod MosaicRule::mosaicMethod() constReturns the type of mosaic method used for individual images.
The default value is the value used when the mosaic data was created, if unavailable, the default value is MosaicMethod::None
.
See also setMosaicMethod().
Esri::ArcGISRuntime::MosaicOperation MosaicRule::mosaicOperation() constReturns the mosaic operation used to resolve overlapped pixel values.
The default value is the value used when the mosaic data was created, if unavailable, the default value is MosaicOperation::First
.
See also setMosaicOperation().
QList<qint64> MosaicRule::rasterIds() constReturns the collection of raster IDs specifying a subset of rasters used in the mosaic.
Any of the specified rasters may not be visible at all scales.
See also setRasterIds().
void MosaicRule::setAscending(bool ascending)Sets ascending to ascending.
See also isAscending.
void MosaicRule::setItemRenderingRule(Esri::ArcGISRuntime::RenderingRule *itemRenderingRule)Sets the itemRenderingRule to itemRenderingRule.
See also itemRenderingRule.
void MosaicRule::setLockRasterIds(const QList<qint64> &lockRasterIds)Sets the lockRasterIds to lockRasterIds.
See also lockRasterIds.
void MosaicRule::setMosaicMethod(Esri::ArcGISRuntime::MosaicMethod mosaicMethod)Sets the mosaicMethod to mosaicMethod.
See also mosaicMethod.
void MosaicRule::setMosaicOperation(Esri::ArcGISRuntime::MosaicOperation mosaicOperation)Sets the mosaicOperation to mosaicOperation.
See also mosaicOperation.
void MosaicRule::setRasterIds(const QList<qint64> &rasterIds)Sets the rasterIds to rasterIds.
See also rasterIds.
void MosaicRule::setSortField(const QString &sortField)Sets the sortField to sortField.
See also sortField.
void MosaicRule::setSortValue(const QString &sortValue)Sets the sortValue to sortValue.
See also sortValue.
void MosaicRule::setViewpoint(const Esri::ArcGISRuntime::Viewpoint &viewpoint)Sets the viewpoint to viewpoint.
See also viewpoint.
void MosaicRule::setWhereClause(const QString &whereClause)Sets the whereClause to whereClause.
See also whereClause.
QString MosaicRule::sortField() constReturns the field name used together with MosaicMethod::Attribute
method.
See also setSortField().
QString MosaicRule::sortValue() constReturns the base sort value used together with MosaicMethod::Attribute
method and sortField parameter.
See also setSortValue().
Esri::ArcGISRuntime::Viewpoint MosaicRule::viewpoint() constReturns the viewpoint used along with MosaicMethod::Viewpoint
method.
See also setViewpoint().
QString MosaicRule::whereClause() constReturns the SQL WHERE clause to define a subset of rasters used in the mosaic.
Any of the rasters in the subset may not be visible at all scales.
See also setWhereClause().
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