GeoKernel.NET.WinForms.Controls 1.1.7

Suggested Alternatives

GeoKernel.NET

Additional Details

This package has been replaced by the unified GeoKernel.NET package.
Please migrate to GeoKernel.NET.

The owner has unlisted this package. This could mean that the package is deprecated, has security vulnerabilities or shouldn't be used anymore.
dotnet add package GeoKernel.NET.WinForms.Controls --version 1.1.7
                    
NuGet\Install-Package GeoKernel.NET.WinForms.Controls -Version 1.1.7
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="GeoKernel.NET.WinForms.Controls" Version="1.1.7" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="GeoKernel.NET.WinForms.Controls" Version="1.1.7" />
                    
Directory.Packages.props
<PackageReference Include="GeoKernel.NET.WinForms.Controls" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add GeoKernel.NET.WinForms.Controls --version 1.1.7
                    
#r "nuget: GeoKernel.NET.WinForms.Controls, 1.1.7"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package GeoKernel.NET.WinForms.Controls@1.1.7
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=GeoKernel.NET.WinForms.Controls&version=1.1.7
                    
Install as a Cake Addin
#tool nuget:?package=GeoKernel.NET.WinForms.Controls&version=1.1.7
                    
Install as a Cake Tool

GeoKernel.NET.WinForms.Controls

GeoKernel.NET.WinForms.Controls provides the Windows Forms map control for the GeoKernel native GIS SDK.

The package wraps the GeoKernel native viewer API and includes the required Windows x64 native runtime files under runtimes/win-x64/native.

Requirements

  • Windows x64
  • .NET 10
  • A Windows Forms application

Basic usage

using GeoKernel.NET.WinForms;

var viewer = new GeoKernelViewerControl
{
    Dock = DockStyle.Fill
};

Controls.Add(viewer);
viewer.AddLayerFile(@"D:\data\world.shp");
viewer.FullExtent();

Notes

  • The package is designed for Windows desktop applications.
  • Native GeoKernel and Qt runtime files are copied to the application output by the package build targets.
  • GeoKernel runs in evaluation mode when no license file is provided.
Product Compatible and additional computed target framework versions.
.NET net10.0-windows7.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
  • net10.0-windows7.0

    • No dependencies.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated