Description: 'Provides access to members that allow raster geometry processing.' 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 =
public class IRasterGeometryProcProxy extends com.esri.arcgis.interop.Dispatch implements IRasterGeometryProc, java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID2b473c3c_b18e_11d3_a650_0008c7df88a8| Modifier | Constructor and Description |
|---|---|
|
IRasterGeometryProcProxy()
Deprecated.
For internal use only
|
|
IRasterGeometryProcProxy(java.lang.Object obj)
Deprecated.
|
protected |
IRasterGeometryProcProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IRasterGeometryProcProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IRasterGeometryProcProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
clip(IEnvelope ipRectangle,
IRaster pRaster)
Deprecated.
Clips the input raster based on the specified envelope.
|
void |
flip(IRaster pRaster)
Deprecated.
Flips the input raster.
|
boolean |
isPixelToMapTransSimple(IRaster pRaster)
Deprecated.
Indicates if the transformation of pixel to map is simple.
|
java.lang.Object |
leastSquareFit(IPointCollection sourceControlPoints,
IPointCollection targetControlPoints,
int transformType,
boolean forwardTransformation,
boolean returnTransformationCoef)
Deprecated.
Computes a least squares fit for the input control points.
|
IRaster |
merge(java.lang.String saveas_name,
IWorkspace ipWorkspace,
java.lang.String outRasterFormat,
double cellSize,
ISpatialReference ipSR,
IRaster pRaster)
Deprecated.
Merges the input rasters into a single dataset.
|
void |
mirror(IRaster pRaster)
Deprecated.
Mirrors the input raster.
|
IRaster |
mosaic(java.lang.String saveas_name,
IWorkspace pWorkspace,
java.lang.String outRasterFormat,
double cellSize,
ISpatialReference pSR,
IRaster pRaster)
Deprecated.
Mosaics the input rasters into a single dataset.
|
IPointCollection |
pointsTransform(IPointCollection inPoints,
boolean isForward,
IRaster pRaster)
Deprecated.
Transforms a set of points based upon the transformation being applied to the input raster.
|
void |
projectFast(ISpatialReference pNewSR,
int resampleType,
java.lang.Object pCellsize,
IRaster pRaster)
Deprecated.
Projects the input raster using a single polynomial fit to compute the adjustment between coordinate systems.
|
void |
rectify(java.lang.String saveas_name,
java.lang.String format,
IRaster pRaster)
Deprecated.
Persists the input raster to a new dataset of the specified format.
|
void |
register(IRaster pRaster)
Deprecated.
Outputs the current transformation properties to the dataset header or auxilliary file.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
resample(int resampleType,
double newCellsize,
IRaster pRaster)
Deprecated.
Resamples the input raster to a new cellsize.
|
void |
reScale(double xScale,
double yScale,
IRaster pRaster)
Deprecated.
Scales the input raster by the specified x and y scale factors.
|
void |
reset(IRaster pRaster)
Deprecated.
Resets the input raster to its native coordinate space.
|
void |
rotate(IPoint pPivotPoint,
double rotateAngle,
IRaster pRaster)
Deprecated.
Rotates the input raster around the specified pivot by an angle specified in degrees.
|
void |
shift(double deltaX,
double deltaY,
IRaster pRaster)
Deprecated.
Shifts the input raster by deltaX and deltaY map units.
|
void |
twoPointsAdjust(IPointCollection sourceControlPoints,
IPointCollection targetControlPoints,
IRaster pRaster)
Deprecated.
Performs a Hermite transformation on the input raster based upon the 2 input control point pairs.
|
void |
warp(IPointCollection sourceControlPoints,
IPointCollection targetControlPoints,
int transformType,
IRaster pRaster)
Deprecated.
Warps the input raster based upon the input control points using the transformation type specified.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public IRasterGeometryProcProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic IRasterGeometryProcProxy()
public IRasterGeometryProcProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IRasterGeometryProcProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IRasterGeometryProcProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void flip(IRaster pRaster) throws java.io.IOException, AutomationException
flip in interface IRasterGeometryProcpRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void mirror(IRaster pRaster) throws java.io.IOException, AutomationException
mirror in interface IRasterGeometryProcpRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void shift(double deltaX,
double deltaY,
IRaster pRaster)
throws java.io.IOException,
AutomationException
shift in interface IRasterGeometryProcdeltaX - The deltaX (in)deltaY - The deltaY (in)pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void reScale(double xScale,
double yScale,
IRaster pRaster)
throws java.io.IOException,
AutomationException
reScale in interface IRasterGeometryProcxScale - The xScale (in)yScale - The yScale (in)pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void rotate(IPoint pPivotPoint, double rotateAngle, IRaster pRaster) throws java.io.IOException, AutomationException
rotate in interface IRasterGeometryProcpPivotPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)rotateAngle - The rotateAngle (in)pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void warp(IPointCollection sourceControlPoints, IPointCollection targetControlPoints, int transformType, IRaster pRaster) throws java.io.IOException, AutomationException
warp in interface IRasterGeometryProcsourceControlPoints - 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)pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void twoPointsAdjust(IPointCollection sourceControlPoints, IPointCollection targetControlPoints, IRaster pRaster) throws java.io.IOException, AutomationException
twoPointsAdjust in interface IRasterGeometryProcsourceControlPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in)targetControlPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in)pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IPointCollection pointsTransform(IPointCollection inPoints, boolean isForward, IRaster pRaster) throws java.io.IOException, AutomationException
pointsTransform in interface IRasterGeometryProcinPoints - A reference to a com.esri.arcgis.geometry.IPointCollection (in)isForward - The isForward (in)pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.Object leastSquareFit(IPointCollection sourceControlPoints, IPointCollection targetControlPoints, int transformType, boolean forwardTransformation, boolean returnTransformationCoef) throws java.io.IOException, AutomationException
leastSquareFit in interface IRasterGeometryProcsourceControlPoints - 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)forwardTransformation - The forwardTransformation (in)returnTransformationCoef - The returnTransformationCoef (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void reset(IRaster pRaster) throws java.io.IOException, AutomationException
reset in interface IRasterGeometryProcpRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void rectify(java.lang.String saveas_name,
java.lang.String format,
IRaster pRaster)
throws java.io.IOException,
AutomationException
rectify in interface IRasterGeometryProcsaveas_name - The saveas_name (in)format - The format (in)pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void register(IRaster pRaster) throws java.io.IOException, AutomationException
register in interface IRasterGeometryProcpRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void clip(IEnvelope ipRectangle, IRaster pRaster) throws java.io.IOException, AutomationException
clip in interface IRasterGeometryProcipRectangle - A reference to a com.esri.arcgis.geometry.IEnvelope (in)pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void projectFast(ISpatialReference pNewSR, int resampleType, java.lang.Object pCellsize, IRaster pRaster) throws java.io.IOException, AutomationException
projectFast in interface IRasterGeometryProcpNewSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)resampleType - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)pCellsize - A Variant (in, optional, pass null if not required)pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in, optional, pass null if not required)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRaster merge(java.lang.String saveas_name, IWorkspace ipWorkspace, java.lang.String outRasterFormat, double cellSize, ISpatialReference ipSR, IRaster pRaster) throws java.io.IOException, AutomationException
merge in interface IRasterGeometryProcsaveas_name - The saveas_name (in)ipWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)outRasterFormat - The outRasterFormat (in)cellSize - The cellSize (in)ipSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRaster mosaic(java.lang.String saveas_name, IWorkspace pWorkspace, java.lang.String outRasterFormat, double cellSize, ISpatialReference pSR, IRaster pRaster) throws java.io.IOException, AutomationException
mosaic in interface IRasterGeometryProcsaveas_name - The saveas_name (in)pWorkspace - A reference to a com.esri.arcgis.geodatabase.IWorkspace (in)outRasterFormat - The outRasterFormat (in)cellSize - The cellSize (in)pSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void resample(int resampleType,
double newCellsize,
IRaster pRaster)
throws java.io.IOException,
AutomationException
resample in interface IRasterGeometryProcresampleType - A com.esri.arcgis.geodatabase.rstResamplingTypes constant (in)newCellsize - The newCellsize (in)pRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isPixelToMapTransSimple(IRaster pRaster) throws java.io.IOException, AutomationException
isPixelToMapTransSimple in interface IRasterGeometryProcpRaster - A reference to a com.esri.arcgis.geodatabase.IRaster (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.