POST
|
Version 100.3.0 of the ArcGIS Runtime for .NET, UWP I'm running into a strange scenario when using GeodatabaseFeatureTable: I have a hosted polygon feature layer in AGOL. It has the default shape length and area fields (Shape__Length, Shape__Area), and it has two additional fields which I created called Shape_Length and Shape_Area: I've created an offline map area for a web map that contains this layer, and I'm using it via a FeatureLayer with a GeodatabaseFeatureTable. When I query the feature table, every feature that is returned has the following unexpected attributes: Attribute Name Value "Shape_Length" Shape_Length "Shape_Area" Shape_Area Note that the double quotes are actually part of the attribute name. I've tested this with several hosted polygon feature layers and the behavior is always the same. Here is a screen shot of the Feature object's attributes: Also note that the actual attributes Shape_Length and Shape_Area are not present in the feature I'm assuming there is some sort of special handling going on since these are ArcGIS system field names. Additionally, I have noticed that the actual shape area and length fields (Shape__Length, Shape__Area) are not present in the list of fields for the GeodatabaseFeatureTable. However, they are present when referencing an version of the same web map using a ServiceFeatureTable. So my questions are: 1). Is there some sort of special handling going on for ArcGIS system fields that causes the appearance of the attributes with the quoted names? If so, is there a better way to get around this than by removing those attributes from the feature before using it? 2). Why are the default shape area and length fields not present in the GeodatabaseFeatureTable? Thanks, Jeff
... View more
10-03-2018
02:40 PM
|
0
|
0
|
124
|
POST
|
That workaround is alright, except that you lose the ability to drag the geometry. I've since figured out how to get around this: SketchEditor.style.SelectionColor = Color .FromRgba(0, 0, 0, 0); Or, since the above property is deprecated in 100.4: MapView.SelectionProperties.Color = Color .FromRgba(0,0,0,0);
... View more
11-06-2018
03:40 PM
|
0
|
0
|
18
|
POST
|
Hi Jeff, As you see from REST API documentation, findAddressCandidates—ArcGIS REST API: World Geocoding Service | ArcGIS for Developers , "t he default distance is 50,000 meters; this value is not configurable.". Also please look at the note where it is mentioned that " The distance parameter is deprecated and no longer recognized by the service. A default distance of 50,000 meters is now used internally by the service to boost candidate priority for all requests with location . " So it isn't possible to set distance parameter in geocoding operation. Hope that helps.
... View more
04-05-2018
07:37 PM
|
0
|
0
|
13
|
POST
|
This issue will be resolved in our next release (4.6).
... View more
12-12-2017
10:46 AM
|
2
|
0
|
22
|
Online Status |
Offline
|
Date Last Visited |
11-11-2020
02:25 AM
|