public interface IRasterFunctionTemplate5 extends IRasterFunctionTemplate4, 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 |
IID6ec82e83_fc45_4609_841c_25bb07d9db85 |
static int |
xxDummy
Deprecated.
Internal use only
|
IIDbecf4d58_0108_46e3_bd03_816371d6bc87
IIDa4d65f9b_2ace_4089_941d_eb9ade49a29b
IIDe312d8af_1b60_482b_ae13_b8e111cfc894
IIDc395d08b_7fc8_4a61_ac3f_c114d690be52
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getThumbnailEx()
The base64 encoded thumbnail.
|
void |
loadFromString(java.lang.String xmlRFT)
Load/deserialize a raster function template from a string.
|
void |
saveToString(java.lang.String[] pXmlRFT)
Save/serialize a raster function template to a string.
|
void |
setThumbnailEx(java.lang.String pBase64EncodedThumbnail)
The base64 encoded thumbnail.
|
getDefinitionExpression, getGroupFieldName, getTagFieldName, getThumbnail, getType, loadFromFile, saveToFile, setDefinitionExpression, setGroupFieldName, setTagFieldName, setThumbnail, setType
fromJSON, toJSON
findMemberFunctionsArgumentsByCLSID, findMemberFunctionsByCLSID, findMemberFunctionsByName, getHelp, getProperties, setHelp, setPropertiesByRef
getArguments, getFunction, getVariables, setArgumentsByRef, setFunctionByRef
static final int IID6ec82e83_fc45_4609_841c_25bb07d9db85
static final int xxDummy
static final java.lang.String IID
void saveToString(java.lang.String[] pXmlRFT) throws java.io.IOException, AutomationException
pXmlRFT
- The pXmlRFT (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void loadFromString(java.lang.String xmlRFT) throws java.io.IOException, AutomationException
xmlRFT
- The xmlRFT (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getThumbnailEx() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setThumbnailEx(java.lang.String pBase64EncodedThumbnail) throws java.io.IOException, AutomationException
pBase64EncodedThumbnail
- The pBase64EncodedThumbnail (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.