I'm working with ArcGis 10.2.5 Runtime SDK for .Net.
I have created a PictureMarkerSymbol that shows data of an area of interest in miles, and the question is, how can i fit the symbol size to a given distance?
I tried with GeodesicBuffer with point geometry, but instead of resize the symbol, change is applied to each pixel of the image, keeping same size and blurring the source image.
I was thinking on an alternative, maybe use polar calcs to get coordinates, measure distance in pixels between two points and resize image with that information, but this is very inefficient and i can't believe there is any better way to do this.
أكثر...
I have created a PictureMarkerSymbol that shows data of an area of interest in miles, and the question is, how can i fit the symbol size to a given distance?
I tried with GeodesicBuffer with point geometry, but instead of resize the symbol, change is applied to each pixel of the image, keeping same size and blurring the source image.
I was thinking on an alternative, maybe use polar calcs to get coordinates, measure distance in pixels between two points and resize image with that information, but this is very inefficient and i can't believe there is any better way to do this.
أكثر...