|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.spatialanalyst.RasterExtractionOp
public class RasterExtractionOp
COM Class 'RasterExtractionOp'. Generated 3/19/2015 1:20:46 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'
Description 'A mechanism for performing operations that extract cells from rasters.' 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.spatialanalyst.IExtractionOp |
|---|
IID, IID7ebb3cc7_fa0e_11d3_a708_0008c7d3af6f, xxDummy |
| Fields inherited from interface com.esri.arcgis.spatialanalyst.IExtractionOp2 |
|---|
IID, IID45d299a3_7103_4251_8cd9_c9411a1eb7a3, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
RasterExtractionOp()
Constructs a RasterExtractionOp using ArcGIS Engine. |
|
RasterExtractionOp(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. RasterExtractionOp theRasterExtractionOp = (RasterExtractionOp) obj; |
|
| Method Summary | |
|---|---|
IGeoDataset |
attribute(IRasterDescriptor raster)
Extracts the cells of a raster based on a logical query. |
IGeoDataset |
circle(IGeoDataset geoDataset,
ICircularArc circle,
boolean selectInside)
Extracts the cells of a raster based on a circle. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IGeoDataset |
extractValuesToPoints(IGeoDataset pointDataset,
IGeoDataset valueRaster,
boolean interpolateValues,
boolean allAttributes)
Extracts cell values from point features overlayed on a raster. |
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 |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
IGeoDataset |
points(IGeoDataset geoDataset,
IPointCollection points,
boolean selectInside)
Extracts the cells of a raster based on points. |
IGeoDataset |
polygon(IGeoDataset geoDataset,
IPolygon polygon,
boolean selectInside)
Extracts the cells of a raster based on a polygon. |
IGeoDataset |
raster(IGeoDataset geoDataset,
IGeoDataset maskRaster)
Extracts the cells of a raster whose corresponding cells in the mask raster have valid value. |
IGeoDataset |
rectangle(IGeoDataset geoDataset,
IEnvelope rectangleEnvelope,
boolean selectInside)
Extracts the cells of a raster based on a rectangle. |
void |
release()
Release a RasterExtractionOp. |
void |
reset()
Remove all previously stored default rasteranalysis environments. |
void |
restoreToPreviousDefaultEnvironment()
Restores to the previous default raster analysis environment. |
ITable |
sample(IGeoDataset locationDataset,
IGeoDataset collectionOfRasters,
int resampleType)
Extracts the cells of a raster based on a sample. |
void |
setAsNewDefaultEnvironment()
Sets the raster analysis environment of the object as new default environment. |
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 |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RasterExtractionOp()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public RasterExtractionOp(java.lang.Object obj)
throws java.io.IOException
RasterExtractionOp theRasterExtractionOp = (RasterExtractionOp) obj;
obj to RasterExtractionOp.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic 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 IRasterAnalysisEnvironmentenvType - 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 IRasterAnalysisEnvironmentenvType - 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 IRasterAnalysisEnvironmentenvType - 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 IRasterAnalysisEnvironmentenvType - 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 IRasterAnalysisEnvironmentmask - 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 IRasterAnalysisEnvironmentjava.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 IRasterAnalysisEnvironmentverifyType - 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 IRasterAnalysisEnvironmentjava.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 IRasterAnalysisEnvironmentjava.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 IRasterAnalysisEnvironmentrasterPrefix - 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 IRasterAnalysisEnvironmentjava.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 IRasterAnalysisEnvironmentvectorPrefix - 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 IRasterAnalysisEnvironmentjava.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 IRasterAnalysisEnvironmentjava.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 IRasterAnalysisEnvironmentjava.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 IGeoAnalysisEnvironmentworkspace - 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 IGeoAnalysisEnvironmentjava.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 IGeoAnalysisEnvironmentspatialReference - 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 IGeoAnalysisEnvironmentjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeoDataset attribute(IRasterDescriptor raster)
throws java.io.IOException,
AutomationException
attribute in interface IExtractionOpattribute in interface IExtractionOp2raster - A reference to a com.esri.arcgis.geoanalyst.IRasterDescriptor (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeoDataset circle(IGeoDataset geoDataset,
ICircularArc circle,
boolean selectInside)
throws java.io.IOException,
AutomationException
circle in interface IExtractionOpcircle in interface IExtractionOp2geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)circle - A reference to a com.esri.arcgis.geometry.ICircularArc (in)selectInside - The selectInside (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeoDataset raster(IGeoDataset geoDataset,
IGeoDataset maskRaster)
throws java.io.IOException,
AutomationException
raster in interface IExtractionOpraster in interface IExtractionOp2geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)maskRaster - 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 points(IGeoDataset geoDataset,
IPointCollection points,
boolean selectInside)
throws java.io.IOException,
AutomationException
points in interface IExtractionOppoints in interface IExtractionOp2geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)points - A reference to a com.esri.arcgis.geometry.IPointCollection (in)selectInside - The selectInside (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeoDataset polygon(IGeoDataset geoDataset,
IPolygon polygon,
boolean selectInside)
throws java.io.IOException,
AutomationException
polygon in interface IExtractionOppolygon in interface IExtractionOp2geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)polygon - A reference to a com.esri.arcgis.geometry.IPolygon (in)selectInside - The selectInside (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeoDataset rectangle(IGeoDataset geoDataset,
IEnvelope rectangleEnvelope,
boolean selectInside)
throws java.io.IOException,
AutomationException
rectangle in interface IExtractionOprectangle in interface IExtractionOp2geoDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)rectangleEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)selectInside - The selectInside (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITable sample(IGeoDataset locationDataset,
IGeoDataset collectionOfRasters,
int resampleType)
throws java.io.IOException,
AutomationException
sample in interface IExtractionOpsample in interface IExtractionOp2locationDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)collectionOfRasters - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (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 extractValuesToPoints(IGeoDataset pointDataset,
IGeoDataset valueRaster,
boolean interpolateValues,
boolean allAttributes)
throws java.io.IOException,
AutomationException
extractValuesToPoints in interface IExtractionOp2pointDataset - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)valueRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)interpolateValues - The interpolateValues (in, optional, pass false if not required)allAttributes - The allAttributes (in, optional, pass false if not required)
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 ISupportErrorInforiid - 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 | ||||||||