![]() |
VOOZH | about |
dotnet add package IRI.Maptor.Sta.Common --version 2.9.1
NuGet\Install-Package IRI.Maptor.Sta.Common -Version 2.9.1
<PackageReference Include="IRI.Maptor.Sta.Common" Version="2.9.1" />
<PackageVersion Include="IRI.Maptor.Sta.Common" Version="2.9.1" />Directory.Packages.props
<PackageReference Include="IRI.Maptor.Sta.Common" />Project file
paket add IRI.Maptor.Sta.Common --version 2.9.1
#r "nuget: IRI.Maptor.Sta.Common, 2.9.1"
#:package IRI.Maptor.Sta.Common@2.9.1
#addin nuget:?package=IRI.Maptor.Sta.Common&version=2.9.1Install as a Cake Addin
#tool nuget:?package=IRI.Maptor.Sta.Common&version=2.9.1Install as a Cake Tool
The IRI.Maptor.Sta.Common project is the foundational building block of the Maptor GIS library suite. It provides core abstractions, utility classes, mathematical models, data structures, and essential helpers required by higher-level Maptor components. This library ensures consistency and reusability across all GIS-related modules.
This library focuses on:
IIdentifiable, IPoint)It acts as the backbone for Maptor, ensuring other projects share a unified and optimized base.
string, DateTime, IEnumerable, int, double, etc.Install via NuGet:
Install-Package IRI.Maptor.Sta.Common
Supports .NET 8.0 and later.
using IRI.Maptor.Sta.Common.Primitives;
var pointA = new Point(10.5, 20.3);
var pointB = new Point(12.7, 22.1);
var bbox = new BoundingBox(pointA, pointB);
Console.WriteLine($"Bounding Box: {bbox}");
using IRI.Maptor.Sta.Common.Units.Linear;
double meters = 1000;
var miles = new Mile(meters);
Console.WriteLine($"{meters} meters = {miles.Value} miles");
Common/
Abstractions/ # Core interfaces (IHasM, IIdentifiable, IRepository, etc.)
Attributes/ # Custom attributes like FieldAttribute
Encodings/ # Encoding utilities (Base64Url, Persian DOS)
Enums/ # Enum definitions for geometry and spatial relations
Exceptions/ # Custom exceptions
JsonConverters/ # JSON converters for specialized types
Randoms/ # Random generators
Contracts/
Google/, Bing/, Here/, Mapzen/ # API response models
DataStructures/
BinaryHeap/, Trees/, SortAlgorithms/ # Advanced structures
Extensions/ # Extension methods for core types
Helpers/ # Utility classes for I/O, HTTP, security, etc.
Mathematics/ # Linear algebra, statistics, optimization
Models/ # Domain models (GeoreferencedImage, ValueObject)
Primitives/ # Geometric primitives (Point, LineSegment, BoundingBox)
Services/ # Service models and helpers (Oxford API, DateTime services)
Units/ # Unit conversion systems (Linear, Angular)
Contributions are welcome! Please fork the repository, create a feature branch, and submit a pull request.
This project is licensed under the MIT License.
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net5.0 net5.0 was computed. net5.0-windows net5.0-windows was computed. net6.0 net6.0 was computed. net6.0-android net6.0-android was computed. net6.0-ios net6.0-ios was computed. net6.0-maccatalyst net6.0-maccatalyst was computed. net6.0-macos net6.0-macos was computed. net6.0-tvos net6.0-tvos was computed. net6.0-windows net6.0-windows was computed. net7.0 net7.0 was computed. net7.0-android net7.0-android was computed. net7.0-ios net7.0-ios was computed. net7.0-maccatalyst net7.0-maccatalyst was computed. net7.0-macos net7.0-macos was computed. net7.0-tvos net7.0-tvos was computed. net7.0-windows net7.0-windows was computed. net8.0 net8.0 was computed. net8.0-android net8.0-android was computed. net8.0-browser net8.0-browser was computed. net8.0-ios net8.0-ios was computed. net8.0-maccatalyst net8.0-maccatalyst was computed. net8.0-macos net8.0-macos was computed. net8.0-tvos net8.0-tvos was computed. net8.0-windows net8.0-windows was computed. net9.0 net9.0 was computed. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
| .NET Core | netcoreapp3.0 netcoreapp3.0 was computed. netcoreapp3.1 netcoreapp3.1 was computed. |
| .NET Standard | netstandard2.1 netstandard2.1 is compatible. |
| MonoAndroid | monoandroid monoandroid was computed. |
| MonoMac | monomac monomac was computed. |
| MonoTouch | monotouch monotouch was computed. |
| Tizen | tizen60 tizen60 was computed. |
| Xamarin.iOS | xamarinios xamarinios was computed. |
| Xamarin.Mac | xamarinmac xamarinmac was computed. |
| Xamarin.TVOS | xamarintvos xamarintvos was computed. |
| Xamarin.WatchOS | xamarinwatchos xamarinwatchos was computed. |
Showing the top 5 NuGet packages that depend on IRI.Maptor.Sta.Common:
| Package | Downloads |
|---|---|
|
IRI.Maptor.Sta.SpatialReferenceSystem
A .NET standard library to transform various spatial reference systems |
|
|
IRI.Maptor.Sta.Spatial
A .NET standard library to work with spatial types, structures and algorithms (GeoJson, Geometry, KdTree, RTree, Delaunay, Simplification, etc.) |
|
|
IRI.Maptor.Sta.Ogc
A .NET standard library containing OGC standards such as SFA, SLD, WFS, WMS, GML, KML |
|
|
IRI.Maptor.Sta.ShapefileFormat
A .NET standard library to read/write shapefile (*.shp, *.shx, *.dbf, *.prj) |
|
|
IRI.Maptor.Sta.Persistence
A .NET standard library containing primitive types to work with persistence laysers |
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 2.10.0-alpha | 608 | 5/7/2026 |
| 2.9.1 | 598 | 4/16/2026 |
| 2.9.1-alpha | 569 | 4/19/2026 |
| 2.9.0 | 596 | 2/3/2026 |
| 2.9.0-alpha | 578 | 2/3/2026 |
| 2.8.13 | 622 | 12/26/2025 |
| 2.8.13-alpha | 613 | 12/26/2025 |
| 2.8.12 | 929 | 12/11/2025 |
| 2.8.12-alpha | 689 | 12/11/2025 |
| 2.8.11 | 908 | 11/19/2025 |
| 2.8.11-alpha | 877 | 11/19/2025 |
| 2.8.10 | 582 | 11/8/2025 |
| 2.8.10-alpha | 620 | 11/8/2025 |
| 2.8.9 | 624 | 10/31/2025 |
| 2.8.9-alpha | 590 | 10/31/2025 |
| 2.8.8 | 516 | 10/18/2025 |
| 2.8.8-alpha | 560 | 10/19/2025 |
| 2.8.7 | 551 | 10/4/2025 |
| 2.8.7-alpha | 585 | 10/4/2025 |
| 2.8.6-alpha | 554 | 9/27/2025 |