POST
|
Thank you for your response. In order to draw a Polyline we need 02 points ..... Current situation is I have Buffer Geodetic with radius 10 say.....and point1(x0,y0) which is center of that buffer. But I dont know point2 Instead I have distance from point1 and angle for point2. In this case How to calculate Point2(x1,y1) I want plot Point2 using Graphics Overlay Thanks,
... View more
09-02-2019
10:56 PM
|
0
|
1
|
838
|
POST
|
This does the job, dynamic_cast<FeatureLayer*>(m_featureCollectionLayer->layers().at(0))->labelDefinitions()->append(labelDef); dynamic_cast<FeatureLayer*>(m_featureCollectionLayer->layers().at(0))->setLabelsEnabled(true);
... View more
08-20-2019
09:30 PM
|
0
|
0
|
492
|
POST
|
Hello Team, We are using C++ ARCGIS Runtime SDK for qt. Can you please tell us How to add label definition to feature collection layer. Thanks,
... View more
08-20-2019
03:08 AM
|
0
|
1
|
541
|
POST
|
Code has these lines... // Create a Blank scene Scene* scene = new Scene(this);
// Create a scene view, and pass in the scene m_sceneView = new SceneGraphicsView(scene, this); // set the sceneView as the central widget setCentralWidget(m_sceneView);
... View more
08-19-2019
05:50 AM
|
0
|
1
|
1693
|
POST
|
This issue is for Runtime SDK for Qt App only Lucas.
... View more
08-19-2019
05:47 AM
|
0
|
0
|
1693
|
POST
|
Hello Team, I am using c++ api for development. Can you please tell how to plot a point with known distance and angle here... Also I would like to draw a line passing through it till map extend. Thanks,
... View more
08-16-2019
05:36 AM
|
0
|
3
|
920
|
POST
|
Hello Team, I have set of OSM tiles in PNG format. Now I want it to basemap or operational layers. Can you please tell the process for same. Thank you,
... View more
07-21-2019
11:48 PM
|
0
|
4
|
2174
|
POST
|
Hello Team, In QT I used , connect(Toolkit::ToolResourceProvider::instance(), &Toolkit::ToolResourceProvider::mouseMoved, this, &AnyCOntroller::onMouseMoved); This event is only getting called on mouse pressed and moved..But I want only mouse move.. can you please check. Thanks,
... View more
04-24-2019
03:34 AM
|
0
|
1
|
597
|
POST
|
Can we set grid on scene view? Say In DSA sample application given application
... View more
04-11-2019
05:58 AM
|
1
|
1
|
570
|
POST
|
Also can you please tell is it possible to use mingw compiler instead of visual c++...
... View more
03-20-2019
06:51 PM
|
0
|
1
|
524
|
POST
|
I added some graphical overlays such as polygon,points with some as new operational layer to mapview.. Now I want to share it with somebody else...What is ideal way to load it again on other machine...
... View more
03-19-2019
05:47 AM
|
0
|
3
|
613
|
POST
|
Can you please tell us how to find angle between 3 points
... View more
03-18-2019
11:50 PM
|
0
|
1
|
1083
|
POST
|
This example uses m_mapView->locationDisplay()->setPositionSource(QGeoPositionInfoSource::createDefaultSource(this)); Which is accessing my network and picking up location.. But what if I do not have Internet...And I want to load from file
... View more
03-17-2019
09:22 PM
|
0
|
1
|
651
|
POST
|
But how to find center of map which added as operational layer.
... View more
03-14-2019
09:13 PM
|
0
|
0
|
324
|
POST
|
I want to add notes (i.e., Text or Annotation) and symbols at the selected coordinates on the map
... View more
03-14-2019
06:18 AM
|
0
|
1
|
340
|
Title | Kudos | Posted |
---|---|---|
1 | 04-11-2019 05:58 AM | |
1 | 01-25-2019 04:09 AM |
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:23 AM
|