public interface IItemTemplate2 extends IItemTemplate, java.io.Serializable
Description: 'Provides access to members that control an item template.' 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 |
IID63215c2b_86b2_4b41_84fb_50283cad0a7a |
static int |
xxDummy
Deprecated.
Internal use only
|
IID205b20a1_3bc1_4270_acc9_6f73c1840007
Modifier and Type | Method and Description |
---|---|
void |
addAncillaryDataset(java.lang.String sOutputDatasetTag,
java.lang.String sFunctionTemplateName,
java.lang.String sPrimaryChainConnectorVariable)
Adds additional outgoing tags for non-primary datasets that can be built using this item template.
|
void |
enableEnhancement(boolean bEnableEnhancement)
Enable or disable functions that enhance a dataset.
|
void |
getAncillaryDatasets(IStringArray[] ppOutputDatasetTags,
IStringArray[] ppFunctionTemplateNames,
IStringArray[] ppPrimaryChainConnectorVariables)
Returns a collection of tags and associated function template names and connector variables of all non-primary datasets built by the item template.
|
IGeoTransformationHelper |
getGeoTransformationHelper()
The geographic tranformation helper object, set by the calling application, that enables the item template to install geotransformation method in to the system's GeoTransformationOperationSet.
|
boolean |
isEnhancementEnabled()
Indicates whether the item template will enhance datasets.
|
boolean |
isSensorTemplate()
Indicates whether the item template can be used to build sensor data sources (as opposed to regular raster data sources).
|
boolean |
isSupportsEnhancement()
Indicates whether the item template contains functions that enhance a dataset.
|
void |
setGeoTransformationHelperByRef(IGeoTransformationHelper ppGeoTransformationHelper)
The geographic tranformation helper object, set by the calling application, that enables the item template to install geotransformation method in to the system's GeoTransformationOperationSet.
|
void |
setIsSensorTemplate(boolean pbIsSensorTemplate)
Indicates whether the item template can be used to build sensor data sources (as opposed to regular raster data sources).
|
void |
setSupportsEnhancement(boolean pbSupportsEnhancement)
Indicates whether the item template contains functions that enhance a dataset.
|
getName, getOutputDatasetTag, getPrimaryInputDatasetTag, getRasterFunctionTemplate, isEnabled, isIntersectFootprints, setEnabled, setIntersectFootprints, setName, setOutputDatasetTag, setPrimaryInputDatasetTag, setRasterFunctionTemplateByRef
static final int IID63215c2b_86b2_4b41_84fb_50283cad0a7a
static final int xxDummy
static final java.lang.String IID
void setSupportsEnhancement(boolean pbSupportsEnhancement) throws java.io.IOException, AutomationException
pbSupportsEnhancement
- The pbSupportsEnhancement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSupportsEnhancement() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void enableEnhancement(boolean bEnableEnhancement) throws java.io.IOException, AutomationException
bEnableEnhancement
- The bEnableEnhancement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isEnhancementEnabled() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setIsSensorTemplate(boolean pbIsSensorTemplate) throws java.io.IOException, AutomationException
pbIsSensorTemplate
- The pbIsSensorTemplate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSensorTemplate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeoTransformationHelperByRef(IGeoTransformationHelper ppGeoTransformationHelper) throws java.io.IOException, AutomationException
ppGeoTransformationHelper
- A reference to a com.esri.arcgis.datasourcesraster.IGeoTransformationHelper (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeoTransformationHelper getGeoTransformationHelper() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addAncillaryDataset(java.lang.String sOutputDatasetTag, java.lang.String sFunctionTemplateName, java.lang.String sPrimaryChainConnectorVariable) throws java.io.IOException, AutomationException
sOutputDatasetTag
- The sOutputDatasetTag (in)sFunctionTemplateName
- The sFunctionTemplateName (in)sPrimaryChainConnectorVariable
- The sPrimaryChainConnectorVariable (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getAncillaryDatasets(IStringArray[] ppOutputDatasetTags, IStringArray[] ppFunctionTemplateNames, IStringArray[] ppPrimaryChainConnectorVariables) throws java.io.IOException, AutomationException
ppOutputDatasetTags
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)ppFunctionTemplateNames
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)ppPrimaryChainConnectorVariables
- A reference to a com.esri.arcgis.system.IStringArray (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.