public interface IRasterXform
extends java.io.Serializable
Description: 'Provides access to members that control raster specific geodata transform.' 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 |
IID45b14f29_01b8_489a_9f55_cd21ea84fd7f |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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.
|
static final int IID45b14f29_01b8_489a_9f55_cd21ea84fd7f
static final int xxDummy
static final java.lang.String IID
IEnvelope getFullExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFullExtent(IEnvelope ppFullExtent) throws java.io.IOException, AutomationException
ppFullExtent
- 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.void prepare(int iDomain, double dx, double dy, IEnvelope pExtent) throws java.io.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)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.