STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsRasterAttributes Interface

Description

The attributes describing a Raster dataset. Raster Attributes define the memory layout of a Raster, and includes properties defining the order of each Raster Band that the raster contains, as specified by the Raster Format. It also describes the type of data, or Raster Type of the contained bands, the Height and Width of the raster in pixels, the Row Alignment of the raster, and other relevant properties.

Public Methods

Public Method HasBandGets whether the raster contains the given band.

Public Properties

Public Property ByteLengthGets the size of the raster data in bytes.
Public Property FormatGets the Raster Format associated with the attributes.
Public Property HeightGets the height of the raster in pixels.
Public Property NumberOfBandsGets the number of bands comprising the raster.
Public Property OrientationGets the Raster Orientation associated with the attributes.
Public Property PixelAspectRatioGets the pixel aspect ratio of the raster.
Public Property RowAlignmentGets the row alignment of the raster data in bytes.
Public Property RowStrideGets the stride or scan/row width in bytes of the raster data.
Public Property TypeGets the Raster Type associated with the attributes.
Public Property WidthGets the width of the raster in pixels.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.