AGI STK Graphics 11 Send 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.

Object Model







Public Methods

Public Method InitializeWithFormat Initializes a new instance with the width and height of the raster in pixels, and the given Raster Format.
Public Method InitializeWithFormatAndType Initializes a new instance with the width and height of the raster in pixels, and the given Raster Format and Raster Type.
Public Method InitializeWithFormatTypeAndOrientation Initializes 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 InitializeWithFormatTypeOrientationAlignmentAndRatio Initializes 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 InitializeWithFormatTypeOrientationAndAlignment Initializes 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 InitializeWithRaster Initializes a new instance with the attributes of the specified Raster

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1