com.esri.arcgis.datasourcesraster
Interface esriPansharpeningType

All Superinterfaces:
java.io.Serializable

public interface esriPansharpeningType
extends java.io.Serializable

Constants from esriPansharpeningType' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'The pansharpening filter types.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static int esriPansharpeningBrovey
          The Brovey Pansharpening.
static int esriPansharpeningESRI
          The Esri Pansharpening.
static int esriPansharpeningGramSchmidt
          Gram-Schmidt Pansharpening.
static int esriPansharpeningIHS
          The IHS Pansharpening.
static int esriPansharpeningMean
          The Simple Mean Pansharpening.
 

Field Detail

esriPansharpeningIHS

static final int esriPansharpeningIHS
The IHS Pansharpening.

See Also:
Constant Field Values

esriPansharpeningBrovey

static final int esriPansharpeningBrovey
The Brovey Pansharpening.

See Also:
Constant Field Values

esriPansharpeningESRI

static final int esriPansharpeningESRI
The Esri Pansharpening.

See Also:
Constant Field Values

esriPansharpeningMean

static final int esriPansharpeningMean
The Simple Mean Pansharpening.

See Also:
Constant Field Values

esriPansharpeningGramSchmidt

static final int esriPansharpeningGramSchmidt
Gram-Schmidt Pansharpening.

See Also:
Constant Field Values