|
POST
|
Try ltrim() and rtrim() functions in Field Calculator.
... View more
07-04-2016
08:01 AM
|
0
|
0
|
1209
|
|
POST
|
Check if the following workflow suits your requirement. Please read the complete workflow before proceeding. 1. Convert the above classified raster to polygon http://pro.arcgis.com/en/pro-app/tool-reference/conversion/raster-to-polygon.htm 2. Add a new field to the polygon layer (Attribute Table), fill the values of appropriate LandUse Class. 3. Intersect the road layer (Polyline) with the above polygon layer. Keep the Join_Attributes parameter as "ALL" and Output_Type parameter as "LINE". http://desktop.arcgis.com/en/arcmap/10.3/tools/analysis-toolbox/intersect.htm So, the intersected line feature will also have the attributes of the polygon layer. 4. Use Spatial Join on the Point layer, keeping the polygon layer as the Join_Features. http://pro.arcgis.com/en/pro-app/tool-reference/analysis/spatial-join.htm This should create a new point layer with the attribute values of both the layers. 5. Use Definition query on the Road Layer as well as the Point Layer to filter them based on each LandUse class at a time. Example Expression: "LU_CLASS" = 'Waterbody' 6. With the definition query intact, snap the points to the Road Layer using snappoints. of GME (Free extension available for both ArcGIS and R) http://www.spatialecology.com/gme/images/SpatialEcologyGME.pdf (Page 140) You can download it from http://www.spatialecology.com/gme/gmedownload.htm 7. Repeat Step 5 and 6 for all the LandUse Classes. 8. Merge the resulting point features to get a new point layer consisting of all the snapped points. http://pro.arcgis.com/en/pro-app/tool-reference/data-management/merge.htm Note: a) Keep same projection system for all the features. b) Keep the Snap Distance high enough to allow all the points to get snapped (if required) at Step 6. Hope it helps!!!
... View more
07-04-2016
07:46 AM
|
2
|
2
|
2337
|
|
POST
|
I am not sure but check if this link helps https://developers.arcgis.com/javascript/3/jssamples/fl_featureCollection.html In the above sample, the point layers have been generated using geo-enabled photos from Flicker. You might like to share this post in a more appropriate space like ArcGIS API for JavaScript
... View more
07-04-2016
04:22 AM
|
2
|
1
|
906
|
|
POST
|
Check V Stuart Foote's suggestions in the following thread Desktop 10.3.1 install error 1935... see error....
... View more
07-03-2016
02:08 AM
|
1
|
0
|
4056
|
|
POST
|
By 11.1, are you referring to Oracle release 11.1? Esri recommends to work on 11.2.0.4 (11g R2) for Oracle 11g users. See the link below for details: http://desktop.arcgis.com/en/arcmap/10.3/get-started/system-requirements/database-requirements-oracle.htm Oracle 11.2.0.3 is the base supported version for 11g. However there are several issues customers are encountering in 11.2.0.3. Therefore, Esri recommends moving to 11.2.0.4.
... View more
07-01-2016
03:48 AM
|
0
|
0
|
3008
|
|
POST
|
You could follow publishing map document on ArcGIS Online Publish hosted feature layers—ArcGIS Online Help | ArcGIS . Then you can create a web map Make your first map—ArcGIS Online Help | ArcGIS followed by a web application Create apps from maps—ArcGIS Online Help | ArcGIS . The workflow is similar in Portal for ArcGIS.
... View more
06-30-2016
01:22 PM
|
1
|
1
|
5123
|
|
POST
|
Resetting the Application profile might help. See Resetting your ArcGIS application profile
... View more
06-30-2016
07:07 AM
|
0
|
1
|
3174
|
|
POST
|
I would recommend you to either upgrade ArcGIS Desktop to ver. 10.3.1/10.4.x, or downgrade the OS to Win 8/7.
... View more
06-29-2016
10:23 PM
|
0
|
0
|
1548
|
|
POST
|
Check this out Smoothing a feature (Smooth)—Help | ArcGIS for Desktop
... View more
06-29-2016
02:04 PM
|
0
|
0
|
1150
|
|
POST
|
For creating a crossdomain.xml file, check crossdomain.xml , although I am not sure why it's not getting displayed in ArcMap. Can you view the services in any other application (e.g. ArcGIS Explorer for Desktop)?
... View more
06-29-2016
01:50 PM
|
0
|
0
|
959
|
|
POST
|
Did you follow the steps of configuring the Attribute table widget of WebApp Builder. Attribute Table widget—Web AppBuilder for ArcGIS | ArcGIS and configuring popups in WebApp Builder Configure pop-ups—ArcGIS Online Help | ArcGIS
... View more
06-28-2016
02:28 PM
|
0
|
1
|
2766
|
|
POST
|
Check this out How To: Update a feature-linked annotation by updating the original label expression
... View more
06-28-2016
02:15 PM
|
1
|
1
|
1338
|
|
POST
|
Sometime a value of 1 could be interpreted as 1.000001 or 0.999999 in DOUBLE. I would suggest you to create a new field (STRING), and migrate the values of the desired field to it using Field Calculator. Use the STRING fields to join tables.
... View more
06-28-2016
03:30 AM
|
0
|
0
|
1442
|
|
POST
|
In ArcMap, click Geoprocessing > Geoprocessing Environments. Check the first option "Allow Geoprocessing tools to overwrite existing datasets".
... View more
06-28-2016
02:02 AM
|
4
|
6
|
6381
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-25-2021 09:10 AM | |
| 1 | 07-08-2021 11:09 PM | |
| 1 | 01-09-2022 06:54 PM | |
| 1 | 07-01-2021 09:35 PM | |
| 1 | 07-14-2021 11:54 AM |