com.esri.arcgis.datasourcesraster
Interface IComputePixelAlignmentParameters

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ComputePixelAlignmentParameters, IComputePixelAlignmentParametersProxy

public interface IComputePixelAlignmentParameters
extends java.io.Serializable

COM Interface 'IComputePixelAlignmentParameters'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4e0e5ba2_1e95_428f_95d5_693d62beb036
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 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.
 

Field Detail

IID4e0e5ba2_1e95_428f_95d5_693d62beb036

static final int IID4e0e5ba2_1e95_428f_95d5_693d62beb036
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

setMinimumCellSizeByRef

void setMinimumCellSizeByRef(IPoint ppMinimumCellSize)
                             throws java.io.IOException,
                                    AutomationException
The optional lower limit of the visibility of candidate items allowed to participate in the analysis of pixel alignment. For a selected item to be eligible, it must be visible between MinimumCellSize and MaximumCellSize and it's cell size must also lie within ?G?^??

Parameters:
ppMinimumCellSize - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinimumCellSize

IPoint getMinimumCellSize()
                          throws java.io.IOException,
                                 AutomationException
The optional lower limit of the visibility of candidate items allowed to participate in the analysis of pixel alignment. For a selected item to be eligible, it must be visible between MinimumCellSize and MaximumCellSize and it's cell size must also lie within ?G?^??

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaximumCellSizeByRef

void setMaximumCellSizeByRef(IPoint ppMaximumCellSize)
                             throws java.io.IOException,
                                    AutomationException
The optional upper limit of the visibility of candidate items allowed to participate in the analysis of pixel alignment. For a selected item to be eligible, it must be visible between MinimumCellSize and MaximumCellSize and it's cell size must also lie within ?G?^??

Parameters:
ppMaximumCellSize - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaximumCellSize

IPoint getMaximumCellSize()
                          throws java.io.IOException,
                                 AutomationException
The optional upper limit of the visibility of candidate items allowed to participate in the analysis of pixel alignment. For a selected item to be eligible, it must be visible between MinimumCellSize and MaximumCellSize and it's cell size must also lie within ?G?^??

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOriginByRef

void setOriginByRef(IPoint ppOrigin)
                    throws java.io.IOException,
                           AutomationException
The optional origin against which pixel alignment of eligible items is computed. The parameter defaults to the top-left corner of the first eligible item.

Parameters:
ppOrigin - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrigin

IPoint getOrigin()
                 throws java.io.IOException,
                        AutomationException
The optional origin against which pixel alignment of eligible items is computed. The parameter defaults to the top-left corner of the first eligible item.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.