|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterCatalogLayer
COM Interface 'IRasterCatalogLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that create or modify a raster catalog.' 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 |
IIDaf9930f0_f61e_11d3_8d6c_00c04f5b87b2
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
create(IRasterCatalogTable pCatalog)
Creates a raster catalog layer. |
IRasterCatalogTable |
getCatalogTable()
Raster catalog table. |
int |
getDisplayRasters()
Indicates whether to display rasters. |
int |
getPrimaryField()
Layer's primary field. |
IRasterRenderer |
getRenderer()
Layer's RasterRenderer. |
ISymbol |
getSymbol()
Layer's symbol. |
void |
setDisplayRasters(int pNum)
Indicates whether to display rasters. |
void |
setPrimaryField(int pnField)
Layer's primary field. |
void |
setRendererByRef(IRasterRenderer renderer)
Layer's RasterRenderer. |
void |
setSymbolByRef(ISymbol ppSymbol)
Layer's symbol. |
Methods inherited from interface com.esri.arcgis.carto.ILayer |
---|
draw, getAreaOfInterest, getMaximumScale, getMinimumScale, getName, getSupportedDrawPhases, getTipText, isCached, isShowTips, isValid, isVisible, setCached, setMaximumScale, setMinimumScale, setName, setShowTips, setSpatialReferenceByRef, setVisible |
Field Detail |
---|
static final int IIDaf9930f0_f61e_11d3_8d6c_00c04f5b87b2
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void create(IRasterCatalogTable pCatalog) throws java.io.IOException, AutomationException
pCatalog
- A reference to a com.esri.arcgis.datasourcesraster.IRasterCatalogTable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterCatalogTable getCatalogTable() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPrimaryField(int pnField) throws java.io.IOException, AutomationException
pnField
- The pnField (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPrimaryField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IRasterRenderer getRenderer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRendererByRef(IRasterRenderer renderer) throws java.io.IOException, AutomationException
renderer
- A reference to a com.esri.arcgis.carto.IRasterRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDisplayRasters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayRasters(int pNum) throws java.io.IOException, AutomationException
pNum
- The pNum (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISymbol getSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSymbolByRef(ISymbol ppSymbol) throws java.io.IOException, AutomationException
ppSymbol
- A reference to a com.esri.arcgis.display.ISymbol (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 |