|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.datasourcesraster.RPFItemURI
public class RPFItemURI
An item URI that identifes aN RPF file.
Constructor Summary | |
---|---|
RPFItemURI()
Constructs a RPFItemURI using ArcGIS Engine. |
|
RPFItemURI(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RPFItemURI theRPFItemURI = (RPFItemURI) obj; |
Method Summary | |
---|---|
int |
compare(IItemURI pItemURI)
Compares the object with the specified item URI. |
boolean |
equals(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 String |
getClsid()
getClsid. |
String |
getCompilationDate()
The data compilation date associated with the DTED file. |
String |
getDisplayName()
The friendly-name identifying this item in the mosaic dataset. |
String |
getDTEDEdition()
The data edition associated with the DTED file. |
String |
getFilePath()
The path to the file associated with this item URI. |
String |
getGroup()
The name of the collection to which the item belongs. |
String |
getKey()
A phrase that uniquely identifies the item's data source in the mosaic dataset. |
String |
getLatitude()
The latitude associated with the DTED file. |
String |
getLongitude()
The longitude associated with the DTED file. |
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. |
String |
getProductionDate()
Production date associated with the RPF file. |
String |
getProductName()
The name of the sensor product associated with the item's data source. |
IPropertySet |
getProperties()
The item uri properties. |
Date |
getSourceTimeStamp()
The timestamp associated with the data source referenced by this item URI. |
String |
getTag()
The unique identifier of the item within a group. |
String |
getVersion()
The data version associated with the RPF/DTED file. |
int |
hashCode()
the hashcode for this object |
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(String pCompilationDate)
The data compilation date associated with the DTED file. |
void |
setDisplayName(String pDisplayName)
The friendly-name identifying this item in the mosaic dataset. |
void |
setDTEDEdition(String pEdition)
The data edition associated with the DTED file. |
void |
setFilePath(String pFilePath)
The path to the file associated with this item URI. |
void |
setGroup(String pItemGroup)
The name of the collection to which the item belongs. |
void |
setKey(String pKeyString)
A phrase that uniquely identifies the item's data source in the mosaic dataset. |
void |
setLatitude(String pLatitude)
The latitude associated with the DTED file. |
void |
setLongitude(String pLongitude)
The longitude associated with the DTED file. |
void |
setMaintenanceDate(String pMaintenanceDate)
The maintenance date associated with the DTED file. |
void |
setProductionDate(String pProductionDate)
Production date associated with the RPF file. |
void |
setProductName(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(Date pSourceTimeStamp)
The timestamp associated with the data source referenced by this item URI. |
void |
setTag(String pItemTag)
The unique identifier of the item within a group. |
void |
setVersion(String pVersion)
The data version associated with the RPF/DTED file. |
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 RPFItemURI() throws IOException, UnknownHostException
IOException
- if there are interop problems
UnknownHostException
- if there are interop problemspublic RPFItemURI(Object obj) throws IOException
RPFItemURI theRPFItemURI = (RPFItemURI) obj;
obj
to RPFItemURI
.
obj
- an object returned from ArcGIS Engine or Server
IOException
- if there are interop problemsMethod Detail |
---|
public static String getClsid()
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public void setKey(String pKeyString) throws IOException, AutomationException
setKey
in interface IItemURI
pKeyString
- The pKeyString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getKey() throws IOException, AutomationException
getKey
in interface IItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTag(String pItemTag) throws IOException, AutomationException
setTag
in interface IItemURI
pItemTag
- The pItemTag (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getTag() throws IOException, AutomationException
getTag
in interface IItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGroup(String pItemGroup) throws IOException, AutomationException
setGroup
in interface IItemURI
pItemGroup
- The pItemGroup (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getGroup() throws IOException, AutomationException
getGroup
in interface IItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDisplayName(String pDisplayName) throws IOException, AutomationException
setDisplayName
in interface IItemURI
pDisplayName
- The pDisplayName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDisplayName() throws IOException, AutomationException
getDisplayName
in interface IItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProductName(String pProductName) throws IOException, AutomationException
setProductName
in interface IItemURI
pProductName
- The pProductName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getProductName() throws IOException, AutomationException
getProductName
in interface IItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSourceTimeStamp(Date pSourceTimeStamp) throws IOException, AutomationException
setSourceTimeStamp
in interface IItemURI
pSourceTimeStamp
- The pSourceTimeStamp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Date getSourceTimeStamp() throws IOException, AutomationException
getSourceTimeStamp
in interface IItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAuxiliaryPathsByRef(IStringArray ppAuxiliaryPaths) throws IOException, AutomationException
setAuxiliaryPathsByRef
in interface IItemURI
ppAuxiliaryPaths
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getAuxiliaryPaths() throws IOException, AutomationException
getAuxiliaryPaths
in interface IItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPropertiesByRef(IPropertySet ppBuilderPoperties) throws IOException, AutomationException
setPropertiesByRef
in interface IItemURI2
ppBuilderPoperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IPropertySet getProperties() throws IOException, AutomationException
getProperties
in interface IItemURI2
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getPaths() throws IOException, AutomationException
getPaths
in interface IItemPaths
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void replacePaths(IStringArray pOldPaths, IStringArray pNewPaths) throws 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)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IStringArray getPathsEx(IItemPathsOptions pOptions) throws IOException, AutomationException
getPathsEx
in interface IItemPaths2
pOptions
- A reference to a com.esri.arcgis.datasourcesraster.IItemPathsOptions (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFilePath(String pFilePath) throws IOException, AutomationException
setFilePath
in interface IFileItemURI
pFilePath
- The pFilePath (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFilePath() throws IOException, AutomationException
getFilePath
in interface IFileItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setProductionDate(String pProductionDate) throws IOException, AutomationException
setProductionDate
in interface IRPFItemURI
pProductionDate
- The pProductionDate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getProductionDate() throws IOException, AutomationException
getProductionDate
in interface IRPFItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDTEDEdition() throws IOException, AutomationException
getDTEDEdition
in interface IRPFItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDTEDEdition(String pEdition) throws IOException, AutomationException
setDTEDEdition
in interface IRPFItemURI
pEdition
- The pEdition (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVersion(String pVersion) throws IOException, AutomationException
setVersion
in interface IRPFItemURI
pVersion
- The pVersion (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getVersion() throws IOException, AutomationException
getVersion
in interface IRPFItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCompilationDate(String pCompilationDate) throws IOException, AutomationException
setCompilationDate
in interface IRPFItemURI
pCompilationDate
- The pCompilationDate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getCompilationDate() throws IOException, AutomationException
getCompilationDate
in interface IRPFItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaintenanceDate(String pMaintenanceDate) throws IOException, AutomationException
setMaintenanceDate
in interface IRPFItemURI
pMaintenanceDate
- The pMaintenanceDate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getMaintenanceDate() throws IOException, AutomationException
getMaintenanceDate
in interface IRPFItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLatitude(String pLatitude) throws IOException, AutomationException
setLatitude
in interface IRPFItemURI
pLatitude
- The pLatitude (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLatitude() throws IOException, AutomationException
getLatitude
in interface IRPFItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLongitude(String pLongitude) throws IOException, AutomationException
setLongitude
in interface IRPFItemURI
pLongitude
- The pLongitude (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getLongitude() throws IOException, AutomationException
getLongitude
in interface IRPFItemURI
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int compare(IItemURI pItemURI) throws IOException, AutomationException
compare
in interface IItemURICompare
pItemURI
- A reference to a com.esri.arcgis.datasourcesraster.IItemURI (in)
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 |