public interface IClipFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control raster clipping function arguments.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID6c38e640_980e_4076_9751_abdbdb87d4b3 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IGeometry |
getClippingGeometry()
The clipping geometry.
|
int |
getClippingType()
The raster clipping type.
|
IEnvelope |
getExtent()
The output extent.
|
java.lang.Object |
getRaster()
The source raster object.
|
void |
setClippingGeometryByRef(IGeometry ppClippingGeometry)
The clipping geometry.
|
void |
setClippingType(int pClippingType)
The raster clipping type.
|
void |
setExtentByRef(IEnvelope ppExtent)
The output extent.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
static final int IID6c38e640_980e_4076_9751_abdbdb87d4b3
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(java.lang.Object ppRaster) throws java.io.IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IGeometry getClippingGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClippingGeometryByRef(IGeometry ppClippingGeometry) throws java.io.IOException, AutomationException
ppClippingGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getClippingType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setClippingType(int pClippingType) throws java.io.IOException, AutomationException
pClippingType
- A com.esri.arcgis.datasourcesraster.esriRasterClippingType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setExtentByRef(IEnvelope ppExtent) throws java.io.IOException, AutomationException
ppExtent
- 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.