MapCoordinatesGui

Description

sealed class Tinman.AddOns.Components.MapCoordinatesGui

Derived from

Container
IUpdateableGui

Full source code is included in the Tinman 3D SDK download.

A GUI component that displays various forms of map coordinates.

The following default Layout settings are defined for LightingGui objects:

Public / Constants

Label­Cubemap


[Localized]
public constant LabelCubemap → ("Cubemap":string)

Label for cubemap info panel.

Label­Cubemap­X


[Localized]
public constant LabelCubemapX → ("Cube.X":string)

Label for cubemap X-coordinate.

Label­Cubemap­Y


[Localized]
public constant LabelCubemapY → ("Cube.Y":string)

Label for cubemap Y-coordinate.

Label­Cubemap­Z


[Localized]
public constant LabelCubemapZ → ("Cube.Z":string)

Label for cubemap Z-coordinate.

Label­Easting­X


[Localized]
public constant LabelEastingX → ("X/E":string)

Label for easting / X coordinate.

Label­Face


[Localized]
public constant LabelFace → ("Face":string)

Label for cubemap face coordinates.

Label­Face­X


[Localized]
public constant LabelFaceX → ("Face.X":string)

Label for cubemap face X-coordinate.

Label­Face­Y


[Localized]
public constant LabelFaceY → ("Face.Y":string)

Label for cubemap face Y-coordinate.

Label­Georeference


[Localized]
public constant LabelGeoreference → ("Georef":string)

Label of map geo-reference info panel.

Label­Ground­Sample­Distance


[Localized]
public constant LabelGroundSampleDistance → ("GSD":string)

Label for ground sample distance.

Label­Height


[Localized]
public constant LabelHeight → ("Height":string)

Label of raster height.

Label­Latitude


[Localized]
public constant LabelLatitude → ("Lat":string)

Label for latitude.

Label­Longitude


[Localized]
public constant LabelLongitude → ("Lon":string)

Label for longitude.

Label­Northing­Y


[Localized]
public constant LabelNorthingY → ("Y/N":string)

Label for northing / Y coordinate.

Label­Pixel­Is­Area


[Localized]
public constant LabelPixelIsArea → ("area":string)

Label for pixel-is-area semantic.

Label­Pixel­Is­Point


[Localized]
public constant LabelPixelIsPoint → ("point":string)

Label for pixel-is-point semantic.

Label­Raster


[Localized]
public constant LabelRaster → ("Raster":string)

Label of raster info panel.

Label­Size


[Localized]
public constant LabelSize → ("Size":string)

Label of raster size.

Label­Type


[Localized]
public constant LabelType → ("Type":string)

Label of raster type.

Label­Type­Cube


[Localized]
public constant LabelTypeCube → ("CUBE":string)

Label for cubemap raster type.

Label­Type­Rect


[Localized]
public constant LabelTypeRect → ("RECT":string)

Label for rectangular raster type.

Label­Width


[Localized]
public constant LabelWidth → ("Width":string)

Label of raster width.

Public / Constructors

Map­Coordinates­Gui


public constructor MapCoordinatesGui → ()

Creates a new instance of MapCoordinatesGui.

Public / Attributes

Georef


public attribute Georef → (get,set)

value : Raster

The geo-reference or null.

The geo-reference to use.

Map­Coords


public attribute MapCoords → (get,set)

value : CubemapFaceCoordsI

The coordinates.

The coordinates to display.

Map­Info


public attribute MapInfo → (get,set)

value : MapInfo

The map information.

The map information to use.

Map­Step


public attribute MapStep → (get,set)

value : int32

The map sample step.

The visible map sample step to take into account when computing values.