public class ItemTemplate extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IItemTemplate2, IXMLSerialize, IXMLVersionSupport
Description '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 =
IID, IID63215c2b_86b2_4b41_84fb_50283cad0a7a, xxDummy
IID205b20a1_3bc1_4270_acc9_6f73c1840007
IID, IIDc8545045_6615_48e3_af27_52a0e5fc35e2, xxDummy
IID, IID72ca65b9_13de_48b7_8443_717b69b72a99, xxDummy
Constructor and Description |
---|
ItemTemplate()
Constructs a ItemTemplate using ArcGIS Engine.
|
ItemTemplate(java.lang.Object obj)
Construct a ItemTemplate using a reference to such an object returned from ArcGIS Engine or Server.
|
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 |
deserialize(IXMLSerializeData data)
Deserializes an object from XML.
|
void |
enableEnhancement(boolean bEnableEnhancement)
Enable or disable functions that enhance a dataset.
|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
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.
|
static java.lang.String |
getClsid()
getClsid.
|
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.
|
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Gets a reference to a com.esri.arcgis.interop.Dispatch which can be used to access the COM object that support for this
interface indicates the implementing class references.
|
java.lang.String |
getMinNamespaceSupported()
The minimum namespace the class can serialize to (eg the 90 namespace).
|
java.lang.String |
getName()
The name of the item template.
|
java.lang.String |
getOutputDatasetTag()
The output dataset tag associated with the item template.
|
java.lang.String |
getPrimaryInputDatasetTag()
Tag identifying the item URI that references a dataset from which all properties are copied over to the outgoing dataset.
|
IRasterFunctionTemplate |
getRasterFunctionTemplate()
The raster function template associated with the item template.
|
int |
hashCode()
the hashcode for this object
|
boolean |
isEnabled()
Indicates whether the item template is active.
|
boolean |
isEnhancementEnabled()
Indicates whether the item template will enhance datasets.
|
boolean |
isIntersectFootprints()
Indicates whether the footprint of items constructed using this template is computed using the intersection of the footprints of all participating input items.
|
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 |
release()
Release this COM object reference
|
void |
serialize(IXMLSerializeData data)
Serializes an object to XML.
|
void |
setEnabled(boolean pbEnabled)
Indicates whether the item template is active.
|
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 |
setIntersectFootprints(boolean pbIntersectFootprints)
Indicates whether the footprint of items constructed using this template is computed using the intersection of the footprints of all participating input items.
|
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 |
setName(java.lang.String pItemTemplateName)
The name of the item template.
|
void |
setOutputDatasetTag(java.lang.String pOutputDatasetTag)
The output dataset tag associated with the item template.
|
void |
setPrimaryInputDatasetTag(java.lang.String pPrimaryInputDatasetTag)
Tag identifying the item URI that references a dataset from which all properties are copied over to the outgoing dataset.
|
void |
setRasterFunctionTemplateByRef(IRasterFunctionTemplate ppFunctionTemplate)
The raster function template associated with the item template.
|
void |
setSupportsEnhancement(boolean pbSupportsEnhancement)
Indicates whether the item template contains functions that enhance a dataset.
|
public ItemTemplate() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic ItemTemplate(java.lang.Object obj) throws java.io.IOException
obj
to ItemTemplate
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problems
ItemTemplate theItemTemplate = (ItemTemplate) obj;
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setSupportsEnhancement(boolean pbSupportsEnhancement) throws java.io.IOException, AutomationException
setSupportsEnhancement
in interface IItemTemplate2
pbSupportsEnhancement
- The pbSupportsEnhancement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsEnhancement() throws java.io.IOException, AutomationException
isSupportsEnhancement
in interface IItemTemplate2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void enableEnhancement(boolean bEnableEnhancement) throws java.io.IOException, AutomationException
enableEnhancement
in interface IItemTemplate2
bEnableEnhancement
- The bEnableEnhancement (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isEnhancementEnabled() throws java.io.IOException, AutomationException
isEnhancementEnabled
in interface IItemTemplate2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIsSensorTemplate(boolean pbIsSensorTemplate) throws java.io.IOException, AutomationException
setIsSensorTemplate
in interface IItemTemplate2
pbIsSensorTemplate
- The pbIsSensorTemplate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isSensorTemplate() throws java.io.IOException, AutomationException
isSensorTemplate
in interface IItemTemplate2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setGeoTransformationHelperByRef(IGeoTransformationHelper ppGeoTransformationHelper) throws java.io.IOException, AutomationException
setGeoTransformationHelperByRef
in interface IItemTemplate2
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.public IGeoTransformationHelper getGeoTransformationHelper() throws java.io.IOException, AutomationException
getGeoTransformationHelper
in interface IItemTemplate2
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addAncillaryDataset(java.lang.String sOutputDatasetTag, java.lang.String sFunctionTemplateName, java.lang.String sPrimaryChainConnectorVariable) throws java.io.IOException, AutomationException
addAncillaryDataset
in interface IItemTemplate2
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.public void getAncillaryDatasets(IStringArray[] ppOutputDatasetTags, IStringArray[] ppFunctionTemplateNames, IStringArray[] ppPrimaryChainConnectorVariables) throws java.io.IOException, AutomationException
getAncillaryDatasets
in interface IItemTemplate2
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.public void setName(java.lang.String pItemTemplateName) throws java.io.IOException, AutomationException
setName
in interface IItemTemplate
pItemTemplateName
- The pItemTemplateName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IItemTemplate
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setEnabled(boolean pbEnabled) throws java.io.IOException, AutomationException
setEnabled
in interface IItemTemplate
pbEnabled
- The pbEnabled (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isEnabled() throws java.io.IOException, AutomationException
isEnabled
in interface IItemTemplate
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRasterFunctionTemplateByRef(IRasterFunctionTemplate ppFunctionTemplate) throws java.io.IOException, AutomationException
setRasterFunctionTemplateByRef
in interface IItemTemplate
ppFunctionTemplate
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IRasterFunctionTemplate getRasterFunctionTemplate() throws java.io.IOException, AutomationException
getRasterFunctionTemplate
in interface IItemTemplate
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setOutputDatasetTag(java.lang.String pOutputDatasetTag) throws java.io.IOException, AutomationException
setOutputDatasetTag
in interface IItemTemplate
pOutputDatasetTag
- The pOutputDatasetTag (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getOutputDatasetTag() throws java.io.IOException, AutomationException
getOutputDatasetTag
in interface IItemTemplate
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setPrimaryInputDatasetTag(java.lang.String pPrimaryInputDatasetTag) throws java.io.IOException, AutomationException
setPrimaryInputDatasetTag
in interface IItemTemplate
pPrimaryInputDatasetTag
- The pPrimaryInputDatasetTag (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getPrimaryInputDatasetTag() throws java.io.IOException, AutomationException
getPrimaryInputDatasetTag
in interface IItemTemplate
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setIntersectFootprints(boolean pbIntersectFootprints) throws java.io.IOException, AutomationException
setIntersectFootprints
in interface IItemTemplate
pbIntersectFootprints
- The pbIntersectFootprints (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isIntersectFootprints() throws java.io.IOException, AutomationException
isIntersectFootprints
in interface IItemTemplate
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void serialize(IXMLSerializeData data) throws java.io.IOException, AutomationException
serialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void deserialize(IXMLSerializeData data) throws java.io.IOException, AutomationException
deserialize
in interface IXMLSerialize
data
- A reference to a com.esri.arcgis.system.IXMLSerializeData (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMinNamespaceSupported() throws java.io.IOException, AutomationException
getMinNamespaceSupported
in interface IXMLVersionSupport
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.