|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterCatalogDisplayProps
COM Interface 'IRasterCatalogDisplayProps'. 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 |
IID27d0e52f_f170_4743_863a_4419fe70832d
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
int |
getDelayDraw()
The time in millisecond to delay the drawing of each raster. |
int |
getDisplayRasters()
Indicates whether to display rasters. |
int |
getResamplingType()
Resampling method for displaying a raster. |
ISymbol |
getSymbol()
The symbol of the layer. |
double |
getTransitionScale()
The scale value to transition between wireframe and raster display. |
boolean |
isDrawRastersOnly()
Indicates whether to draw the rasters only. |
boolean |
isRedrawDisplay()
Indicates whether the display should redraw the layer. |
boolean |
isUseScale()
Indicates whether the scale is use to control wireframe/raster display transition. |
void |
setDelayDraw(int ms)
The time in millisecond to delay the drawing of each raster. |
void |
setDisplayRasters(int pNum)
Indicates whether to display rasters. |
void |
setDrawRastersOnly(boolean b)
Indicates whether to draw the rasters only. |
void |
setRedrawDisplay(boolean b)
Indicates whether the display should redraw the layer. |
void |
setResamplingType(int pResamplingType)
Resampling method for displaying a raster. |
void |
setSymbolByRef(ISymbol ppSymbol)
The symbol of the layer. |
void |
setTransitionScale(double scale)
The scale value to transition between wireframe and raster display. |
void |
setUseScale(boolean b)
Indicates whether the scale is use to control wireframe/raster display transition. |
Field Detail |
---|
static final int IID27d0e52f_f170_4743_863a_4419fe70832d
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.void setUseScale(boolean b) throws java.io.IOException, AutomationException
b
- The b (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransitionScale(double scale) throws java.io.IOException, AutomationException
scale
- The scale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getTransitionScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isRedrawDisplay() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRedrawDisplay(boolean b) throws java.io.IOException, AutomationException
b
- The b (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDelayDraw() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDelayDraw(int ms) throws java.io.IOException, AutomationException
ms
- The ms (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getResamplingType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setResamplingType(int pResamplingType) throws java.io.IOException, AutomationException
pResamplingType
- A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDrawRastersOnly(boolean b) throws java.io.IOException, AutomationException
b
- The b (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDrawRastersOnly() throws java.io.IOException, AutomationException
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 |