public interface IVectorFieldFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that generate a two-band vector field given each vector component as a raster.' 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 |
IIDaba79741_1401_4508_a1c9_5c3b0f05e161 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
int |
getAngleReferenceSystem()
Denotes whether the angle is mesured in Arithmetic or Geographic Units
|
java.lang.String |
getInputDataType()
The type of data associated with the input rasters.
|
java.lang.String |
getOutputDataType()
The requested data type of the output raster.
|
java.lang.Object |
getRaster1()
The first raster object corresponding to one of the two components of the vector field.
|
java.lang.Object |
getRaster2()
The second raster object corresponding to one of the two components of the vector field.
|
void |
setAngleReferenceSystem(int pAngleReferenceSystem)
Denotes whether the angle is mesured in Arithmetic or Geographic Units
|
void |
setInputDataType(java.lang.String pbsInputDataType)
The type of data associated with the input rasters.
|
void |
setOutputDataType(java.lang.String pbsOutputDataType)
The requested data type of the output raster.
|
void |
setRaster1ByRef(java.lang.Object ppRaster1)
The first raster object corresponding to one of the two components of the vector field.
|
void |
setRaster2ByRef(java.lang.Object ppRaster2)
The second raster object corresponding to one of the two components of the vector field.
|
static final int IIDaba79741_1401_4508_a1c9_5c3b0f05e161
static final int xxDummy
static final java.lang.String IID
java.lang.Object getRaster1() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRaster1ByRef(java.lang.Object ppRaster1) throws java.io.IOException, AutomationException
ppRaster1
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.Object getRaster2() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRaster2ByRef(java.lang.Object ppRaster2) throws java.io.IOException, AutomationException
ppRaster2
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getInputDataType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInputDataType(java.lang.String pbsInputDataType) throws java.io.IOException, AutomationException
pbsInputDataType
- The pbsInputDataType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOutputDataType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOutputDataType(java.lang.String pbsOutputDataType) throws java.io.IOException, AutomationException
pbsOutputDataType
- The pbsOutputDataType (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getAngleReferenceSystem() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAngleReferenceSystem(int pAngleReferenceSystem) throws java.io.IOException, AutomationException
pAngleReferenceSystem
- A com.esri.arcgis.datasourcesraster.esriAngleReferenceSystem constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.