POST
|
Hi Günter, 1)"(If you haven't already, install and set up ArcGIS Runtime SDK for Qt, ...) ...which includes adding the references to the needed libraries." Anwser: EsriRuntimeQt is part of the dependencies needed. Since this is a Qt SDK, you might need to include other Qt dlls for your application to work. 2) "In the Project References notice that the ESRI.ArcGIS.Client and ESRI.ArcGIS.Client.Local libraries are present." Anwser: The following is a typo in our doc and it will be removed. Sorry for the confusion that it might have caused you. Let me know if you have any other questions. Regards,
... View more
09-19-2013
07:14 AM
|
0
|
0
|
1018
|
POST
|
Hi David, To run code on Linux platforms, including the ArcGIS Runtime SDK for Qt samples, source the init script before opening Qt Creator. The init SDK script file is init_sdk_qt.sh for bash and init_sdk_qt.csh for C shell. It's installed to <ArcGIS Runtime SDK for Qt installation directory>. By default, this directory is arcgis/runtime_sdk/qt10.2. You will need to user the same terminal that you used to source your script to start QtCreator. Please note that we are currently only supporting Ubuntu and Red Hat on Linux. Let me know if you have any other issues. Regards,
... View more
09-19-2013
06:58 AM
|
0
|
0
|
656
|
POST
|
Hi, I am not certain that I understand you question correctly. You can connect to the MousePress and MouseRelease events in order to get the coordinate on the map that the user has clicked. Using those values, you can call on the GraphicsLayer the following function graphicIDs where you give it the x,y coordinate and it will return the graphics that intersect the click. Let me know if this addresses your question. Regards, Hai, I have started working with the Qt SDK. The feature that I would want to have is : ->> Graphics added to GraphicsLayer should have the ability to handle mouse events. Thanks.
... View more
09-19-2013
06:53 AM
|
0
|
0
|
695
|
POST
|
Hi Günter, I have uploaded the 64 bit version of the Qt SDK. You should be able to download a compiled version of Qt 4.8.4 for Windows from the Beta community site: https://betacommunity.esri.com. You just need to log in then go to the Qt Beta Program links. At the bottom of the page, you will see the link to the resources and you will need to click on "ArcGIS Runtime SDK Qt 10.2 Beta1 Windows". From that page, you will be able to download "qt-everywhere-opensource-src-4.8.4-64.zip". Let me know if you have any issue or question. Regards,
... View more
09-04-2013
10:06 AM
|
0
|
0
|
1018
|
POST
|
Hi Günter, You can download a compiled version of Qt 4.8.4 for Windows from the Beta community site: https://betacommunity.esri.com. You just need to log in then go to the Qt Beta Program links. At the bottom of the page, you will see the link to the resources and you will need to click on "ArcGIS Runtime SDK Qt 10.2 Beta1 Windows". From that page, you will be able to download "qt-everywhere-opensource-src-4.8.4-32.zip". The instruction to add the kit into Qt Creator can be found here: https://developers.arcgis.com/en/qt/guide/how-to-build-on-windows.htm. Let me know if you have any question or concern. Regards,
... View more
09-03-2013
09:58 AM
|
0
|
0
|
1018
|
POST
|
Hi Praveen, Thank you for your interest and feedbacks. ArcGIS Runtime SDK for Qt is mainly used for cross platform C++ development. COM would defeat the purpose for cross-platform development and deployment. Regards,
... View more
08-29-2013
08:07 AM
|
0
|
0
|
239
|
POST
|
Greetings, Thank you for your interest and feedbacks. As you may know, ArcGIS Runtime DSK for Qt is a new SDK therefore it will take several releases for the SDK to gain parity with the other SDKs that have been continuously involving at the same time. Therefore, it would be hard to provide an extensive list for all the features that are not in the Beta release. Perhaps, you can send me a list of functionalities that you would be interested in and I can let you know the ones that are missing. Regards,
... View more
08-29-2013
07:54 AM
|
0
|
0
|
695
|
POST
|
Hi Günter, Thank you very much for your interest for and your feedbacks the ArcGIS Runtime SDK for Qt. The beta release of the SDK is built against 4.8.4 on Windows and 4.7.4 on linux. To my knowledge, it is not forward compatible with Qt 5.1. Therefore in order to use the beta release, you will have to either compile 4.8.4 using Visual Studio 2012 on Windows or download the version that we provided on the Beta community site: http://beta.esri.com/community/. You can follow the steps from this link: https://developers.arcgis.com/en/qt/guide/how-to-build-on-windows.htm to integrate 4.8.4 in to QtCreator. For Linux, you can download the 4.7.4 or 4.8.x from the Qt project site. Let me know if you have any issues or concerns. Regards,
... View more
08-29-2013
07:45 AM
|
0
|
0
|
1018
|
POST
|
Hi, thanks for your feedbacks. Can you please send us a snippet of your code so I can take a look at the issue? You should be able to load a ArcGISLocalTiledLayer without internet. If you have installed the ArcGIS Runtime SDK for Qt 10.2 Beta, you should have a few tpks that comes with our SDK. Can you please try to load a tpk from the Qt's SDK as shown below: QString path = EsriRuntimeQt::ArcGISRuntime::installDirectory(); path.append("/sdk/samples/data"); QDir dataDir(path); // using QDir to convert to correct file separator QString pathSampleData = dataDir.path() + QDir::separator(); QString tiledBaseMapLayer = pathSampleData + "tpks" + QDir::separator() + "Topographic.tpk"; EsriRuntimeQt::ArcGISLocalTiledLayer tiledLayer(tiledBaseMapLayer); map->addLayer(tiledLayer); In the beta release, ArcGIS Runtime SDK for Qt does not support tiff and shape files. Thanks,
... View more
06-11-2013
06:57 AM
|
0
|
0
|
250
|
POST
|
Thank you Jean for your reply, Do you have any Idea when the final release will be available ? or any workaround to make it skip the version check ? Hi, The final release date for ArcGIS Runtime SDK for Qt will be announce during the UC. There is currently no workaround for this issue in the beta version. It was indeed an oversight on our part. This will be corrected in the final version. Thanks,
... View more
06-11-2013
06:48 AM
|
0
|
0
|
578
|
POST
|
Hi, Thanks for your feedbacks. ArcGISRuntime SDK for Qt does support sp2 however the current version is looking for sp1. We will be removing this check for 10.2 final however the current beta version will have this limitation. Regards,
... View more
06-03-2013
01:33 PM
|
0
|
0
|
578
|
POST
|
Hi, Sorry for the confusion. This functionality will be added in the final release. Thanks,
... View more
05-20-2013
06:52 AM
|
0
|
0
|
357
|
POST
|
Hi, Thank you for your post. In order to get the signal, the layer needs to be a member variable. QString localDynamicLayer = pathSampleData + "mpks" + QDir::separator() + "USCitiesStates.mpk"; m_dynamicLayer = ArcGISLocalDynamicMapServiceLayer(localDynamicLayer); m_dynamicLayer.setName(localDynamicLayer); pMap->addLayer(m_dynamicLayer); connect(&m_dynamicLayer, SIGNAL(layerCreateComplete(EsriRuntimeQt::Layer)), this, SLOT(layerCreateComplete(EsriRuntimeQt::Layer))); You can get the length of the layer after that it has been created: m_dynamicLayer.layers().length();. If this still does not work, this issue will be resolved in the 10.2 upcomming release. Thanks,
... View more
05-14-2013
10:21 AM
|
0
|
0
|
230
|
POST
|
Hi, Thank you for your post. We will providing the PDBs for the ArcGIS Runtime SDK for Qt 10.2 final release on the symbol server. Regards,
... View more
05-14-2013
09:46 AM
|
0
|
0
|
274
|
POST
|
Hi Max, Thank you for your feedbacks. Are you trying to compile the "ArcGIS Runtime Qt Sample" that we delivered with the SDK. Unfortunately, we do not provide the UI source however the underline funtionalities are provided. Thanks.
... View more
05-09-2013
09:56 AM
|
0
|
0
|
256
|
Title | Kudos | Posted |
---|---|---|
1 | 09-09-2014 11:03 AM | |
2 | 03-20-2015 12:02 PM | |
1 | 08-07-2014 10:43 AM | |
1 | 07-29-2014 08:56 AM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:24 AM
|