public interface IComputePixelAlignmentParameters
extends java.io.Serializable
Description: 'Provides access to members that control how pixel alignment of selected mosaic dataset items is computed.' 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 |
IID4e0e5ba2_1e95_428f_95d5_693d62beb036 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IPoint |
getMaximumCellSize()
The optional upper limit of the visibility of candidate items allowed to participate in the analysis of pixel alignment.
|
IPoint |
getMinimumCellSize()
The optional lower limit of the visibility of candidate items allowed to participate in the analysis of pixel alignment.
|
IPoint |
getOrigin()
The optional origin against which pixel alignment of eligible items is computed.
|
void |
setMaximumCellSizeByRef(IPoint ppMaximumCellSize)
The optional upper limit of the visibility of candidate items allowed to participate in the analysis of pixel alignment.
|
void |
setMinimumCellSizeByRef(IPoint ppMinimumCellSize)
The optional lower limit of the visibility of candidate items allowed to participate in the analysis of pixel alignment.
|
void |
setOriginByRef(IPoint ppOrigin)
The optional origin against which pixel alignment of eligible items is computed.
|
static final int IID4e0e5ba2_1e95_428f_95d5_693d62beb036
static final int xxDummy
static final java.lang.String IID
void setMinimumCellSizeByRef(IPoint ppMinimumCellSize) throws java.io.IOException, AutomationException
ppMinimumCellSize
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getMinimumCellSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumCellSizeByRef(IPoint ppMaximumCellSize) throws java.io.IOException, AutomationException
ppMaximumCellSize
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getMaximumCellSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOriginByRef(IPoint ppOrigin) throws java.io.IOException, AutomationException
ppOrigin
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getOrigin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.