Hi, i published two layer (polygon, point) point contains number of floor how can i split polygon and attribute change of the point depend on split ... service used on application
Anas, you will have to provide a clear example as to how you want the data split and in what application, there are too many ways to do this and too many applications which will affect how it will be done.
Thank you
I have published at arcgis server two layers (work area as polygon,building
as point) point contain attribut (number of floor)
i use this service with Arcgis viewer for silverlight
i use edit tool on arc viewer to cut some work area (i need when i cut work
area the number of floor change depend on area
2016-06-17 1:33 GMT+03:00 Dan Patterson <geonet@esri.com>:
GeoNet <https://community.esri.com/?et=watches.email.thread>
Split
reply from Dan Patterson
<https://community.esri.com/people/Dan_Patterson?et=watches.email.thread> in *Managing
Data* - View the full discussion
<https://community.esri.com/message/615728?et=watches.email.thread#comment-615728>
Anas
ArcGIS Viewer for Silverlight is the place where this should be directed, or alternately
ArcGIS API for Silverlight . You can move it there, since this place is unlikely to garner much support or interest and the people who frequent those locations would be better suited to help you.
Thank you
but i'm not developer so i want any method to do split manual on arcsde to
see them on arcgis viewer for silverlight
2016-06-17 2:45 GMT+03:00 Dan Patterson <geonet@esri.com>:
GeoNet <https://community.esri.com/?et=watches.email.thread>
Split
reply from Dan Patterson
<https://community.esri.com/people/Dan_Patterson?et=watches.email.thread> in *Managing
Data* - View the full discussion
<https://community.esri.com/message/615844?et=watches.email.thread#comment-615844>
Make your example clear , How floors number changed according to cut work?
I think you want to count number of floors in specific area, isn't that?
you can do that using select by location with intersect method
you can do that in model builder then add Summary Statistics or Field Calculator for each cut work group
and you will use iterator for running all steps to each selection group.