|
POST
|
The default out-of-the-box resampling is bilinear. You can change the resampling method, but it cannot be turned off. Is that your question? Thanks!
... View more
11-23-2015
02:16 PM
|
0
|
1
|
2245
|
|
POST
|
Hi Eric, Just getting to this. Sorry about that. This sounds fascinating and I am interested in learning more. Can we chat offline? Final for Java has been 'adjusted' to Q2 2016. Probably June or UC 2016 time frame. Cost, from a Quartz standpoint, is going to be hard to calculate. As of right now, the business model has not been settled.
... View more
11-16-2015
10:55 AM
|
0
|
0
|
703
|
|
POST
|
First of all, good "catch", by the way. What happens when you try to catch a general Exception? This is what works for me. Surround your layer definition code with a try/catch for Exception, instead of a specific one. I know it sounds improper, but this may get you farther along, hopefully?
... View more
11-15-2015
10:17 AM
|
0
|
4
|
2733
|
|
POST
|
First of all, good "catch". by the way. What happens when you try to catch a general Exception? This is what works for me. Surround your layer definition code with a try/catch for Exception, instead of a specific one. I know it sounds improper, but this may get you farther along, hopefully?
... View more
11-15-2015
10:16 AM
|
0
|
0
|
1829
|
|
POST
|
Thanks Eric. Wow. great job in sharing helpful info that others can use! 1. You always need the Runtime folder on the machine where your app can find it, no matter what. Even if you are just using the Basic license (client ID). Is this what you meant? 2. The machine your app runs on MUST have DirectX or OpenGL. No way around it (sadly, I may add, but that is where we are.). 3. You're ahead of me on this one. Great info, thanks. I will try to confirm your findings, but I wouldn't be totally surprised. Yes, correct. Any map will need a graphics driver. JavaFX or Swing. And remember, a Quartz Map will only be JavaFX-based component. There will not be a Swing-based map. Thanks for your feedback, Eric! -Eric B
... View more
11-11-2015
12:06 PM
|
0
|
0
|
2518
|
|
POST
|
Hi Eric, I've used your code above with point graphics in a graphicslayer and I can get it to work. However, it looks like you are trying to get it to work with graphic TextSymbols. This isn't supposed to work, I don't believe. As for the Beta of JavaFX, you are right. At Quartz we will fully support JavaFX and this workflow.
... View more
11-02-2015
02:13 PM
|
0
|
0
|
691
|
|
POST
|
That is strange. How did you publish the feature service? From ArcMap? Where is the data coming from for your feature service?
... View more
11-02-2015
01:40 PM
|
0
|
0
|
1360
|
|
POST
|
This property gets applied (true or false) when you configure properties for the FeatureService. You can read more about how to do this here Editor permissions for feature services—Documentation (10.3 and 10.3.1) | ArcGIS for Server If right now this is reporting FALSE, this means it was set as FALSE when the FeatureService was initially created. Hope this helps!
... View more
10-27-2015
09:30 PM
|
0
|
2
|
1360
|
|
POST
|
The Final release of Quartz is targeted for mid-2016. That is the target as of today. Between now and then, there will be another Beta. The current Beta 1 is open for you to try right now. You can get it at http://earlyadopter.esri.com/ But it doesn't have shapefile labeling in it.
... View more
10-20-2015
12:49 PM
|
0
|
0
|
1069
|
|
POST
|
Sorry. Forgive me for my local server question, of course you're reading the shapefile with ShapefileFeatureTable, not LocalServer fortunately. Make sure your renderer is explicitly defined, or the shapefile will not display on the map.
... View more
10-20-2015
10:17 AM
|
0
|
0
|
1227
|
|
POST
|
Is your local server initializing ok? If that hiccups somewhere, the files won't display. Let us know
... View more
10-19-2015
02:01 PM
|
0
|
2
|
1227
|
|
POST
|
Hi Gavin, We are aiming to have this in Beta 2, which we don't have a definite time frame for yet, but shortly we will!.
... View more
10-19-2015
01:59 PM
|
0
|
3
|
1836
|
|
POST
|
Is this a Quartz Beta question? If yes, there is an AuthenticationManager API you should look at on the Beta page. AuthenticationManager| arcgis-android If this is about the currently released API, there isn't an Identity Manager API. To work with secure services, this topic explains how the API works: Working with secure ArcGIS services—ArcGIS Runtime SDK for Android | ArcGIS for Developers
... View more
10-17-2015
07:26 PM
|
0
|
0
|
631
|
|
POST
|
Hi Gianni, It depends on what you are really trying to do. Are you really trying to update the feature in the feature layer? Or are you really working with graphic elements in a GraphicsLayer? If you are really trying to update the geometry of a feature in a feature layer, you may want to use the editing tools in the toolkit. You can find an example of how to do this here: Online editing | ArcGIS for Developers . For getting the graphic IDs from a GraphicsLayer, you can call getGraphicIDs() on your GraphicsLayer to get all the IDs, or you can call getGraphicIDs(x,y,pixel_tolerance,number_of_results) to locate a specific graphic. Hope this helps.
... View more
10-17-2015
12:16 PM
|
0
|
4
|
1360
|
|
POST
|
Hi Rex, Nope, won't work yet. You can probably roll your own way of selecting a feature, getting the attributes you need from the feature, then popping up a report of the values for the end user. But, this will be achievable in the next major release of the API, Quartz.
... View more
10-17-2015
11:58 AM
|
0
|
4
|
1227
|
| 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
|