public class RPFItemURI extends java.lang.Object implements com.esri.arcgis.interop.RemoteObjRef, IItemURI, IItemURI2, IItemPaths, IItemPaths2, IFileItemURI, IRPFItemURI, IItemURICompare
Description 'An item URI that identifes aN RPF file.' 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, xxDummy
IID0fc1719b_b1aa_4d23_af07_932490a18075
IID, IID9c76b127_61ac_4e66_99b0_8c14a9a386ea, xxDummy
IIDcafd4e87_0672_43e0_b92d_175306c1a309
IID, IID522e65b4_ff5e_4e61_ac22_a5ba51a73f12, xxDummy
IID, IID011b6933_85c1_408b_9a2e_d7e676936063, xxDummy
IID, IIDce980784_6e16_46da_a51a_d973e93d18ae, xxDummy
Constructor and Description |
---|
RPFItemURI()
Constructs a RPFItemURI using ArcGIS Engine.
|
RPFItemURI(java.lang.Object obj)
Deprecated.
As of ArcGIS 9.2, replaced by normal Java casts.
RPFItemURI theRPFItemURI = (RPFItemURI) obj; |
Modifier and Type | Method and Description |
---|---|
int |
compare(IItemURI pItemURI)
Compares the object with the specified item URI.
|
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 |
getCompilationDate()
The data compilation date associated with the DTED file.
|
java.lang.String |
getDisplayName()
The friendly-name identifying this item in the mosaic dataset.
|
java.lang.String |
getDTEDEdition()
The data edition associated with the DTED file.
|
java.lang.String |
getFilePath()
The path to the file associated with this item URI.
|
java.lang.String |
getGroup()
The name of the collection to which the item belongs.
|
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.
|
java.lang.String |
getLatitude()
The latitude associated with the DTED file.
|
java.lang.String |
getLongitude()
The longitude associated with the DTED file.
|
java.lang.String |
getMaintenanceDate()
The maintenance date associated with the DTED file.
|
IStringArray |
getPaths()
Returns all paths associated with the object.
|
IStringArray |
getPathsEx(IItemPathsOptions pOptions)
Returns all paths associated with the object.
|
java.lang.String |
getProductionDate()
Production date associated with the RPF file.
|
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.
|
java.lang.String |
getVersion()
The data version associated with the RPF/DTED file.
|
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 |
setCompilationDate(java.lang.String pCompilationDate)
The data compilation date associated with the DTED file.
|
void |
setDisplayName(java.lang.String pDisplayName)
The friendly-name identifying this item in the mosaic dataset.
|
void |
setDTEDEdition(java.lang.String pEdition)
The data edition associated with the DTED file.
|
void |
setFilePath(java.lang.String pFilePath)
The path to the file associated with this item URI.
|
void |
setGroup(java.lang.String pItemGroup)
The name of the collection to which the item belongs.
|
void |
setKey(java.lang.String pKeyString)
A phrase that uniquely identifies the item's data source in the mosaic dataset.
|
void |
setLatitude(java.lang.String pLatitude)
The latitude associated with the DTED file.
|
void |
setLongitude(java.lang.String pLongitude)
The longitude associated with the DTED file.
|
void |
setMaintenanceDate(java.lang.String pMaintenanceDate)
The maintenance date associated with the DTED file.
|
void |
setProductionDate(java.lang.String pProductionDate)
Production date associated with the RPF file.
|
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.
|
void |
setVersion(java.lang.String pVersion)
The data version associated with the RPF/DTED file.
|
public RPFItemURI() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problemsjava.net.UnknownHostException
- if there are interop problemspublic RPFItemURI(java.lang.Object obj) throws java.io.IOException
RPFItemURI theRPFItemURI = (RPFItemURI) obj;
obj
to RPFItemURI
.obj
- an object returned from ArcGIS Engine or Serverjava.io.IOException
- if there are interop problemspublic 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 setKey(java.lang.String pKeyString) throws java.io.IOException, AutomationException
setKey
in interface IItemURI
pKeyString
- 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 IItemURI
java.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 IItemURI
pItemTag
- 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 IItemURI
java.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 IItemURI
pItemGroup
- 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 IItemURI
java.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 IItemURI
pDisplayName
- 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 IItemURI
java.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 IItemURI
pProductName
- 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 IItemURI
java.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 IItemURI
pSourceTimeStamp
- 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 IItemURI
java.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 IItemURI
ppAuxiliaryPaths
- 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 IItemURI
java.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 IItemURI2
ppBuilderPoperties
- 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 IItemURI2
java.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 IItemPaths
java.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 IItemPaths
pOldPaths
- 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 IStringArray getPathsEx(IItemPathsOptions pOptions) throws java.io.IOException, AutomationException
getPathsEx
in interface IItemPaths2
pOptions
- A reference to a com.esri.arcgis.datasourcesraster.IItemPathsOptions (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setFilePath(java.lang.String pFilePath) throws java.io.IOException, AutomationException
setFilePath
in interface IFileItemURI
pFilePath
- The pFilePath (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getFilePath() throws java.io.IOException, AutomationException
getFilePath
in interface IFileItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setProductionDate(java.lang.String pProductionDate) throws java.io.IOException, AutomationException
setProductionDate
in interface IRPFItemURI
pProductionDate
- The pProductionDate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getProductionDate() throws java.io.IOException, AutomationException
getProductionDate
in interface IRPFItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDTEDEdition() throws java.io.IOException, AutomationException
getDTEDEdition
in interface IRPFItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setDTEDEdition(java.lang.String pEdition) throws java.io.IOException, AutomationException
setDTEDEdition
in interface IRPFItemURI
pEdition
- The pEdition (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setVersion(java.lang.String pVersion) throws java.io.IOException, AutomationException
setVersion
in interface IRPFItemURI
pVersion
- The pVersion (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getVersion() throws java.io.IOException, AutomationException
getVersion
in interface IRPFItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCompilationDate(java.lang.String pCompilationDate) throws java.io.IOException, AutomationException
setCompilationDate
in interface IRPFItemURI
pCompilationDate
- The pCompilationDate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCompilationDate() throws java.io.IOException, AutomationException
getCompilationDate
in interface IRPFItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setMaintenanceDate(java.lang.String pMaintenanceDate) throws java.io.IOException, AutomationException
setMaintenanceDate
in interface IRPFItemURI
pMaintenanceDate
- The pMaintenanceDate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getMaintenanceDate() throws java.io.IOException, AutomationException
getMaintenanceDate
in interface IRPFItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLatitude(java.lang.String pLatitude) throws java.io.IOException, AutomationException
setLatitude
in interface IRPFItemURI
pLatitude
- The pLatitude (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLatitude() throws java.io.IOException, AutomationException
getLatitude
in interface IRPFItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setLongitude(java.lang.String pLongitude) throws java.io.IOException, AutomationException
setLongitude
in interface IRPFItemURI
pLongitude
- The pLongitude (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getLongitude() throws java.io.IOException, AutomationException
getLongitude
in interface IRPFItemURI
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int compare(IItemURI pItemURI) throws java.io.IOException, AutomationException
compare
in interface IItemURICompare
pItemURI
- A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.