A map service that runs on the local server. More...
Public Functions Detailed DescriptionNote: Local server is only available on Windows and Linux.
A local map service requires a map package file (.mpkx
) which has been authored in ArcGIS Pro.
Relevant samples:
[explicit]
LocalMapService::LocalMapService(const QString &packagePath, QObject *parent = nullptr)
Constructor that takes a path to the map package file (packagePath) and an optional parent.
[override virtual noexcept]
LocalMapService::~LocalMapService()
Destructor.
[since Esri::ArcGISRuntime 100.1]
QList<Esri::ArcGISRuntime::DynamicWorkspace *> LocalMapService::dynamicWorkspaces() const
Returns the dynamic workspaces if any have been specified.
This function was introduced in Esri::ArcGISRuntime 100.1.
See also setDynamicWorkspaces().
int LocalMapService::maximumRecords() constReturns the maximum number of records returned by the service.
The default value is 10000.
See also setMaximumRecords().
[since Esri::ArcGISRuntime 100.1]
void LocalMapService::setDynamicWorkspaces(const QList<Esri::ArcGISRuntime::DynamicWorkspace *> &dynamicWorkspaces)
Sets the dynamic workspaces to dynamicWorkspaces.
This can only be set before the local map service has been started.
This function was introduced in Esri::ArcGISRuntime 100.1.
See also dynamicWorkspaces().
void LocalMapService::setMaximumRecords(int maxRecords)Sets the maximum number of records returned by the service to maxRecords.
This number is limited to the maximum number of features visible in the map. The default value is 10000. This value must be set before the service starts.
See also maximumRecords().
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