public interface IRasterFunctionTemplate4 extends IRasterFunctionTemplate3, java.io.Serializable
Description: 'Provides access to members that control a raster template function.' 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 |
IIDbecf4d58_0108_46e3_bd03_816371d6bc87 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDa4d65f9b_2ace_4089_941d_eb9ade49a29b
IIDe312d8af_1b60_482b_ae13_b8e111cfc894
IIDc395d08b_7fc8_4a61_ac3f_c114d690be52
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefinitionExpression()
The raster function template definition (where clause) on which it applies.
|
java.lang.String |
getGroupFieldName()
The group field name.
|
java.lang.String |
getTagFieldName()
The tag field name.
|
java.lang.Object |
getThumbnail()
The raster function template icon/thumbnail.
|
int |
getType()
The raster function template type.
|
void |
loadFromFile(java.lang.String path)
Load/deserialize a raster function template from a file.
|
void |
saveToFile(java.lang.String path)
Save/serialize a raster function template to a file.
|
void |
setDefinitionExpression(java.lang.String pExpression)
The raster function template definition (where clause) on which it applies.
|
void |
setGroupFieldName(java.lang.String pName)
The group field name.
|
void |
setTagFieldName(java.lang.String pName)
The tag field name.
|
void |
setThumbnail(java.lang.Object pThumbnail)
The raster function template icon/thumbnail.
|
void |
setType(int pType)
The raster function template type.
|
fromJSON, toJSON
findMemberFunctionsArgumentsByCLSID, findMemberFunctionsByCLSID, findMemberFunctionsByName, getHelp, getProperties, setHelp, setPropertiesByRef
getArguments, getFunction, getVariables, setArgumentsByRef, setFunctionByRef
static final int IIDbecf4d58_0108_46e3_bd03_816371d6bc87
static final int xxDummy
static final java.lang.String IID
int getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriRasterFunctionTemplateType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getThumbnail() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setThumbnail(java.lang.Object pThumbnail) throws java.io.IOException, AutomationException
pThumbnail
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDefinitionExpression() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefinitionExpression(java.lang.String pExpression) throws java.io.IOException, AutomationException
pExpression
- The pExpression (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getGroupFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGroupFieldName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getTagFieldName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTagFieldName(java.lang.String pName) throws java.io.IOException, AutomationException
pName
- The pName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void saveToFile(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void loadFromFile(java.lang.String path) throws java.io.IOException, AutomationException
path
- The path (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.