|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDefaultsEnv4
Provides access to members that control the default raster environment.
This interface is new at ArcGIS 9.3. It supersedes IRasterDefaultsEnv, IRasterDefaultsEnv2, and IRasterDefaultsEnv3.
Method Summary | |
---|---|
int |
getMaximumRastersColorMatching()
The maximum number of rasters for color matching. |
boolean |
isAskSubdatasetSelection()
Indicates if the subdataset selection dialog should pop up. |
boolean |
isDisplayWithContrastStretch()
Indicates if displaying raster datasets with contrast stretching as default. |
void |
setAskSubdatasetSelection(boolean pAsk)
Indicates if the subdataset selection dialog should pop up. |
void |
setDisplayWithContrastStretch(boolean pStretch)
Indicates if displaying raster datasets with contrast stretching as default. |
void |
setMaximumRastersColorMatching(int pSize)
The maximum number of rasters for color matching. |
Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv3 |
---|
getMaximumBuildAttributeTableSize, isAssumeHomogeneousCatalog, isFavorWorldFile, setAssumeHomogeneousCatalog, setFavorWorldFile, setMaximumBuildAttributeTableSize |
Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv2 |
---|
getMaxTableSize, getProxyFilePath, getRenderingMode, getResampling, setMaxTableSize, setProxyFilePath, setRenderingMode, setResampling, updateAll |
Methods inherited from interface com.esri.arcgis.carto.IRasterDefaultsEnv |
---|
getFormat, getNumFormats, getPyramidCreateOpt, isUseExtChecking, query3BandRGB, query4BandRGB, set3BandRGB, set4BandRGB, setPyramidCreateOpt, setUseExtChecking |
Method Detail |
---|
void setAskSubdatasetSelection(boolean pAsk) throws IOException, AutomationException
pAsk
- The pAsk (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAskSubdatasetSelection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayWithContrastStretch(boolean pStretch) throws IOException, AutomationException
pStretch
- The pStretch (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDisplayWithContrastStretch() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaximumRastersColorMatching(int pSize) throws IOException, AutomationException
pSize
- The pSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaximumRastersColorMatching() throws IOException, AutomationException
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 |