|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.geoanalyst.RasterInterpolationOp
public class RasterInterpolationOp
COM Class 'RasterInterpolationOp'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoAnalyst.olb'
Description 'Raster interpolation operation 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.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.IInterpolationOp |
---|
IID, IIDd3ce7322_9546_11d2_9f34_00c04f8ed1d7, xxDummy |
Fields inherited from interface com.esri.arcgis.geoanalyst.IInterpolationOp2 |
---|
IID, IIDd91b6722_30a8_4663_b5c5_a3a76c522bab, xxDummy |
Fields inherited from interface com.esri.arcgis.geoanalyst.IInterpolationOp3 |
---|
IID, IID4bc64b50_51ef_4d19_a56d_7c10521dface, xxDummy |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Constructor Summary | |
---|---|
RasterInterpolationOp()
Constructs a RasterInterpolationOp using ArcGIS Engine. |
|
RasterInterpolationOp(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterInterpolationOp theRasterInterpolationOp = (RasterInterpolationOp) obj; |
Method Summary | |
---|---|
void |
addOutputDatasetName(int index,
IDatasetName pOutName)
Adds an output dataset name to the specified index. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
getCellSize(int[] envType,
double[] cellSize)
Gets the type and value of cell size in the RasterAnalysis. |
static java.lang.String |
getClsid()
getClsid. |
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. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IGeoDataset |
getMask()
Mask allows processing to occur only for a selected set of cells. |
ISpatialReference |
getOutSpatialReference()
The output spatial reference of GeoAnalysis. |
IWorkspace |
getOutWorkspace()
The output workspace of GeoAnalysis. |
int |
getVerifyType()
The verify type of the RasterAnalysis. |
int |
hashCode()
the hashcode for this object |
IGeoDataset |
iDW(IGeoDataset geoData,
double power,
IRasterRadius radius,
java.lang.Object barrier)
Interpolates using IDW. |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isAvoidDataConversion()
Indicates weather to avoid data conversion in the RasterAnalysis. |
IGeoDataset |
krige(IGeoDataset geoData,
int semiVariogramType,
IRasterRadius radius,
boolean outSemiVariance,
java.lang.Object barrier)
Interpolates using kriging. |
IGeoDataset |
naturalNeighbor(IGeoDataset geoDataset)
Interpolates using natual neighbor. |
void |
release()
Release a RasterInterpolationOp. |
void |
reset()
Remove all previously stored default rasteranalysis environments. |
void |
restoreToPreviousDefaultEnvironment()
Restores to the previous default raster analysis environment. |
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 |
setCellSize(int envType,
java.lang.Object cellSizeProvider)
Sets the type and value of cell size 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 |
setMaskByRef(IGeoDataset mask)
Mask allows processing to occur only for a selected set of cells. |
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 |
setVerifyType(int verifyType)
The verify type of the RasterAnalysis. |
IGeoDataset |
spline(IGeoDataset geoData,
int splineType,
java.lang.Object weight,
java.lang.Object numPoints)
Interpolates using splining. |
IRasterDataset |
topoToRasterByFile(java.lang.String paramFile,
IFeatureClass[] outStream,
IFeatureClass[] outSink)
Interpolates using AnuDem. |
IGeoDataset |
trend(IGeoDataset geoData,
int trendType,
int order)
Interpolates using trend surface. |
IGeoDataset |
trendWithRms(IGeoDataset geoData,
int trendType,
int order,
java.lang.String out_rms_file)
Interpolates using trend surface with optional rms file. |
IGeoDataset |
variogram(IGeoDataset geoData,
IGeoAnalysisSemiVariogram semiVariogram,
IRasterRadius radius,
boolean outSemiVariance,
java.lang.Object barrier)
Interpolates using Variogram. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RasterInterpolationOp() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic RasterInterpolationOp(java.lang.Object obj) throws java.io.IOException
RasterInterpolationOp theRasterInterpolationOp = (RasterInterpolationOp) obj;
obj
to RasterInterpolationOp
.
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 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 iDW(IGeoDataset geoData, double power, IRasterRadius radius, java.lang.Object barrier) throws java.io.IOException, AutomationException
iDW
in interface IInterpolationOp
iDW
in interface IInterpolationOp2
iDW
in interface IInterpolationOp3
geoData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)power
- The power (in)radius
- A reference to a com.esri.arcgis.geoanalyst.IRasterRadius (in)barrier
- 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 krige(IGeoDataset geoData, int semiVariogramType, IRasterRadius radius, boolean outSemiVariance, java.lang.Object barrier) throws java.io.IOException, AutomationException
krige
in interface IInterpolationOp
krige
in interface IInterpolationOp2
krige
in interface IInterpolationOp3
geoData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)semiVariogramType
- A com.esri.arcgis.geoanalyst.esriGeoAnalysisSemiVariogramEnum constant (in)radius
- A reference to a com.esri.arcgis.geoanalyst.IRasterRadius (in)outSemiVariance
- The outSemiVariance (in)barrier
- 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 variogram(IGeoDataset geoData, IGeoAnalysisSemiVariogram semiVariogram, IRasterRadius radius, boolean outSemiVariance, java.lang.Object barrier) throws java.io.IOException, AutomationException
variogram
in interface IInterpolationOp
variogram
in interface IInterpolationOp2
variogram
in interface IInterpolationOp3
geoData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)semiVariogram
- A reference to a com.esri.arcgis.geoanalyst.IGeoAnalysisSemiVariogram (in)radius
- A reference to a com.esri.arcgis.geoanalyst.IRasterRadius (in)outSemiVariance
- The outSemiVariance (in)barrier
- 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 spline(IGeoDataset geoData, int splineType, java.lang.Object weight, java.lang.Object numPoints) throws java.io.IOException, AutomationException
spline
in interface IInterpolationOp
spline
in interface IInterpolationOp2
spline
in interface IInterpolationOp3
geoData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)splineType
- A com.esri.arcgis.geoanalyst.esriGeoAnalysisSplineEnum constant (in)weight
- A Variant (in, optional, pass null if not required)numPoints
- 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 trend(IGeoDataset geoData, int trendType, int order) throws java.io.IOException, AutomationException
trend
in interface IInterpolationOp
trend
in interface IInterpolationOp2
trend
in interface IInterpolationOp3
geoData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)trendType
- A com.esri.arcgis.geoanalyst.esriGeoAnalysisTrendEnum constant (in)order
- The order (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset naturalNeighbor(IGeoDataset geoDataset) throws java.io.IOException, AutomationException
naturalNeighbor
in interface IInterpolationOp2
naturalNeighbor
in interface IInterpolationOp3
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 IRasterDataset topoToRasterByFile(java.lang.String paramFile, IFeatureClass[] outStream, IFeatureClass[] outSink) throws java.io.IOException, AutomationException
topoToRasterByFile
in interface IInterpolationOp2
topoToRasterByFile
in interface IInterpolationOp3
paramFile
- The paramFile (in)outStream
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (out: use single element array, optional, pass single element of null if not required)outSink
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (out: use single element array, optional, pass single element of null if not required)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeoDataset trendWithRms(IGeoDataset geoData, int trendType, int order, java.lang.String out_rms_file) throws java.io.IOException, AutomationException
trendWithRms
in interface IInterpolationOp3
geoData
- A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)trendType
- A com.esri.arcgis.geoanalyst.esriGeoAnalysisTrendEnum constant (in)order
- The order (in)out_rms_file
- The out_rms_file (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 |