|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMosaicLayer
COM Interface 'IMosaicLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the Mosaic layer.' 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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IIDef80da8f_686b_4d8e_87ed_c2213273632f
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
createFromFilePath(java.lang.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. |
java.lang.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. |
Field Detail |
---|
static final int IIDef80da8f_686b_4d8e_87ed_c2213273632f
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getFilePath() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMosaicDataset getMosaicDataset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureLayer getFootprintLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureLayer getBoundaryLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IImageServerLayer getPreviewLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureLayer getSeamlineLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createFromMosaicDataset(IMosaicDataset mosaicDataset) throws java.io.IOException, AutomationException
mosaicDataset
- A reference to a com.esri.arcgis.datasourcesraster.IMosaicDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void createFromFilePath(java.lang.String filePath) throws java.io.IOException, AutomationException
filePath
- The filePath (in)
java.io.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 |