|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IDEMosaicDataset
Provides access to a Mosaic Dataset Data Element.
Method Summary | |
---|---|
IStringArray |
getChildrenNames()
The mosaic dataset table names. |
Object |
getContent()
The mosaic dataset content. |
String |
getDefinitionQuery()
The definition query on raster catalog. |
IDERasterCatalog |
getDERasterCatalog()
The DE raster catalog. |
IPropertySet |
getParameters()
The mosaic dataset creation parameters. |
boolean |
isReferenced()
Indicates if this is a referenced mosaic dataset. |
void |
setChildrenNamesByRef(IStringArray ppNames)
The mosaic dataset table names. |
void |
setContent(Object pContent)
The mosaic dataset content. |
void |
setDefinitionQuery(String pQuery)
The definition query on raster catalog. |
void |
setDERasterCatalogByRef(IDERasterCatalog ppDECatalog)
The DE raster catalog. |
void |
setParametersByRef(IPropertySet ppParameters)
The mosaic dataset creation parameters. |
void |
setReferenced(boolean pReferenced)
Indicates if this is a referenced mosaic dataset. |
Method Detail |
---|
Object getContent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setContent(Object pContent) throws IOException, AutomationException
pContent
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isReferenced() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReferenced(boolean pReferenced) throws IOException, AutomationException
pReferenced
- The pReferenced (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IStringArray getChildrenNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setChildrenNamesByRef(IStringArray ppNames) throws IOException, AutomationException
ppNames
- A reference to a com.esri.arcgis.system.IStringArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDERasterCatalog getDERasterCatalog() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDERasterCatalogByRef(IDERasterCatalog ppDECatalog) throws IOException, AutomationException
ppDECatalog
- A reference to a com.esri.arcgis.geodatabase.IDERasterCatalog (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDefinitionQuery() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDefinitionQuery(String pQuery) throws IOException, AutomationException
pQuery
- The pQuery (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPropertySet getParameters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setParametersByRef(IPropertySet ppParameters) throws IOException, AutomationException
ppParameters
- A reference to a com.esri.arcgis.system.IPropertySet (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 |