|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMosaicLayer
Provides access to members that control the Mosaic layer.
Method Summary | |
---|---|
void |
createFromFilePath(String filePath)
Creates the layer from a file path to the mosaic dataset |
void |
createFromMosaicDataset(IMosaicDataset mosaicDataset)
Creates the layer from the mosaic dataset |
IFeatureLayer |
getBoundaryLayer()
The Boundary layer referenced by the Mosaic Layer. |
String |
getFilePath()
Filepath of the data source. |
IFeatureLayer |
getFootprintLayer()
The footprint layer referenced by the Mosaic Layer. |
IMosaicDataset |
getMosaicDataset()
The Mosaic Dataset referenced by the Mosaic Layer. |
IImageServerLayer |
getPreviewLayer()
The preview layer referenced by the Mosaic Layer. |
IFeatureLayer |
getSeamlineLayer()
The seamline layer referenced by the Mosaic Layer. |
Method Detail |
---|
String getFilePath() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMosaicDataset getMosaicDataset() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureLayer getFootprintLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureLayer getBoundaryLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IImageServerLayer getPreviewLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureLayer getSeamlineLayer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createFromMosaicDataset(IMosaicDataset mosaicDataset) throws IOException, AutomationException
mosaicDataset
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createFromFilePath(String filePath) throws IOException, AutomationException
filePath
- The filePath (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 |