|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geoanalyst.RasterTransformationOp
public class RasterTransformationOp
COM Class 'RasterTransformationOp'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'
Description 'Esri Transformation operations class.' 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 |
---|
Fields inherited from interface com.esri.arcgis.geoanalyst.IRasterAnalysisEnvironment |
---|
IID, IID3297e9c5_93a1_11d2_9f33_00c04f8ed1d7, xxDummy |
Fields inherited from interface com.esri.arcgis.geoanalyst.IGeoAnalysisEnvironment |
---|
IID3297e9c8_93a1_11d2_9f33_00c04f8ed1d7 |
Fields inherited from interface com.esri.arcgis.geoanalyst.IRasterAnalysisGDBEnvironment |
---|
IID, IID823763c2_2855_43d2_88cf_321815c17685, xxDummy |
Fields inherited from interface com.esri.arcgis.geoanalyst.IRasterAnalysisGlobalEnvironment |
---|
IID, IID5aa98a9d_7f47_4d69_ad97_0fe4893f5dee, xxDummy |
Fields inherited from interface com.esri.arcgis.geoanalyst.IRasterOpBase |
---|
IID, IID3a6957fc_a3f2_4a62_99da_5362833777f3, xxDummy |
Fields inherited from interface com.esri.arcgis.geoanalyst.ITransformationOp |
---|
IID, IID640e4db6_f223_11d3_a07f_00c04f68e699, xxDummy |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Constructor Summary | |
---|---|
RasterTransformationOp()
Constructs a RasterTransformationOp using ArcGIS Engine. |
|
RasterTransformationOp(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterTransformationOp theRasterTransformationOp = (RasterTransformationOp) obj; |
Method Summary | |
---|---|
void |
addOutputDatasetName(int index,
IDatasetName pOutName)
Adds an output dataset name to the specified index. |
IGeoDataset |
clip(IGeoDataset geoDataset,
IEnvelope rectangle)
Subsets a raster using a rectangle. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IGeoDataset |
flip(IGeoDataset geoDataset)
Flips a raster along the horizontal axis. |
void |
getCellSize(int[] envType,
double[] cellSize)
Gets the type and value of cell size in the RasterAnalysis. |
static java.lang.String |
getClsid()
getClsid. |
int |
getCompressionType()
The type and value of compression in the RasterAnalysis. |
java.lang.String |
getConfigurationKeyword()
The configuration keyword in the RasterAnalysis. |
java.lang.String |
getDefaultOutputRasterPrefix()
The default output raster prefix. |
java.lang.String |
getDefaultOutputVectorPrefix()
The default output vector prefix. |
void |
getExtent(int[] envType,
IEnvelope[] extent)
Gets the type and values of extent in the RasterAnalysis. |
ISpatialReference |
getGDBDomains()
The XY, Z and M domains in the RasterAnalysis. |
java.lang.String |
getIgnoredValue()
The ignored value in statistics calculation in RasterAnalysis. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getJpegQuality()
Jpeg compression quality in the RasterAnalysis. |
IGeoDataset |
getMask()
Mask allows processing to occur only for a selected set of cells. |
int |
getMosaicType()
The mosaic type in the RasterAnalysis. |
ISpatialReference |
getOutSpatialReference()
The output spatial reference of GeoAnalysis. |
IWorkspace |
getOutWorkspace()
The output workspace of GeoAnalysis. |
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 |
getVerifyType()
The verify type of 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. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isAvoidDataConversion()
Indicates weather to avoid data conversion 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. |
IGeoDataset |
mirror(IGeoDataset geoDataset)
Mirrors a raster along the vertical axis. |
IGeoDataset |
mosaic(IRasterBandCollection collectionOfRasters,
int mosaicType)
Creates one raster from two or more adjacent rasters and makes a smooth transition over the overlapping areas of the neighboring rasters. |
IGeoDataset |
projectFast(IGeoDataset geoDataset,
ISpatialReference newSpatialReference,
int resampleType,
java.lang.Object cellSize)
Converts a raster between two coordinate systems on region bases. |
void |
release()
Release a RasterTransformationOp. |
IGeoDataset |
resample(IGeoDataset geoDataset,
double newCellsize,
int resampleType)
Resamples raster to a new cell size. |
IGeoDataset |
reScale(IGeoDataset inData,
double xScale,
double yScale)
Scales the coordinates of a raster. |
void |
reset()
Remove all previously stored default rasteranalysis environments. |
void |
restoreToPreviousDefaultEnvironment()
Restores to the previous default raster analysis environment. |
IGeoDataset |
rotate(IGeoDataset geoDataset,
int resampleType,
double angle,
java.lang.Object origin)
Rotates a raster around a point by a specified angle. |
void |
setAsNewDefaultEnvironment()
Sets the raster analysis environment of the object as new default environment. |
void |
setAvoidDataConversion(boolean bAvoid)
Indicates weather to avoid data conversion 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 |
setCellSize(int envType,
java.lang.Object cellSizeProvider)
Sets the type and value of cell size in the RasterAnalysis. |
void |
setCompressionType(int compressionType)
The type and value of compression in the RasterAnalysis. |
void |
setConfigurationKeyword(java.lang.String configKeyword)
The configuration keyword in the RasterAnalysis. |
void |
setDefaultOutputRasterPrefix(java.lang.String rasterPrefix)
The default output raster prefix. |
void |
setDefaultOutputVectorPrefix(java.lang.String vectorPrefix)
The default output vector prefix. |
void |
setExtent(int envType,
java.lang.Object extentProvider,
java.lang.Object snapRasterData)
Sets the type and values of extent 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(java.lang.String ignoredValue)
The ignored value in statistics calculation in RasterAnalysis. |
void |
setJpegQuality(int jpegQuality)
Jpeg compression quality in the RasterAnalysis. |
void |
setMaskByRef(IGeoDataset mask)
Mask allows processing to occur only for a selected set of cells. |
void |
setMosaicType(int mosaicType)
The mosaic type in the RasterAnalysis. |
void |
setOutputDatasetNameArrayByRef(IArray rhs1)
Puts output name array. |
void |
setOutSpatialReferenceByRef(ISpatialReference spatialReference)
The output spatial reference of GeoAnalysis. |
void |
setOutWorkspaceByRef(IWorkspace workspace)
The output workspace of GeoAnalysis. |
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 |
setVerifyType(int verifyType)
The verify type of 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. |
IGeoDataset |
shift(IGeoDataset geoDataset,
double xShift,
double yShift,
java.lang.Object pSnapRasterData)
Shifts the coordinates of a raster. |
IGeoDataset |
warp(IGeoDataset geoDataset,
IPointCollection sourceControlPoints,
IPointCollection targetControlPoints,
int transformType,
int resampleType)
Transforms a raster along a set of links using a polynomial transformation. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RasterTransformationOp() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic RasterTransformationOp(java.lang.Object obj) throws java.io.IOException
RasterTransformationOp theRasterTransformationOp = (RasterTransformationOp) obj;
obj
to RasterTransformationOp
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void setCellSize(int envType, java.lang.Object cellSizeProvider) throws java.io.IOException, AutomationException
setCellSize
in interface IRasterAnalysisEnvironment
envType
- A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (in)cellSizeProvider
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getCellSize(int[] envType, double[] cellSize) throws java.io.IOException, AutomationException
getCellSize
in interface IRasterAnalysisEnvironment
envType
- A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (out: use single element array)cellSize
- The cellSize (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setExtent(int envType, java.lang.Object extentProvider, java.lang.Object snapRasterData) throws java.io.IOException, AutomationException
setExtent
in interface IRasterAnalysisEnvironment
envType
- A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (in)extentProvider
- A Variant (in, optional, pass null if not required)snapRasterData
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getExtent(int[] envType, IEnvelope[] extent) throws java.io.IOException, AutomationException
getExtent
in interface IRasterAnalysisEnvironment
envType
- A com.esri.arcgis.geoanalyst.esriRasterEnvSettingEnum constant (out: use single element array)extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaskByRef(IGeoDataset mask) throws java.io.IOException, AutomationException
setMaskByRef
in interface IRasterAnalysisEnvironment
mask
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset getMask() throws java.io.IOException, AutomationException
getMask
in interface IRasterAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVerifyType(int verifyType) throws java.io.IOException, AutomationException
setVerifyType
in interface IRasterAnalysisEnvironment
verifyType
- A com.esri.arcgis.geoanalyst.esriRasterVerifyEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getVerifyType() throws java.io.IOException, AutomationException
getVerifyType
in interface IRasterAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefaultOutputRasterPrefix() throws java.io.IOException, AutomationException
getDefaultOutputRasterPrefix
in interface IRasterAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultOutputRasterPrefix(java.lang.String rasterPrefix) throws java.io.IOException, AutomationException
setDefaultOutputRasterPrefix
in interface IRasterAnalysisEnvironment
rasterPrefix
- The rasterPrefix (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDefaultOutputVectorPrefix() throws java.io.IOException, AutomationException
getDefaultOutputVectorPrefix
in interface IRasterAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaultOutputVectorPrefix(java.lang.String vectorPrefix) throws java.io.IOException, AutomationException
setDefaultOutputVectorPrefix
in interface IRasterAnalysisEnvironment
vectorPrefix
- The vectorPrefix (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAsNewDefaultEnvironment() throws java.io.IOException, AutomationException
setAsNewDefaultEnvironment
in interface IRasterAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void restoreToPreviousDefaultEnvironment() throws java.io.IOException, AutomationException
restoreToPreviousDefaultEnvironment
in interface IRasterAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void reset() throws java.io.IOException, AutomationException
reset
in interface IRasterAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutWorkspaceByRef(IWorkspace workspace) throws java.io.IOException, AutomationException
setOutWorkspaceByRef
in interface IGeoAnalysisEnvironment
workspace
- A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IWorkspace getOutWorkspace() throws java.io.IOException, AutomationException
getOutWorkspace
in interface IGeoAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutSpatialReferenceByRef(ISpatialReference spatialReference) throws java.io.IOException, AutomationException
setOutSpatialReferenceByRef
in interface IGeoAnalysisEnvironment
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getOutSpatialReference() throws java.io.IOException, AutomationException
getOutSpatialReference
in interface IGeoAnalysisEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGlobeOptimized(boolean globeOptimized) throws java.io.IOException, AutomationException
setGlobeOptimized
in interface IRasterAnalysisGDBEnvironment
globeOptimized
- The globeOptimized (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isGlobeOptimized() throws java.io.IOException, AutomationException
isGlobeOptimized
in interface IRasterAnalysisGDBEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMosaicType(int mosaicType) throws java.io.IOException, AutomationException
setMosaicType
in interface IRasterAnalysisGDBEnvironment
mosaicType
- A com.esri.arcgis.datasourcesraster.rstMosaicOperatorType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMosaicType() throws java.io.IOException, AutomationException
getMosaicType
in interface IRasterAnalysisGDBEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCompressionType(int compressionType) throws java.io.IOException, AutomationException
setCompressionType
in interface IRasterAnalysisGDBEnvironment
compressionType
- A com.esri.arcgis.geoanalyst.esriRasterGDBCompressionEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getCompressionType() throws java.io.IOException, AutomationException
getCompressionType
in interface IRasterAnalysisGDBEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setJpegQuality(int jpegQuality) throws java.io.IOException, AutomationException
setJpegQuality
in interface IRasterAnalysisGDBEnvironment
jpegQuality
- The jpegQuality (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getJpegQuality() throws java.io.IOException, AutomationException
getJpegQuality
in interface IRasterAnalysisGDBEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBuildPyramid(boolean buildParamid) throws java.io.IOException, AutomationException
setBuildPyramid
in interface IRasterAnalysisGDBEnvironment
buildParamid
- The buildParamid (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBuildPyramid() throws java.io.IOException, AutomationException
isBuildPyramid
in interface IRasterAnalysisGDBEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPyramidResampleType(int resampleType) throws java.io.IOException, AutomationException
setPyramidResampleType
in interface IRasterAnalysisGDBEnvironment
resampleType
- A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPyramidResampleType() throws java.io.IOException, AutomationException
getPyramidResampleType
in interface IRasterAnalysisGDBEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPyramidLevel(int level) throws java.io.IOException, AutomationException
setPyramidLevel
in interface IRasterAnalysisGDBEnvironment
level
- The level (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getPyramidLevel() throws java.io.IOException, AutomationException
getPyramidLevel
in interface IRasterAnalysisGDBEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setCalculateStatistics(boolean calculateStatistics) throws java.io.IOException, AutomationException
setCalculateStatistics
in interface IRasterAnalysisGDBEnvironment
calculateStatistics
- The calculateStatistics (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isCalculateStatistics() throws java.io.IOException, AutomationException
isCalculateStatistics
in interface IRasterAnalysisGDBEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setXSkipFactor(int xSkipFactor) throws java.io.IOException, AutomationException
setXSkipFactor
in interface IRasterAnalysisGDBEnvironment
xSkipFactor
- The xSkipFactor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getXSkipFactor() throws java.io.IOException, AutomationException
getXSkipFactor
in interface IRasterAnalysisGDBEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setYSkipFactor(int ySkipFactor) throws java.io.IOException, AutomationException
setYSkipFactor
in interface IRasterAnalysisGDBEnvironment
ySkipFactor
- The ySkipFactor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getYSkipFactor() throws java.io.IOException, AutomationException
getYSkipFactor
in interface IRasterAnalysisGDBEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIgnoredValue(java.lang.String ignoredValue) throws java.io.IOException, AutomationException
setIgnoredValue
in interface IRasterAnalysisGDBEnvironment
ignoredValue
- The ignoredValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getIgnoredValue() throws java.io.IOException, AutomationException
getIgnoredValue
in interface IRasterAnalysisGDBEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTileWidth(int tileWidth) throws java.io.IOException, AutomationException
setTileWidth
in interface IRasterAnalysisGDBEnvironment
tileWidth
- The tileWidth (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTileWidth() throws java.io.IOException, AutomationException
getTileWidth
in interface IRasterAnalysisGDBEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTileHeight(int tileHeight) throws java.io.IOException, AutomationException
setTileHeight
in interface IRasterAnalysisGDBEnvironment
tileHeight
- The tileHeight (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getTileHeight() throws java.io.IOException, AutomationException
getTileHeight
in interface IRasterAnalysisGDBEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setConfigurationKeyword(java.lang.String configKeyword) throws java.io.IOException, AutomationException
setConfigurationKeyword
in interface IRasterAnalysisGDBEnvironment
configKeyword
- The configKeyword (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getConfigurationKeyword() throws java.io.IOException, AutomationException
getConfigurationKeyword
in interface IRasterAnalysisGDBEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setGDBDomainsByRef(ISpatialReference domainsSpRef) throws java.io.IOException, AutomationException
setGDBDomainsByRef
in interface IRasterAnalysisGDBEnvironment
domainsSpRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getGDBDomains() throws java.io.IOException, AutomationException
getGDBDomains
in interface IRasterAnalysisGDBEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAvoidDataConversion(boolean bAvoid) throws java.io.IOException, AutomationException
setAvoidDataConversion
in interface IRasterAnalysisGlobalEnvironment
bAvoid
- The bAvoid (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAvoidDataConversion() throws java.io.IOException, AutomationException
isAvoidDataConversion
in interface IRasterAnalysisGlobalEnvironment
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addOutputDatasetName(int index, IDatasetName pOutName) throws java.io.IOException, AutomationException
addOutputDatasetName
in interface IRasterOpBase
index
- The index (in)pOutName
- A reference to a com.esri.arcgis.geodatabase.IDatasetName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOutputDatasetNameArrayByRef(IArray rhs1) throws java.io.IOException, AutomationException
setOutputDatasetNameArrayByRef
in interface IRasterOpBase
rhs1
- A reference to a com.esri.arcgis.system.IArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset flip(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
flip
in interface ITransformationOp
geoDataset
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset mirror(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
mirror
in interface ITransformationOp
geoDataset
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset shift(IGeoDataset geoDataset, double xShift, double yShift, java.lang.Object pSnapRasterData) throws java.io.IOException, AutomationException
shift
in interface ITransformationOp
geoDataset
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)xShift
- The xShift (in)yShift
- The yShift (in)pSnapRasterData
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset reScale(IGeoDataset inData, double xScale, double yScale) throws java.io.IOException, AutomationException
reScale
in interface ITransformationOp
inData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)xScale
- The xScale (in)yScale
- The yScale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset rotate(IGeoDataset geoDataset, int resampleType, double angle, java.lang.Object origin) throws java.io.IOException, AutomationException
rotate
in interface ITransformationOp
geoDataset
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)resampleType
- A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant (in)angle
- The angle (in)origin
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset clip(IGeoDataset geoDataset, IEnvelope rectangle) throws java.io.IOException, AutomationException
clip
in interface ITransformationOp
geoDataset
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)rectangle
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset resample(IGeoDataset geoDataset, double newCellsize, int resampleType) throws java.io.IOException, AutomationException
resample
in interface ITransformationOp
geoDataset
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)newCellsize
- The newCellsize (in)resampleType
- A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset warp(IGeoDataset geoDataset, IPointCollection sourceControlPoints, IPointCollection targetControlPoints, int transformType, int resampleType) throws java.io.IOException, AutomationException
warp
in interface ITransformationOp
geoDataset
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)sourceControlPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)targetControlPoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)transformType
- A com.esri.arcgis.datasourcesraster.esriGeoTransTypeEnum constant (in)resampleType
- A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset projectFast(IGeoDataset geoDataset, ISpatialReference newSpatialReference, int resampleType, java.lang.Object cellSize) throws java.io.IOException, AutomationException
projectFast
in interface ITransformationOp
geoDataset
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)newSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)resampleType
- A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant (in)cellSize
- A Variant (in, optional, pass null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset mosaic(IRasterBandCollection collectionOfRasters, int mosaicType) throws java.io.IOException, AutomationException
mosaic
in interface ITransformationOp
collectionOfRasters
- A reference to a com.esri.arcgis.datasourcesraster.IRasterBandCollection (in)mosaicType
- A com.esri.arcgis.datasourcesraster.rstMosaicOperatorType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (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 |