public interface IMosaicDatasetOperation5 extends IMosaicDatasetOperation4, java.io.Serializable
Description: 'Provides access to additional moasaic dataset operations.' 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 |
IID50e3f662_c65e_4aa8_9181_e5af94ef2a6a |
static int |
xxDummy
Deprecated.
Internal use only
|
IID86b5c132_3b3c_4e08_b433_e7909e0091caIID4c28930e_e453_43b8_9302_035bf245ee55IID99ecf2dd_1b1f_4432_8c5b_192b5ff1dc5aIIDff02cbc0_bc6e_4f16_8652_bed3f04ca23f| Modifier and Type | Method and Description |
|---|---|
void |
computeMosaicCandidates(double minimumOverlap,
double maximumArea,
IBuildSeamlinesParameters pParameters,
ITrackCancel pTrackCancel)
Find images for building seamline geometry of selected catalog items.
|
estimateFunctionTemplateStatisticscomputePixelAlignment, enableEditorTracking, estimateStatistics, exportGeometry, exportItems, getBoundaryGeometry, loadDefinition, populateAuxiliaryFields, updateCellSizeLevelCategory, updateCellSizeLevelSeamlineRule, updateDefinitionanalyze, deleteMosaicDataset, getDefaultCacheWorkspace, getRecommendedRasterType, isStale, mergeItems, prepareSchema, repairManagedOverviews, repairReferencedSideTables, splitMergedItems, updateBoundaryaddNewerRasters, addRasters, buildBoundary, buildFootprints, buildSeamlines, calculateCellSizeRanges, computeDirtyArea, defineNoData, defineOverviews, generateOverviews, getCellSizeLevels, getDefaultOverviewWorkspace, importGeometry, querySpatialIndex, removeItems, replacePaths, resetSpatialIndex, search, synchronize, updateCellSizeLevels, updateTimeStampstatic final int IID50e3f662_c65e_4aa8_9181_e5af94ef2a6a
static final int xxDummy
static final java.lang.String IID
void computeMosaicCandidates(double minimumOverlap,
double maximumArea,
IBuildSeamlinesParameters pParameters,
ITrackCancel pTrackCancel)
throws java.io.IOException,
AutomationException
minimumOverlap - The minimumOverlap (in)maximumArea - The maximumArea (in)pParameters - A reference to a com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters (in)pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.