GM_RasterLayout_t Class
This type represents layout information for a new custom raster layer
Inheritance Hierarchy
System Object
GlobalMapper GM_RasterLayout_t

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
                                    public
                                    class
                                    GM_RasterLayout_t
                                

The GM_RasterLayout_t type exposes the following members.

Constructors
NameDescription
Public methodGM_RasterLayout_t
Default Constructor
Top
Methods
NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object .
(Inherited from Object .)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object .)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object .)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object .)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object .
(Inherited from Object .)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object .)
Top
Fields
NameDescription
Public fieldmAlphaBandIdx
0-based alpha channel band index (usually 0 or 3). Ignored unless GM_RasterLayout_AlphaPresent flag is set.
Public fieldmBitsPerBand
Number of bits per band of data (usually 8)
Public fieldmBytesPerRow
Number of bytes per row of data in data buffer. If 0 this will be calculated for you.
Public fieldmFlags
General flags for layout.
Public fieldmNumBands
Number of bands of data (usually 1 for grayscale or 3 for RGB)
Public fieldmPalette
Array of colors for palette (set to NULL for no palette)
Public fieldmPixelHeight
Number of pixels in the y direction
Public fieldmPixelWidth
Number of pixels in the x direction
Public fieldmTopLeft
Ground coordinates of top left corner of the top left pixel
Public fieldmXPixelSize
Size of each pixel in the x direction
Public fieldmYPixelSize
Size of each pixel in the y direction
Top
See Also