Crs.NonGeoreferenced Property
Gets a predefined non-georeferenced Crs.
Syntax
public static Crs NonGeoreferenced { get; }
Property Value
A predefined Crs that is not georeferenced. The length unit is meter.
Remarks
The projection is an instance of NonGeoreferencedProjection. You cannot convert coordinates from or to a non-georeferenced Crs.
The main use is when you have some geodata expressed in an unknown Crs. If you use the same non-georeferenced Crs for your DataSet and in your View, you can at least look at the geodata. But you cannot locate it relative to other geodata.
A non-georeferenced Crs can also be used for a vertical profile.
Platforms
Windows, Linux, Android