|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterDefaultsEnv3
Provides access to members that control the default raster environment.
Method Summary | |
---|---|
int |
getMaximumBuildAttributeTableSize()
The maximum attribute table size that can be built. |
boolean |
isAssumeHomogeneousCatalog()
Indicates if raster catalogs can be assumed to be homogeneous. |
boolean |
isFavorWorldFile()
Indicates if the world file should overrides the raster dataset internal georeferencing. |
void |
setAssumeHomogeneousCatalog(boolean pHomogeneous)
Indicates if raster catalogs can be assumed to be homogeneous. |
void |
setFavorWorldFile(boolean pFavor)
Indicates if the world file should overrides the raster dataset internal georeferencing. |
void |
setMaximumBuildAttributeTableSize(int pSize)
The maximum attribute table size that can be built. |
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 setMaximumBuildAttributeTableSize(int pSize) throws IOException, AutomationException
pSize
- The pSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMaximumBuildAttributeTableSize() throws IOException, AutomationException
This property specifies the maximum limit for building a raster attribute table. The default is 65536.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFavorWorldFile(boolean pFavor) throws IOException, AutomationException
pFavor
- The pFavor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isFavorWorldFile() throws IOException, AutomationException
By default (returns as false), ArcGIS will read the internal spatial reference (map extent or projection info) of a raster dataset. If you want ArcGIS reads the world file of the raster dataset, set it to be true.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAssumeHomogeneousCatalog() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAssumeHomogeneousCatalog(boolean pHomogeneous) throws IOException, AutomationException
pHomogeneous
- The pHomogeneous (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 |