NonGeoreferencedProjection Class
Represents a non-georeferenced projection.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public class NonGeoreferencedProjection : Projection
Remarks
A non-georeferenced projection is needed when you want to construct a non-georeferenced Crs. There is one predefined Crs.NonGeoreferenced, whose length unit is meter. If you want to construct another such Crs with some other length unit, you must give it a new instance of the NonGeoreferencedProjection, and an arbitrary GeodeticDatum.
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 View showing a vertical profile.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
ResourceObject
Projection
NonGeoreferencedProjection
Platforms
Windows, Linux, Android
NonGeoreferencedProjection Members
The NonGeoreferencedProjection type has the following members.
Constructors
Name | Description |
---|---|
NonGeoreferencedProjection | Initializes a new instance of the NonGeoreferencedProjection class with the given length unit. |
Properties
Name | Description |
---|---|
Authority | Gets the name of an authority, which is often "epsg". Inherited from Projection |
AuthorityCode | Gets the unique code for the projection instance, according to the Authority, for example "19883". Inherited from Projection |
IsDisposed | Gets a value that tells whether the current NonGeoreferencedProjection has been disposed. Inherited from EngineObject |
LengthUnit | Gets the length unit for the coordinates. |
Gets a pre-defined LongLatProjection instance. Inherited from Projection | |
Name | Gets or sets the name of the NonGeoreferencedProjection. Inherited from ResourceObject |
NativeHandle | Gets the native Carmenta Engine kernel object the current NonGeoreferencedProjection represents. Inherited from EngineObject |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
Methods
Name | Description |
---|---|
Clone | Creates a copy of an object. Inherited from EngineObject |
Dispose | Releases the reference to the native Carmenta Engine kernel instance the EngineObject represents. Inherited from EngineObject |
Equals | Determines whether this instance is equal to another. Inherited from EngineObject |
Returns one of the 120 predefined instances of Universal Transverse Mercator. Inherited from Projection |