GeorefGridGenerator Class
Generates a Georef grid, an alphanumeric annotation of a LongLat grid.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CEOperators assembly)
Syntax
public class GeorefGridGenerator : Generator
Remarks
This operator creates a Georef grid with annotations.
Georef is an alphanumeric way to specify longitude and latitude. The LongLat grid is first divided into 15° squares, which get unique two-letter names, like "AB". Inside each 15° square, there are 1° squares that also get two-letter names, like "CD"; these are unique only within the 15° square. So, to specify a 1° square uniquely, you must give the name of its surrounding 15° square, followed by the name of the small square, like "ABCD". Within a 1° square, a position can be given with 2 + 2 or 3 + 3 (or n + n) digits, where the first group gives the distance from the west border of the square, and the second group gives the distance from the south border of the square. If 2 + 2 digits are used, the distances are given in arc minutes, if 3 + 3 digits are used, the distances are given in tenths of arc minutes, etc.
Example: A point with longitude 19° 57.8" E and latitude 66° 34.5' N can be written in Georef as PLEG 578345. The first two (or four) letters can be omitted if they would be obvious.
The Georef minutes are always counted eastward from the west border or northward from the south border of a 1° square, unlike the minutes of ordinary longitude or latitude values, which increase westward on the western hemisphere, or southward on the southern hemisphere, respectively.
The output of the operator depends on the Division, which can be 0, 1 or 2; they are useful in different scales.
Inheritance Hierarchy
System.Object (not available in C#)
EngineObject
Operator
Generator
GeorefGridGenerator
Platforms
Windows, Linux, Android
GeorefGridGenerator Members
The GeorefGridGenerator type has the following members.
Constructors
Name | Description |
---|---|
GeorefGridGenerator | Initializes a new instance of the GeorefGridGenerator class |
Properties
Name | Description |
---|---|
Description | Gets or sets a short description of the operator. Inherited from Operator |
DisplayName | Gets or sets a display name for the operator. Inherited from Operator |
Division | Gets or sets the division: 0 for coarse grids, 1 for medium grids, 2 for fine grids. |
GeodeticDatum | Gets or sets the geodetic datum for the LongLat grid. |
IsDisposed | Gets a value that tells whether the current GeorefGridGenerator has been disposed. Inherited from EngineObject |
IsoMetadataDocument | Gets or sets the path to an ISO 19139 metadata document for the operator. Inherited from Operator |
LineDistanceX | Gets or sets the distance in arc minutes between vertical grid lines, for division 2. |
LineDistanceY | Gets or sets the distance in arc minutes between horizontal grid lines, for division 2. |
Name | Gets or sets the name of the operator. Inherited from Operator |
NativeHandle | Gets the native Carmenta Engine kernel object the current GeorefGridGenerator represents. Inherited from EngineObject |
PointDistanceX | Gets or sets the distance (in degrees) between points in horizontal lines. |
PointDistanceY | Gets or sets the distance (in degrees) between points in vertical lines. |
IUserProperties.UserProperties | Gets the AttributeSet that contains the user properties. Inherited from IUserProperties |
ValueAttribute | Gets or sets the name of the value attribute of output features. |
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 |
FindChildObject | Overloaded. Finds the child object with the specified name. Inherited from Operator |
FlushCache | Marks the layer as flushed which will release cached resources during the next update. Inherited from Operator |
GetChildObjects | Overloaded. Gets the child objects of the current object. Inherited from Operator |
GetFeatures | Overloaded. Gets features from the operator chain. Inherited from Operator |
GetLocalizedDescription | Gets a localized version of the operator description in a specific language. Inherited from Operator |
GetLocalizedDisplayName | Gets a localized version of the operator display name in a specific language. Inherited from Operator |
GetLocalizedIsoMetadataDocument | Gets the path to an ISO 19139 metadata document for a specific language. Inherited from Operator |
GetRasterFeature | Overloaded. Gets raster features from the operator chain and merges them into a single raster. Inherited from Operator |
HasLocalizedDescription | Checks if a localized version of the operator description is available in a specific language. Inherited from Operator |
HasLocalizedDisplayName | Checks if a localized version of the operator display name is available in a specific language. Inherited from Operator |
HasLocalizedIsoMetadataDocument | Checks if an ISO 19139 metadata document is available for a specific language. Inherited from Operator |
SetLocalizedDescription | Sets a operator description in a specific language. Inherited from Operator |
SetLocalizedDisplayName | Sets a operator display name in a specific language. Inherited from Operator |
SetLocalizedIsoMetadataDocument | Sets the path to an ISO 19139 metadata document for the operator, for a specific language. Inherited from Operator |