|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IRasterKeyProperties
COM Interface 'IRasterKeyProperties'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID01002227_f833_40aa_a0c9_429ea383c51f
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IID01002227_f833_40aa_a0c9_429ea383c51f
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||