STK Graphics PrimitivesSend comments on this topic.
IAgStkGraphicsRasterAttributesFactory 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 InitializeWithFormatInitializes a new instance with the width and height of the raster in pixels, and the given Raster Format.
Public Method InitializeWithFormatAndTypeInitializes a new instance with the width and height of the raster in pixels, and the given Raster Format and Raster Type.
Public Method InitializeWithFormatTypeAndOrientationInitializes a new instance with the width and height of the raster in pixels, and the given Raster Format, Raster Type, and Raster Orientation.
Public Method InitializeWithFormatTypeOrientationAlignmentAndRatioInitializes a new instance with the width and height of the raster in pixels, and the given Raster Format, Raster Type, Raster Orientation, row alignment, and pixel aspect ratio.
Public Method InitializeWithFormatTypeOrientationAndAlignmentInitializes a new instance with the width and height of the raster in pixels, and the given Raster Format, Raster Type, Raster Orientation, and row alignment.
Public Method InitializeWithRasterInitializes a new instance with the attributes of the specified Raster.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.