public interface IReprojectFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control reproject 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 |
IID13b37f70_95d1_4add_93b8_d4ca83b0af66 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getRaster()
The source raster object.
|
java.lang.Object |
getSpatialReference()
The output spatial reference.
|
double |
getXCellsize()
The X cell size.
|
double |
getXOrigin()
The X origin.
|
double |
getYCellsize()
The Y cell size.
|
double |
getYOrigin()
The Y origin.
|
void |
setRasterByRef(java.lang.Object ppRaster)
The source raster object.
|
void |
setSpatialReferenceByRef(java.lang.Object ppSRS)
The output spatial reference.
|
void |
setXCellsize(double pXCellsize)
The X cell size.
|
void |
setXOrigin(double pXOrigin)
The X origin.
|
void |
setYCellsize(double pYCellsize)
The Y cell size.
|
void |
setYOrigin(double pYOrigin)
The Y origin.
|
static final int IID13b37f70_95d1_4add_93b8_d4ca83b0af66
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.java.lang.Object getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(java.lang.Object ppSRS) throws java.io.IOException, AutomationException
ppSRS
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getXCellsize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setXCellsize(double pXCellsize) throws java.io.IOException, AutomationException
pXCellsize
- The pXCellsize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getYCellsize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setYCellsize(double pYCellsize) throws java.io.IOException, AutomationException
pYCellsize
- The pYCellsize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getXOrigin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setXOrigin(double pXOrigin) throws java.io.IOException, AutomationException
pXOrigin
- The pXOrigin (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getYOrigin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setYOrigin(double pYOrigin) throws java.io.IOException, AutomationException
pYOrigin
- The pYOrigin (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.