public class ISynchronizeParametersProxy extends com.esri.arcgis.interop.Dispatch implements ISynchronizeParameters, java.io.Serializable
Description: 'Provides access to members that control parameters for synchronizing items in a mosaic dataset.' 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 |
|---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRefIID, IID241b22c3_75ef_468b_a4a3_758fd9da08df| Modifier | Constructor and Description |
|---|---|
|
ISynchronizeParametersProxy()
For internal use only
|
|
ISynchronizeParametersProxy(java.lang.Object obj) |
protected |
ISynchronizeParametersProxy(java.lang.Object obj,
java.lang.String iid) |
|
ISynchronizeParametersProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
ISynchronizeParametersProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
| Modifier and Type | Method and Description |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
ISpatialReference |
getDefaultSpatialReference()
The default spatial reference used by all raster types for those dataset which do not have an associated native spatial reference.
|
double |
getDensificationFactor()
The maximum segment length value as a factor of each incoming dataset fooprint's average dimension.
|
double |
getMaximumHighCellSize()
The maximum allowed computed value for the high pixel size for the function raster dataset associated with a synchronized item.
|
int |
getMaximumPyramidLevel()
The maximum number of pyramid levels to use from the function raster dataset associated with a synchronized item.
|
int |
getMinimumColumns()
The minimum number of pixel columnns allowed at the top-most pyramid level in the function raster dataset associated with a synchronized item.
|
int |
getMinimumRows()
The minimum number of pixel rows allowed at the top-most pyramid level in the function raster dataset associated with a synchronized item.
|
IRasterThumbnailBuilder |
getThumbnailBuilder()
The thumbnail builder object associated with this operation.
|
boolean |
isBuildPyramids()
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.
|
boolean |
isBuildThumbnail()
Indicates whether items thumbnails are built and saved.
|
boolean |
isComputeStatistics()
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.
|
boolean |
isRemoveInvalidItems()
Indicates whether items with category set to 'Incomplete' or items that cannot be rebuilt using their corresponding data sources are removed from the mosaic dataset.
|
boolean |
isResetVisibility()
Indicates whether each selected item's visibility values (MinPS and MaxPS) are reset to null.
|
boolean |
isSyncOnlyStaleItems()
Indicates if only those items found to be stale are synchronized.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
void |
setBuildPyramids(boolean pbBuildPyramids)
Indicates whether pyramids are built for each raster dataset associated with each selected catalog item.
|
void |
setBuildThumbnail(boolean pbBuildThumbnail)
Indicates whether items thumbnails are built and saved.
|
void |
setComputeStatistics(boolean pbComputeStatistics)
Indicates whether histogram statistics are computed for each raster dataset associated with each selected catalog item.
|
void |
setDefaultSpatialReferenceByRef(ISpatialReference ppDefaultSrs)
The default spatial reference used by all raster types for those dataset which do not have an associated native spatial reference.
|
void |
setDensificationFactor(double pDensificationFactor)
The maximum segment length value as a factor of each incoming dataset fooprint's average dimension.
|
void |
setMaximumHighCellSize(double pMaximumHighCellSize)
The maximum allowed computed value for the high pixel size for the function raster dataset associated with a synchronized item.
|
void |
setMaximumPyramidLevel(int pMaximumPyramidLevel)
The maximum number of pyramid levels to use from the function raster dataset associated with a synchronized item.
|
void |
setMinimumColumns(int pMinimumColumns)
The minimum number of pixel columnns allowed at the top-most pyramid level in the function raster dataset associated with a synchronized item.
|
void |
setMinimumRows(int pMinimumRows)
The minimum number of pixel rows allowed at the top-most pyramid level in the function raster dataset associated with a synchronized item.
|
void |
setRemoveInvalidItems(boolean pbRemoveInvalidItems)
Indicates whether items with category set to 'Incomplete' or items that cannot be rebuilt using their corresponding data sources are removed from the mosaic dataset.
|
void |
setResetVisibility(boolean pbResetVisibility)
Indicates whether each selected item's visibility values (MinPS and MaxPS) are reset to null.
|
void |
setSyncOnlyStaleItems(boolean pbSyncOnlyStaleItems)
Indicates if only those items found to be stale are synchronized.
|
void |
setThumbnailBuilderByRef(IRasterThumbnailBuilder ppThumbnailBuilder)
The thumbnail builder object associated with this operation.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternalpublic static final java.lang.Class targetClass
public boolean noncastable
public ISynchronizeParametersProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostExceptionjava.io.IOExceptionpublic ISynchronizeParametersProxy()
public ISynchronizeParametersProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected ISynchronizeParametersProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected ISynchronizeParametersProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOExceptionpublic void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
com.esri.arcgis.interop.DispatchaddListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object to be informed of the eventstheSource - the proxy class that represents the COM class that is the source of the eventsjava.io.IOExceptionpublic void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
com.esri.arcgis.interop.DispatchremoveListener in class com.esri.arcgis.interop.DispatchiidStr - the ID of the outgoing interface, implemented by the listenertheListener - the object that no longer wishes to be informed of the eventsjava.io.IOExceptionpublic void setDefaultSpatialReferenceByRef(ISpatialReference ppDefaultSrs) throws java.io.IOException, AutomationException
setDefaultSpatialReferenceByRef in interface ISynchronizeParametersppDefaultSrs - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISpatialReference getDefaultSpatialReference() throws java.io.IOException, AutomationException
getDefaultSpatialReference in interface ISynchronizeParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSyncOnlyStaleItems(boolean pbSyncOnlyStaleItems)
throws java.io.IOException,
AutomationException
setSyncOnlyStaleItems in interface ISynchronizeParameterspbSyncOnlyStaleItems - The pbSyncOnlyStaleItems (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isSyncOnlyStaleItems()
throws java.io.IOException,
AutomationException
isSyncOnlyStaleItems in interface ISynchronizeParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setRemoveInvalidItems(boolean pbRemoveInvalidItems)
throws java.io.IOException,
AutomationException
setRemoveInvalidItems in interface ISynchronizeParameterspbRemoveInvalidItems - The pbRemoveInvalidItems (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isRemoveInvalidItems()
throws java.io.IOException,
AutomationException
isRemoveInvalidItems in interface ISynchronizeParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMaximumPyramidLevel(int pMaximumPyramidLevel)
throws java.io.IOException,
AutomationException
setMaximumPyramidLevel in interface ISynchronizeParameterspMaximumPyramidLevel - The pMaximumPyramidLevel (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMaximumPyramidLevel()
throws java.io.IOException,
AutomationException
getMaximumPyramidLevel in interface ISynchronizeParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMinimumRows(int pMinimumRows)
throws java.io.IOException,
AutomationException
setMinimumRows in interface ISynchronizeParameterspMinimumRows - The pMinimumRows (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMinimumRows()
throws java.io.IOException,
AutomationException
getMinimumRows in interface ISynchronizeParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMinimumColumns(int pMinimumColumns)
throws java.io.IOException,
AutomationException
setMinimumColumns in interface ISynchronizeParameterspMinimumColumns - The pMinimumColumns (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getMinimumColumns()
throws java.io.IOException,
AutomationException
getMinimumColumns in interface ISynchronizeParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setMaximumHighCellSize(double pMaximumHighCellSize)
throws java.io.IOException,
AutomationException
setMaximumHighCellSize in interface ISynchronizeParameterspMaximumHighCellSize - The pMaximumHighCellSize (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getMaximumHighCellSize()
throws java.io.IOException,
AutomationException
getMaximumHighCellSize in interface ISynchronizeParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setComputeStatistics(boolean pbComputeStatistics)
throws java.io.IOException,
AutomationException
setComputeStatistics in interface ISynchronizeParameterspbComputeStatistics - The pbComputeStatistics (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isComputeStatistics()
throws java.io.IOException,
AutomationException
isComputeStatistics in interface ISynchronizeParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBuildPyramids(boolean pbBuildPyramids)
throws java.io.IOException,
AutomationException
setBuildPyramids in interface ISynchronizeParameterspbBuildPyramids - The pbBuildPyramids (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isBuildPyramids()
throws java.io.IOException,
AutomationException
isBuildPyramids in interface ISynchronizeParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setBuildThumbnail(boolean pbBuildThumbnail)
throws java.io.IOException,
AutomationException
setBuildThumbnail in interface ISynchronizeParameterspbBuildThumbnail - The pbBuildThumbnail (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isBuildThumbnail()
throws java.io.IOException,
AutomationException
isBuildThumbnail in interface ISynchronizeParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setThumbnailBuilderByRef(IRasterThumbnailBuilder ppThumbnailBuilder) throws java.io.IOException, AutomationException
setThumbnailBuilderByRef in interface ISynchronizeParametersppThumbnailBuilder - A reference to a com.esri.arcgis.datasourcesraster.IRasterThumbnailBuilder (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IRasterThumbnailBuilder getThumbnailBuilder() throws java.io.IOException, AutomationException
getThumbnailBuilder in interface ISynchronizeParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDensificationFactor(double pDensificationFactor)
throws java.io.IOException,
AutomationException
setDensificationFactor in interface ISynchronizeParameterspDensificationFactor - The pDensificationFactor (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public double getDensificationFactor()
throws java.io.IOException,
AutomationException
getDensificationFactor in interface ISynchronizeParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setResetVisibility(boolean pbResetVisibility)
throws java.io.IOException,
AutomationException
setResetVisibility in interface ISynchronizeParameterspbResetVisibility - The pbResetVisibility (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isResetVisibility()
throws java.io.IOException,
AutomationException
isResetVisibility in interface ISynchronizeParametersjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.