|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterAnalysisGDBEnvironment
Provides access to members that control the environment for Geodatabase raster analysis.
Method Summary | |
---|---|
int |
getCompressionType()
The type and value of compression in the RasterAnalysis. |
String |
getConfigurationKeyword()
The configuration keyword in the RasterAnalysis. |
ISpatialReference |
getGDBDomains()
The XY, Z and M domains in the RasterAnalysis. |
String |
getIgnoredValue()
The ignored value in statistics calculation in RasterAnalysis. |
int |
getJpegQuality()
Jpeg compression quality in the RasterAnalysis. |
int |
getMosaicType()
The mosaic type in the RasterAnalysis. |
int |
getPyramidLevel()
The level in pyramid building in the RasterAnalysis. |
int |
getPyramidResampleType()
The resample type in pyramid building in the RasterAnalysis. |
int |
getTileHeight()
The GeoDatabase tile height in the RasterAnalysis. |
int |
getTileWidth()
The GeoDatabase tile width in the RasterAnalysis. |
int |
getXSkipFactor()
The skip factor in X direction in statistics calculation in the RasterAnalysis. |
int |
getYSkipFactor()
The skip factor in Y direction in statistics calculation in the RasterAnalysis. |
boolean |
isBuildPyramid()
Indicates if the pyramid building in the RasterAnalysis. |
boolean |
isCalculateStatistics()
Indicates if the statistics calculation in the RasterAnalysis. |
boolean |
isGlobeOptimized()
Indicates if the globe optimized type in the RasterAnalysis. |
void |
setBuildPyramid(boolean buildParamid)
Indicates if the pyramid building in the RasterAnalysis. |
void |
setCalculateStatistics(boolean calculateStatistics)
Indicates if the statistics calculation in the RasterAnalysis. |
void |
setCompressionType(int compressionType)
The type and value of compression in the RasterAnalysis. |
void |
setConfigurationKeyword(String configKeyword)
The configuration keyword in the RasterAnalysis. |
void |
setGDBDomainsByRef(ISpatialReference domainsSpRef)
The XY, Z and M domains in the RasterAnalysis. |
void |
setGlobeOptimized(boolean globeOptimized)
Indicates if the globe optimized type in the RasterAnalysis. |
void |
setIgnoredValue(String ignoredValue)
The ignored value in statistics calculation in RasterAnalysis. |
void |
setJpegQuality(int jpegQuality)
Jpeg compression quality in the RasterAnalysis. |
void |
setMosaicType(int mosaicType)
The mosaic type in the RasterAnalysis. |
void |
setPyramidLevel(int level)
The level in pyramid building in the RasterAnalysis. |
void |
setPyramidResampleType(int resampleType)
The resample type in pyramid building in the RasterAnalysis. |
void |
setTileHeight(int tileHeight)
The GeoDatabase tile height in the RasterAnalysis. |
void |
setTileWidth(int tileWidth)
The GeoDatabase tile width in the RasterAnalysis. |
void |
setXSkipFactor(int xSkipFactor)
The skip factor in X direction in statistics calculation in the RasterAnalysis. |
void |
setYSkipFactor(int ySkipFactor)
The skip factor in Y direction in statistics calculation in the RasterAnalysis. |
Method Detail |
---|
void setGlobeOptimized(boolean globeOptimized) throws IOException, AutomationException
globeOptimized
- The globeOptimized (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isGlobeOptimized() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMosaicType(int mosaicType) throws IOException, AutomationException
mosaicType
- A com.esri.arcgis.datasourcesraster.rstMosaicOperatorType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMosaicType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCompressionType(int compressionType) throws IOException, AutomationException
compressionType
- A com.esri.arcgis.geoanalyst.esriRasterGDBCompressionEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCompressionType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setJpegQuality(int jpegQuality) throws IOException, AutomationException
jpegQuality
- The jpegQuality (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getJpegQuality() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBuildPyramid(boolean buildParamid) throws IOException, AutomationException
buildParamid
- The buildParamid (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isBuildPyramid() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPyramidResampleType(int resampleType) throws IOException, AutomationException
resampleType
- A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPyramidResampleType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPyramidLevel(int level) throws IOException, AutomationException
level
- The level (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getPyramidLevel() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCalculateStatistics(boolean calculateStatistics) throws IOException, AutomationException
calculateStatistics
- The calculateStatistics (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCalculateStatistics() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXSkipFactor(int xSkipFactor) throws IOException, AutomationException
xSkipFactor
- The xSkipFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getXSkipFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYSkipFactor(int ySkipFactor) throws IOException, AutomationException
ySkipFactor
- The ySkipFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getYSkipFactor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setIgnoredValue(String ignoredValue) throws IOException, AutomationException
ignoredValue
- The ignoredValue (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getIgnoredValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTileWidth(int tileWidth) throws IOException, AutomationException
tileWidth
- The tileWidth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTileWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTileHeight(int tileHeight) throws IOException, AutomationException
tileHeight
- The tileHeight (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getTileHeight() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setConfigurationKeyword(String configKeyword) throws IOException, AutomationException
configKeyword
- The configKeyword (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getConfigurationKeyword() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGDBDomainsByRef(ISpatialReference domainsSpRef) throws IOException, AutomationException
domainsSpRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getGDBDomains() 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 |