|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRPFItemURI
Provides access to members that control an RPF or DTED item URI.
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 |
---|
void setProductionDate(String pProductionDate) throws IOException, AutomationException
pProductionDate
- The pProductionDate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getProductionDate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDTEDEdition() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDTEDEdition(String pEdition) throws IOException, AutomationException
pEdition
- The pEdition (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVersion(String pVersion) throws IOException, AutomationException
pVersion
- The pVersion (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getVersion() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCompilationDate(String pCompilationDate) throws IOException, AutomationException
pCompilationDate
- The pCompilationDate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getCompilationDate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaintenanceDate(String pMaintenanceDate) throws IOException, AutomationException
pMaintenanceDate
- The pMaintenanceDate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getMaintenanceDate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLatitude(String pLatitude) throws IOException, AutomationException
pLatitude
- The pLatitude (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLatitude() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLongitude(String pLongitude) throws IOException, AutomationException
pLongitude
- The pLongitude (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getLongitude() throws IOException, AutomationException
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 |