|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.ItemTemplate
public class ItemTemplate
An item template.
Constructor Summary | |
---|---|
ItemTemplate()
Constructs a ItemTemplate using ArcGIS Engine. |
|
ItemTemplate(Object obj)
Construct a ItemTemplate using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
String |
getName()
The name of the item template. |
String |
getOutputDatasetTag()
The output dataset tag associated with the item template. |
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 |
isIntersectFootprints()
Indicates whether the footprint of items constructed using this template is computed using the intersection of the footprints of all participating input items. |
void |
setEnabled(boolean pbEnabled)
Indicates whether the item template is active. |
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 |
setName(String pItemTemplateName)
The name of the item template. |
void |
setOutputDatasetTag(String pOutputDatasetTag)
The output dataset tag associated with the item template. |
void |
setPrimaryInputDatasetTag(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. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public ItemTemplate() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic ItemTemplate(Object obj) throws IOException
obj
to ItemTemplate
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
ItemTemplate theItemTemplate = (ItemTemplate) obj;
Method Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setName(String pItemTemplateName) throws IOException, AutomationException
setName
in interface IItemTemplate
pItemTemplateName
- The pItemTemplateName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IItemTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEnabled(boolean pbEnabled) throws IOException, AutomationException
setEnabled
in interface IItemTemplate
pbEnabled
- The pbEnabled (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEnabled() throws IOException, AutomationException
isEnabled
in interface IItemTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRasterFunctionTemplateByRef(IRasterFunctionTemplate ppFunctionTemplate) throws IOException, AutomationException
setRasterFunctionTemplateByRef
in interface IItemTemplate
ppFunctionTemplate
- A reference to a com.esri.arcgis.datasourcesraster.IRasterFunctionTemplate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterFunctionTemplate getRasterFunctionTemplate() throws IOException, AutomationException
getRasterFunctionTemplate
in interface IItemTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputDatasetTag(String pOutputDatasetTag) throws IOException, AutomationException
setOutputDatasetTag
in interface IItemTemplate
pOutputDatasetTag
- The pOutputDatasetTag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getOutputDatasetTag() throws IOException, AutomationException
getOutputDatasetTag
in interface IItemTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPrimaryInputDatasetTag(String pPrimaryInputDatasetTag) throws IOException, AutomationException
setPrimaryInputDatasetTag
in interface IItemTemplate
pPrimaryInputDatasetTag
- The pPrimaryInputDatasetTag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getPrimaryInputDatasetTag() throws IOException, AutomationException
getPrimaryInputDatasetTag
in interface IItemTemplate
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIntersectFootprints(boolean pbIntersectFootprints) throws IOException, AutomationException
setIntersectFootprints
in interface IItemTemplate
pbIntersectFootprints
- The pbIntersectFootprints (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isIntersectFootprints() throws IOException, AutomationException
isIntersectFootprints
in interface IItemTemplate
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 |