DHI.Platform.SDK.Spatial
2.2.2
Prefix Reserved
See the version list below for details.
dotnet add package DHI.Platform.SDK.Spatial --version 2.2.2
NuGet\Install-Package DHI.Platform.SDK.Spatial -Version 2.2.2
<PackageReference Include="DHI.Platform.SDK.Spatial" Version="2.2.2" />
paket add DHI.Platform.SDK.Spatial --version 2.2.2
#r "nuget: DHI.Platform.SDK.Spatial, 2.2.2"
// Install DHI.Platform.SDK.Spatial as a Cake Addin #addin nuget:?package=DHI.Platform.SDK.Spatial&version=2.2.2 // Install DHI.Platform.SDK.Spatial as a Cake Tool #tool nuget:?package=DHI.Platform.SDK.Spatial&version=2.2.2
Package Description
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 was computed. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 was computed. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. |
.NET Core | netcoreapp2.0 was computed. netcoreapp2.1 was computed. netcoreapp2.2 was computed. netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.0 is compatible. netstandard2.1 was computed. |
.NET Framework | net461 was computed. net462 was computed. net463 was computed. net47 was computed. net471 was computed. net472 was computed. net48 was computed. net481 was computed. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen40 was computed. tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.0
- DHI.Platform.SDK (>= 2.2.2)
- DHI.WaterData.GIS.Converters (>= 1.1.0)
- DHI.WaterData.Models.Serialization (>= 1.1.0)
- NetTopologySuite.IO.GeoJSON (>= 2.0.4)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on DHI.Platform.SDK.Spatial:
Package | Downloads |
---|---|
DHI.Services.MIKECloud
MIKE Cloud Platform provider for Domain Services |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
3.1.2 | 244 | 9/18/2024 |
3.1.1 | 104 | 7/24/2024 |
3.1.0 | 188 | 6/4/2024 |
3.0.1 | 1,871 | 5/4/2023 |
3.0.0 | 459 | 3/29/2023 |
2.3.4 | 4,002 | 9/23/2022 |
2.3.3 | 847 | 6/23/2022 |
2.3.2 | 2,396 | 3/25/2022 |
2.3.1 | 419 | 3/22/2022 |
2.3.0 | 599 | 3/10/2022 |
2.2.2 | 506 | 12/6/2021 |
2.2.0 | 2,192 | 11/26/2021 |
2.1.1 | 315 | 11/15/2021 |
2.0.7 | 336 | 11/5/2021 |
2.0.5 | 492 | 11/5/2021 |
_______________________________________________________________
November 26, 2021 Release 2.2.0
- Using nuget.org for DHI packages
_______________________________________________________________
November 5, 2021 Release 2.1.0
- Nuget available on nuget.org
___________________________________________________________
August 20, 2021 Release 2.0.0
- SDK is now split into two packages: DHI.Platform.SDK and DHI.Platform.SDK.Spatial. In order to use both packages, install nuget packages and initialize the SDK in your DI container, for example:
collection.AddPlatformClients(o =>
{
/* your initialization code here */
})
.AddPlatformSpatialClients();
- The main reason for splitting the packages was to remove dependency on NetTopologySuite package from the main SDK package
- Services covered in DHI.Platform.SDK.Spatial package:
- IGISClient: exposes the GIS service, see https://develop.mike-cloud.com/docs/API/GIS/GIS-overview/
- IMultidimensionalService: exposes the multidimensional service, see https://develop.mike-cloud.com/docs/API/Multidimensional-service/MDOverview/