Uma comunidade global de usuários Esri onde você pode encontrar soluções, compartilhar ideias e colaborar.
public static async Task<Raster> ApplyRasterForService(string rasterID, string theJSON_String, Raster currentRaster = null) { //RasterLayer rasterLayer = null; Raster raster = null; try { if (rasterID.Contains("Layout")) { rasterID = rasterID.Replace("_Layout", ""); } if…
DensityGeodetic() under ArcGISRUntime Map SDK for .NET is so easy to use to create a geodesic line from polyline. Unfortunately I have to work on ArcGISRUntime 10.2.5 WPF. Is there a similar method call? It is very hard to find the info on 10.2.5 WPF. Thank you.
Is there a way to add/convert more voice guidance from our text at given locations along street segment? We have a spray truck and spray lines. Then I have a route result from VRP program. I was able to add more custom text/info to “Display Text” field in *DirectionPoints layer, at certain locations along a route based on…
Howdy, I've been building an app for a few years now and it has been utilizing the older versions of the Windows WPF SDK up until recently. In changing some code in the model view over to use the newer BasemapStyle model, my map shows no detail - only a black screen. I've gone as far as downloading the sample apps and…
Can someone explain me the differences between the AreasandLengths function in WPF versus Area and Length. I get close but different answers using the two and comparing results. I'm setting the units to Foot.
Hi, Is there a way to specify the blending mode of symbols drawn on a layer? Something equivalent to * GL_FUNC_ADD: The source and destination colors are added to each other. O = sS + dD. The The s and d are blending parameters that are multiplied into each of S and D before the addition. * GL_FUNC_SUBTRACT: Subtracts the…
Hi, What is the equivalent of GL_NEAREST and GL_LINEAR for ArcGis? If GL_NEAREST is used, then the implementation will select the texel nearest the texture coordinate; this is commonly called "point sampling". If GL_LINEAR is used, the implementation will perform a weighted linear blend between the nearest adjacent…
MyMapView.LocationDisplay.DataSource = new RouteTrackerDisplayLocationService(simulatedDataSource, _tracker); i want give RouteTrackerDisplayLocationService to my graphic.And i can do it.Graphic dont have data source property.How can i do this?
I want add 3 graphic to map.The problem is that I will place the graphics at random, and I just want these graphics to fall on the road. Not on the houses. Is it possible for me to determine the roads?
I have a large enterprise application that some forms and functions are dependent upon ArcGIS SDK WPF 10.2.7, while we are taking time to migrate those to 100.x . Is it possible to run 100.X in the same application as 10.2.7, so we can create some new forms with the 100.x runtime, while we slowly migrate legacy functions…
Faça login para postar, seguir conteúdo e mais. Novo aqui? Registre-se gratuitamente.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.