|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterXform
Provides access to members that control raster specific geodata transform.
IRasteXform is used for setting up raster specific information for transforming raster data. This interface needs to be implemented if creating a custom xform for raster transformation.
Method Summary | |
---|---|
IEnvelope |
getFullExtent()
The full output extent within which this xform is applied. |
void |
prepare(int iDomain,
double dx,
double dy,
IEnvelope pExtent)
Prepares the xform for a given extent and cellsize within a domain. |
void |
setFullExtent(IEnvelope ppFullExtent)
The full output extent within which this xform is applied. |
Method Detail |
---|
IEnvelope getFullExtent() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFullExtent(IEnvelope ppFullExtent) throws IOException, AutomationException
ppFullExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void prepare(int iDomain, double dx, double dy, IEnvelope pExtent) throws IOException, AutomationException
iDomain
- The iDomain (in)dx
- The dx (in)dy
- The dy (in)pExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (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 |