|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IReprojectFunctionArguments
Provides access to members that control reproject function arguments.
Method Summary | |
---|---|
Object |
getRaster()
The source raster object. |
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(Object ppRaster)
The source raster object. |
void |
setSpatialReferenceByRef(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. |
Method Detail |
---|
Object getRaster() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRasterByRef(Object ppRaster) throws IOException, AutomationException
ppRaster
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getSpatialReference() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(Object ppSRS) throws IOException, AutomationException
ppSRS
- A reference to another Object (IUnknown) (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getXCellsize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXCellsize(double pXCellsize) throws IOException, AutomationException
pXCellsize
- The pXCellsize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYCellsize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYCellsize(double pYCellsize) throws IOException, AutomationException
pYCellsize
- The pYCellsize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getXOrigin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setXOrigin(double pXOrigin) throws IOException, AutomationException
pXOrigin
- The pXOrigin (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getYOrigin() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setYOrigin(double pYOrigin) throws IOException, AutomationException
pYOrigin
- The pYOrigin (in)
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 |