STK Graphics PrimitivesSend comments on this topic.
ExtractBandFromRasterFormat Method (IAgStkGraphicsRaster)
See Also
Format
The Raster Format associated with the bands to be extracted.
Windows





Windows & Linux

Description

Extracts the bands of raster data associated with the given Raster Format.

Syntax

[Visual Basic .NET]
Public Function ExtractBandFromRasterFormat( _
    ByVal Format As AgEStkGraphicsRasterFormat _
) As IAgStkGraphicsRaster
[C#]
public IAgStkGraphicsRaster ExtractBandFromRasterFormat(
    AgEStkGraphicsRasterFormat Format
);
[Managed C++]
public: IAgStkGraphicsRaster^ ExtractBandFromRasterFormat(
    AgEStkGraphicsRasterFormat Format
);
[Unmanaged C++]
public: HRESULT ExtractBandFromRasterFormat(
    AgEStkGraphicsRasterFormat Format,
    IAgStkGraphicsRaster ** ppRetVal
);
[Java]
public IAgStkGraphicsRaster extractBandFromRasterFormat(
    AgEStkGraphicsRasterFormat Format
);
[Python - STK API ]
def ExtractBandFromRasterFormat(self, Format:"AgEStkGraphicsRasterFormat") -> "IAgStkGraphicsRaster":

Parameters

Format
The Raster Format associated with the bands to be extracted.

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.