|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGPDataFile
Method Summary | |
---|---|
IGDSData |
getData()
The embedded data. |
String |
getDatasetName()
The embedded dataset name. |
String |
getDataType()
The embedded dataset type. |
String |
getFile()
The embedded data file. |
void |
setDataByRef(IGDSData ppData)
The embedded data. |
void |
setDatasetName(String name)
The embedded dataset name. |
void |
setDataType(String type)
The embedded dataset type. |
void |
setFile(String file)
The embedded data file. |
Method Detail |
---|
IGDSData getData() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataByRef(IGDSData ppData) throws IOException, AutomationException
ppData
- A reference to a com.esri.arcgis.geodatabasedistributed.IGDSData (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getFile() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFile(String file) throws IOException, AutomationException
file
- The file (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDatasetName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDatasetName(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDataType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataType(String type) throws IOException, AutomationException
type
- The type (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 |