C#
-
Overview
Take a look at our C# samples to learn more about using xServer internet in .NET applications. Among tutorials which describe the access of xServer internet you will find different application examples.
- Accessing PTV xServer internet in .NET applications:
There are several methods explained, showing how to access PTV xServer internet depending on your .NET/C# framework.
- Building a Windows Forms Application with an interactive map:
If you want to build a Microsoft Windows UI application with Windows Forms or WPF, you should take a look at our dedicated xServer .NET SDK. The .NET SDK contains a MapControl to integrate an interactive map into your application. This tutorial explains initial steps to use the SDK. You can also explore our DemoCenter application and run through different use cases for the SDK.
- Using the WebRequest class to get an image from the WMS servlet:
PTV xServer also provides a WMS adapter which can be used to fetch imagery data directly, rather than using SOAP. This section shows how to request map images directly in C#.
- Using profile XML snippets:
This tutorial shows a convenient and type-safe way to use the xServer profile XML snippets in C#.
- Accessing PTV xServer internet in .NET applications: