com.esri.arcgis.datasourcesraster
Interface IRPFItemURI

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IRPFItemURIProxy, RPFItemURI

public interface IRPFItemURI
extends java.io.Serializable

COM Interface 'IRPFItemURI'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control an RPF or DTED item URI.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID011b6933_85c1_408b_9a2e_d7e676936063
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getCompilationDate()
          The data compilation date associated with the DTED file.
 java.lang.String getDTEDEdition()
          The data edition associated with the DTED file.
 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.
 java.lang.String getProductionDate()
          Production date associated with the RPF file.
 java.lang.String getVersion()
          The data version associated with the RPF/DTED file.
 void setCompilationDate(java.lang.String pCompilationDate)
          The data compilation date associated with the DTED file.
 void setDTEDEdition(java.lang.String pEdition)
          The data edition associated with the DTED file.
 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 setVersion(java.lang.String pVersion)
          The data version associated with the RPF/DTED file.
 

Field Detail

IID011b6933_85c1_408b_9a2e_d7e676936063

static final int IID011b6933_85c1_408b_9a2e_d7e676936063
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setProductionDate

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

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

getProductionDate

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

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

getDTEDEdition

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

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

setDTEDEdition

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

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

setVersion

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

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

getVersion

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

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

setCompilationDate

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

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

getCompilationDate

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

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

setMaintenanceDate

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

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

getMaintenanceDate

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

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

setLatitude

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

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

getLatitude

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

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

setLongitude

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

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

getLongitude

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

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