com.esri.arcgis.datasourcesraster
Interface IRPFItemURI

All Superinterfaces:
Serializable
All Known Implementing Classes:
RPFItemURI

public interface IRPFItemURI
extends Serializable

Provides access to members that control an RPF or DTED item URI.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Method Summary
 String getCompilationDate()
          The data compilation date associated with the DTED file.
 String getDTEDEdition()
          The data edition associated with the DTED file.
 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.
 String getProductionDate()
          Production date associated with the RPF file.
 String getVersion()
          The data version associated with the RPF/DTED file.
 void setCompilationDate(String pCompilationDate)
          The data compilation date associated with the DTED file.
 void setDTEDEdition(String pEdition)
          The data edition associated with the DTED file.
 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 setVersion(String pVersion)
          The data version associated with the RPF/DTED file.
 

Method Detail

setProductionDate

void setProductionDate(String pProductionDate)
                       throws IOException,
                              AutomationException
Production date associated with the RPF file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pProductionDate - The pProductionDate (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getProductionDate

String getProductionDate()
                         throws IOException,
                                AutomationException
Production date associated with the RPF file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pProductionDate
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDTEDEdition

String getDTEDEdition()
                      throws IOException,
                             AutomationException
The data edition associated with the DTED file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pEdition
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDTEDEdition

void setDTEDEdition(String pEdition)
                    throws IOException,
                           AutomationException
The data edition associated with the DTED file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pEdition - The pEdition (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVersion

void setVersion(String pVersion)
                throws IOException,
                       AutomationException
The data version associated with the RPF/DTED file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pVersion - The pVersion (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getVersion

String getVersion()
                  throws IOException,
                         AutomationException
The data version associated with the RPF/DTED file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pVersion
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCompilationDate

void setCompilationDate(String pCompilationDate)
                        throws IOException,
                               AutomationException
The data compilation date associated with the DTED file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pCompilationDate - The pCompilationDate (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCompilationDate

String getCompilationDate()
                          throws IOException,
                                 AutomationException
The data compilation date associated with the DTED file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pCompilationDate
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaintenanceDate

void setMaintenanceDate(String pMaintenanceDate)
                        throws IOException,
                               AutomationException
The maintenance date associated with the DTED file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pMaintenanceDate - The pMaintenanceDate (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaintenanceDate

String getMaintenanceDate()
                          throws IOException,
                                 AutomationException
The maintenance date associated with the DTED file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pMaintenanceDate
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLatitude

void setLatitude(String pLatitude)
                 throws IOException,
                        AutomationException
The latitude associated with the DTED file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pLatitude - The pLatitude (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLatitude

String getLatitude()
                   throws IOException,
                          AutomationException
The latitude associated with the DTED file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pLatitude
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLongitude

void setLongitude(String pLongitude)
                  throws IOException,
                         AutomationException
The longitude associated with the DTED file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Parameters:
pLongitude - The pLongitude (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLongitude

String getLongitude()
                    throws IOException,
                           AutomationException
The longitude associated with the DTED file.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Returns:
The pLongitude
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.