public interface IRasterKeyProperties
extends java.io.Serializable
Description: 'Provides access to members that control raster key properties.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID01002227_f833_40aa_a0c9_429ea383c51f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
getAllBandProperties(int bandIndex,
IStringArray[] ppNames,
IVariantArray[] ppValues)
Queries all available band-specific key properties.
|
void |
getAllProperties(IStringArray[] ppNames,
IVariantArray[] ppValues)
Queries all available key properties.
|
java.lang.Object |
getBandProperty(java.lang.String sName,
int bandIndex)
Returns the requested key property by name for a given band.
|
java.lang.Object |
getProperty(java.lang.String sName)
Returns the requested key property by name.
|
void |
removeBandProperty(java.lang.String sName,
int bandIndex)
Removes all occurrences of the specified key property for a given band.
|
void |
removeProperty(java.lang.String sName)
Removes all occurrences of the specified key property.
|
void |
setBandProperty(java.lang.String sName,
int bandIndex,
java.lang.Object vtValue)
Updates the value of the specified key property by name for a given band.
|
void |
setProperty(java.lang.String sName,
java.lang.Object vtValue)
Updates the value of the specified key property by name.
|
static final int IID01002227_f833_40aa_a0c9_429ea383c51f
static final int xxDummy
static final java.lang.String IID
java.lang.Object getProperty(java.lang.String sName) throws java.io.IOException, AutomationException
sName
- The sName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setProperty(java.lang.String sName, java.lang.Object vtValue) throws java.io.IOException, AutomationException
sName
- The sName (in)vtValue
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeProperty(java.lang.String sName) throws java.io.IOException, AutomationException
sName
- The sName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getAllProperties(IStringArray[] ppNames, IVariantArray[] ppValues) throws java.io.IOException, AutomationException
ppNames
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)ppValues
- A reference to a com.esri.arcgis.system.IVariantArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getBandProperty(java.lang.String sName, int bandIndex) throws java.io.IOException, AutomationException
sName
- The sName (in)bandIndex
- The bandIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setBandProperty(java.lang.String sName, int bandIndex, java.lang.Object vtValue) throws java.io.IOException, AutomationException
sName
- The sName (in)bandIndex
- The bandIndex (in)vtValue
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void removeBandProperty(java.lang.String sName, int bandIndex) throws java.io.IOException, AutomationException
sName
- The sName (in)bandIndex
- The bandIndex (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getAllBandProperties(int bandIndex, IStringArray[] ppNames, IVariantArray[] ppValues) throws java.io.IOException, AutomationException
bandIndex
- The bandIndex (in)ppNames
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)ppValues
- A reference to a com.esri.arcgis.system.IVariantArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.