Questions tagged [c#]

C# is a .NET programming language.

C# (pronounced see sharp) is a multi-paradigm programming language encompassing strong typing, imperative, declarative, functional, generic, object-oriented (class-based), and component-oriented programming disciplines. It was developed by Microsoft within its .NET initiative and later approved as a standard by Ecma (ECMA-334) and ISO (ISO/IEC 23270). C# is one of the programming languages designed for the Common Language Infrastructure.

Source: Wikipedia.

Resources

1378 questions
4
votes
1 answer

Calculate Latitude and Longitude from Range, Azimuth, and Elevation

I was wondering if there is a way to calculate the Latitude and Longitude of a given point provided you know the range, azimuth, and elevation of said point?
Ramhound
  • 185
  • 1
  • 1
  • 9
2
votes
0 answers

GAUL: Genetic Algorithm Utility Library has anyone use it in a C# solution?

The GAUL library is the library used for Pgrouting to do some of its functions. Has anyone use this library in a C# solution? If you do, do you have the wrappers needed for this or could you point me in the right direction to create those?
Laggel
  • 241
  • 2
  • 8
1
vote
0 answers

Write geo information to TIFF by LibGeoTiff.NET

Currently I am writing a crop function for georeferenced TIFF files. I use Free.Ports.LibGeoTiff which seems to work quite well to read the TIFF, also the geo references. It is also possible to write a copy of the TIFF file to a new file, but I…
0
votes
1 answer

How would you configure Brutile to use Macrostrat.org as a tile server

I am wanting to create a active tile layer in a C#, WPF application that uses Mapsui and Brutile. Using Brutile, can geology map available MacroStrat.org be used as a map tile source? Macrostrat.org - With over 225 maps from data providers around…
0
votes
1 answer

How do I implement a thematic category theme for Mapsui?

I want to implement a theme based on category values for a field within an Arcview shapefile. There is a something similar in SharpMap but not in Mapsui. Any ideas?
0
votes
1 answer

QGIS write polyline coordinates

I want to use QGIS to write polyline coordinates in a file. I did already successfully created .shp file. But It is hard to code(in C#) to fetch the coordinates. I need to fetch the coordinates in my tool to perform different calculations. QGIS is a…