public interface IRPFItemURI
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID011b6933_85c1_408b_9a2e_d7e676936063 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID011b6933_85c1_408b_9a2e_d7e676936063
static final int xxDummy
static final java.lang.String IID
void setProductionDate(java.lang.String pProductionDate) throws java.io.IOException, AutomationException
pProductionDate
- The pProductionDate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getProductionDate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDTEDEdition() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDTEDEdition(java.lang.String pEdition) throws java.io.IOException, AutomationException
pEdition
- The pEdition (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVersion(java.lang.String pVersion) throws java.io.IOException, AutomationException
pVersion
- The pVersion (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getVersion() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCompilationDate(java.lang.String pCompilationDate) throws java.io.IOException, AutomationException
pCompilationDate
- The pCompilationDate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getCompilationDate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaintenanceDate(java.lang.String pMaintenanceDate) throws java.io.IOException, AutomationException
pMaintenanceDate
- The pMaintenanceDate (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getMaintenanceDate() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLatitude(java.lang.String pLatitude) throws java.io.IOException, AutomationException
pLatitude
- The pLatitude (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLatitude() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLongitude(java.lang.String pLongitude) throws java.io.IOException, AutomationException
pLongitude
- The pLongitude (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getLongitude() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.