|
POST
|
Have you tried this? Collect all of the extents of the selected features into a Geometry[] array Use GeometryEngine to union all the extends into one Geometry Use the extent of the resulting Polygon as the new extent for your MapView. That might be one way to do it. You might also be able to call merge(), merging each Envelope with the next until you've merged them all. I hope this helps!
... View more
08-07-2015
03:45 PM
|
0
|
0
|
829
|
|
POST
|
Also keep in mind, with ArcObjects Java, you need to always use 32-bit Eclipse and 32-bit Java. ArcObjects SDK
... View more
08-06-2015
09:45 AM
|
0
|
0
|
1072
|
|
POST
|
Are you using ArcObjects or ArcGIS Runtime? The stacktrace looks like its from ArcObjects code. A good place for this question is here: ArcObjects SDK Apologies for the late response!
... View more
08-06-2015
09:43 AM
|
0
|
0
|
1072
|
|
POST
|
I'm glad you asked! Quartz Beta 1 - August 31 2015 Quartz Beta 2 - End of 2015 Quartz Final - Late Q1 2016 (Dates subject to change)
... View more
08-05-2015
10:30 AM
|
2
|
1
|
4065
|
|
POST
|
Hi Jerome. Great write-up and example of what you are experiencing. Thank you! First off, just an FYI...10.2.3 was not tested or supported with JavaFX. However, using 10.2.4, which does have "beta" support for JavaFX, I can reproduce the issue. I'll look into it more, but its probably a known issue for this current release. At the next major release (called Quartz), we'll have this worked out, I'm sure.
... View more
08-04-2015
05:34 PM
|
1
|
3
|
4065
|
|
POST
|
This was posted in the Java forum by accident: android can't load local tile file
... View more
08-04-2015
05:20 PM
|
0
|
0
|
3896
|
|
POST
|
Have you posted this question to the Android forum? ArcGIS Runtime SDK for Android
... View more
08-04-2015
05:17 PM
|
0
|
0
|
924
|
|
POST
|
Hi Rodolfo, Regarding your last question: The PopupView is for editing attribute data for Features from a FeatureLayer. It is tightly bound to the FeatureLayer schema and editing workflows around that. At the present time we don't have an easy way in the Runtime API to build your own ad-hoc form editor for generic , "in-memory" Graphic elements using popup dialogs, which is what I think you're getting at. You'd have to write your own dialog and apply the edits to your data outside of the Runtime framework and workflow, so to speak. Regarding your first question: If I understand it correctly, you want to display custom HTML as content in your infoPopup. You can do this, but you won't be able to control the window size using the approach you described. It will scale your HTML content to what it decides best. Unfortunately. As a workaround, you may need to write a custom infowindow-like component to model the behavior you need. I hope this information is helpful to you in some way.
... View more
08-04-2015
05:14 PM
|
1
|
0
|
1037
|
|
POST
|
This is a good question. I don't believe we've solved this exactly, but it makes sense what you're asking for. What seems to be happening is that whatever the size of the URL content is, it scales down to a "default" size. The popup is then re-sizable, but I understand that this is not the experience you are looking for. Hopefully others will be able to suggest a decent workaround for now?
... View more
08-04-2015
12:41 PM
|
2
|
0
|
1097
|
|
POST
|
When uninstalling, (Heaven forbid!), a message pops up telling me that some files couldn't be removed. After it finishes, I'll still see files left behind in C:/Users/<username>/ArcGIS. Is this by design, so that things I've created don't get inadvertently deleted? Then why is the installer trying to remove them? Thanks!
... View more
07-28-2015
08:15 AM
|
0
|
1
|
3174
|
|
POST
|
You may want to listen for when the map status has changed, then call setExtent on the mMapView when the raster layer has finished loading. Consider the following... mMapView.setOnStatusChangedListener(new OnStatusChangedListener() { @Override public void onStatusChanged(Object source, STATUS status) { if(source instanceof RasterLayer && STATUS.LAYER_LOADED == status){ mMapView.setExtent(rasterLayer.getExtent(), 2); } } });
... View more
07-23-2015
10:59 PM
|
0
|
1
|
1189
|
|
POST
|
Quartz will be in final sometime mid-2016. Public Betas will begin early this Fall, so stay tuned!
... View more
07-12-2015
10:13 AM
|
0
|
0
|
1653
|
|
POST
|
Shapefile labeling is not available in the Java API. Labeling will come in the Quartz release.
... View more
07-02-2015
11:30 PM
|
0
|
2
|
1653
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-13-2017 11:47 AM | |
| 1 | 12-28-2016 03:30 PM | |
| 1 | 06-15-2018 10:13 AM | |
| 1 | 04-26-2015 09:53 AM | |
| 1 | 06-12-2018 01:57 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-11-2020
02:22 AM
|