public class RasterTypeItemURI extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IItemURI, IItemURI2, IItemPaths, IRasterTypeItemURI, IRasterTypeItemURI2
Description 'An item URI constructed by the raster type object.' 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, IID441dbe58_23ee_4296_9a3b_fdb44027b828, xxDummyIID0fc1719b_b1aa_4d23_af07_932490a18075IID, IIDcafd4e87_0672_43e0_b92d_175306c1a309, xxDummyIID, IIDfe3640c8_162c_4396_b40a_97f0f4ede0f6, xxDummyIID28c1476a_cc64_4254_9082_44a9893b54d3| Constructor and Description |
|---|
RasterTypeItemURI()
Constructs a RasterTypeItemURI using ArcGIS Engine.
|
RasterTypeItemURI(java.lang.Object obj)
Construct a RasterTypeItemURI using a reference to such an object returned from ArcGIS Engine or Server.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another
|
IStringArray |
getAuxiliaryPaths()
Paths to all auxiliary data source items that aid in the construction of this item.
|
static java.lang.String |
getClsid()
getClsid.
|
java.lang.String |
getDisplayName()
The friendly-name identifying this item in the mosaic dataset.
|
java.lang.String |
getFunctionTemplateName()
The name of raster function template associated with the item template that built the raster type item URI.
|
java.lang.String |
getGroup()
The name of the collection to which the item belongs.
|
IItemURIArray |
getItems()
The item URI objects associated with this container URI object.
|
int |
getItemTemplateIndex()
The index to the item template contained within the parent raster type that corresponds to this item URI.
|
java.lang.String |
getItemTemplateTag()
The originally set output dataset tag associated with the parent raster type item template that created the URI.
|
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 |
getKey()
A phrase that uniquely identifies the item's data source in the mosaic dataset.
|
IStringArray |
getPaths()
Returns all paths associated with the object.
|
java.lang.String |
getPrimaryChainConnector()
In the case where the URI is associated with an ancillary dataset, this property indicates the name of the raster function variable within the primary raster function template onto which the ancillary tepmlate reconnects (as a form of post-processing).
|
java.lang.String |
getProductName()
The name of the sensor product associated with the item's data source.
|
IPropertySet |
getProperties()
The item uri properties.
|
java.util.Date |
getSourceTimeStamp()
The timestamp associated with the data source referenced by this item URI.
|
java.lang.String |
getTag()
The unique identifier of the item within a group.
|
int |
hashCode()
the hashcode for this object
|
void |
release()
Release this COM object reference
|
void |
replacePaths(IStringArray pOldPaths,
IStringArray pNewPaths)
Updates all paths associated with the object using the specified mapping rule.
|
void |
setAuxiliaryPathsByRef(IStringArray ppAuxiliaryPaths)
Paths to all auxiliary data source items that aid in the construction of this item.
|
void |
setDisplayName(java.lang.String pDisplayName)
The friendly-name identifying this item in the mosaic dataset.
|
void |
setFunctionTemplateName(java.lang.String pFunctionTemplateName)
The name of raster function template associated with the item template that built the raster type item URI.
|
void |
setGroup(java.lang.String pItemGroup)
The name of the collection to which the item belongs.
|
void |
setItemsByRef(IItemURIArray ppItemURIArray)
The item URI objects associated with this container URI object.
|
void |
setItemTemplateIndex(int pTemplateIndex)
The index to the item template contained within the parent raster type that corresponds to this item URI.
|
void |
setItemTemplateTag(java.lang.String pItemTemplateTag)
The originally set output dataset tag associated with the parent raster type item template that created the URI.
|
void |
setKey(java.lang.String pKeyString)
A phrase that uniquely identifies the item's data source in the mosaic dataset.
|
void |
setPrimaryChainConnector(java.lang.String pPrimaryChainConnector)
In the case where the URI is associated with an ancillary dataset, this property indicates the name of the raster function variable within the primary raster function template onto which the ancillary tepmlate reconnects (as a form of post-processing).
|
void |
setProductName(java.lang.String pProductName)
The name of the sensor product associated with the item's data source.
|
void |
setPropertiesByRef(IPropertySet ppBuilderPoperties)
The item uri properties.
|
void |
setSourceTimeStamp(java.util.Date pSourceTimeStamp)
The timestamp associated with the data source referenced by this item URI.
|
void |
setTag(java.lang.String pItemTag)
The unique identifier of the item within a group.
|
public RasterTypeItemURI()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problemsjava.net.UnknownHostException - if there are interop problemspublic RasterTypeItemURI(java.lang.Object obj)
throws java.io.IOException
obj to RasterTypeItemURI.obj - an object returned from ArcGIS Engine or Serverjava.io.IOException - if there are interop problems
RasterTypeItemURI theRasterTypeItemURI = (RasterTypeItemURI) obj;public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRefpublic void setKey(java.lang.String pKeyString)
throws java.io.IOException,
AutomationException
setKey in interface IItemURIpKeyString - The pKeyString (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getKey()
throws java.io.IOException,
AutomationException
getKey in interface IItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setTag(java.lang.String pItemTag)
throws java.io.IOException,
AutomationException
setTag in interface IItemURIpItemTag - The pItemTag (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getTag()
throws java.io.IOException,
AutomationException
getTag in interface IItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setGroup(java.lang.String pItemGroup)
throws java.io.IOException,
AutomationException
setGroup in interface IItemURIpItemGroup - The pItemGroup (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getGroup()
throws java.io.IOException,
AutomationException
getGroup in interface IItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDisplayName(java.lang.String pDisplayName)
throws java.io.IOException,
AutomationException
setDisplayName in interface IItemURIpDisplayName - The pDisplayName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDisplayName()
throws java.io.IOException,
AutomationException
getDisplayName in interface IItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setProductName(java.lang.String pProductName)
throws java.io.IOException,
AutomationException
setProductName in interface IItemURIpProductName - The pProductName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getProductName()
throws java.io.IOException,
AutomationException
getProductName in interface IItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSourceTimeStamp(java.util.Date pSourceTimeStamp)
throws java.io.IOException,
AutomationException
setSourceTimeStamp in interface IItemURIpSourceTimeStamp - The pSourceTimeStamp (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.util.Date getSourceTimeStamp()
throws java.io.IOException,
AutomationException
getSourceTimeStamp in interface IItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAuxiliaryPathsByRef(IStringArray ppAuxiliaryPaths) throws java.io.IOException, AutomationException
setAuxiliaryPathsByRef in interface IItemURIppAuxiliaryPaths - A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStringArray getAuxiliaryPaths() throws java.io.IOException, AutomationException
getAuxiliaryPaths in interface IItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPropertiesByRef(IPropertySet ppBuilderPoperties) throws java.io.IOException, AutomationException
setPropertiesByRef in interface IItemURI2ppBuilderPoperties - A reference to a com.esri.arcgis.system.IPropertySet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPropertySet getProperties() throws java.io.IOException, AutomationException
getProperties in interface IItemURI2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IStringArray getPaths() throws java.io.IOException, AutomationException
getPaths in interface IItemPathsjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void replacePaths(IStringArray pOldPaths, IStringArray pNewPaths) throws java.io.IOException, AutomationException
replacePaths in interface IItemPathspOldPaths - A reference to a com.esri.arcgis.system.IStringArray (in)pNewPaths - A reference to a com.esri.arcgis.system.IStringArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setItemsByRef(IItemURIArray ppItemURIArray) throws java.io.IOException, AutomationException
setItemsByRef in interface IRasterTypeItemURIppItemURIArray - A reference to a com.esri.arcgis.datasourcesraster.IItemURIArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IItemURIArray getItems() throws java.io.IOException, AutomationException
getItems in interface IRasterTypeItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setItemTemplateIndex(int pTemplateIndex)
throws java.io.IOException,
AutomationException
setItemTemplateIndex in interface IRasterTypeItemURIpTemplateIndex - The pTemplateIndex (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getItemTemplateIndex()
throws java.io.IOException,
AutomationException
getItemTemplateIndex in interface IRasterTypeItemURIjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setItemTemplateTag(java.lang.String pItemTemplateTag)
throws java.io.IOException,
AutomationException
setItemTemplateTag in interface IRasterTypeItemURI2pItemTemplateTag - The pItemTemplateTag (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getItemTemplateTag()
throws java.io.IOException,
AutomationException
getItemTemplateTag in interface IRasterTypeItemURI2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFunctionTemplateName(java.lang.String pFunctionTemplateName)
throws java.io.IOException,
AutomationException
setFunctionTemplateName in interface IRasterTypeItemURI2pFunctionTemplateName - The pFunctionTemplateName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getFunctionTemplateName()
throws java.io.IOException,
AutomationException
getFunctionTemplateName in interface IRasterTypeItemURI2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setPrimaryChainConnector(java.lang.String pPrimaryChainConnector)
throws java.io.IOException,
AutomationException
setPrimaryChainConnector in interface IRasterTypeItemURI2pPrimaryChainConnector - The pPrimaryChainConnector (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getPrimaryChainConnector()
throws java.io.IOException,
AutomationException
getPrimaryChainConnector in interface IRasterTypeItemURI2java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.