|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.datasourcesraster.ISynchronizeParametersProxy
public class ISynchronizeParametersProxy
Provides access to members that control parameters for synchronizing items in a mosaic dataset.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISynchronizeParametersProxy()
|
|
ISynchronizeParametersProxy(Object obj)
|
protected |
ISynchronizeParametersProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 invalid items 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(String iidStr,
Object theListener)
|
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 invalid items 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. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
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, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public boolean noncastable
Constructor Detail |
---|
public ISynchronizeParametersProxy()
public ISynchronizeParametersProxy(Object obj) throws IOException
IOException
protected ISynchronizeParametersProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setDefaultSpatialReferenceByRef(ISpatialReference ppDefaultSrs) throws IOException, AutomationException
setDefaultSpatialReferenceByRef
in interface ISynchronizeParameters
ppDefaultSrs
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getDefaultSpatialReference() throws IOException, AutomationException
getDefaultSpatialReference
in interface ISynchronizeParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSyncOnlyStaleItems(boolean pbSyncOnlyStaleItems) throws IOException, AutomationException
setSyncOnlyStaleItems
in interface ISynchronizeParameters
pbSyncOnlyStaleItems
- The pbSyncOnlyStaleItems (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSyncOnlyStaleItems() throws IOException, AutomationException
isSyncOnlyStaleItems
in interface ISynchronizeParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setRemoveInvalidItems(boolean pbRemoveInvalidItems) throws IOException, AutomationException
setRemoveInvalidItems
in interface ISynchronizeParameters
pbRemoveInvalidItems
- The pbRemoveInvalidItems (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRemoveInvalidItems() throws IOException, AutomationException
isRemoveInvalidItems
in interface ISynchronizeParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumPyramidLevel(int pMaximumPyramidLevel) throws IOException, AutomationException
setMaximumPyramidLevel
in interface ISynchronizeParameters
pMaximumPyramidLevel
- The pMaximumPyramidLevel (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaximumPyramidLevel() throws IOException, AutomationException
getMaximumPyramidLevel
in interface ISynchronizeParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimumRows(int pMinimumRows) throws IOException, AutomationException
setMinimumRows
in interface ISynchronizeParameters
pMinimumRows
- The pMinimumRows (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMinimumRows() throws IOException, AutomationException
getMinimumRows
in interface ISynchronizeParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinimumColumns(int pMinimumColumns) throws IOException, AutomationException
setMinimumColumns
in interface ISynchronizeParameters
pMinimumColumns
- The pMinimumColumns (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMinimumColumns() throws IOException, AutomationException
getMinimumColumns
in interface ISynchronizeParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaximumHighCellSize(double pMaximumHighCellSize) throws IOException, AutomationException
setMaximumHighCellSize
in interface ISynchronizeParameters
pMaximumHighCellSize
- The pMaximumHighCellSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getMaximumHighCellSize() throws IOException, AutomationException
getMaximumHighCellSize
in interface ISynchronizeParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setComputeStatistics(boolean pbComputeStatistics) throws IOException, AutomationException
setComputeStatistics
in interface ISynchronizeParameters
pbComputeStatistics
- The pbComputeStatistics (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isComputeStatistics() throws IOException, AutomationException
isComputeStatistics
in interface ISynchronizeParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBuildPyramids(boolean pbBuildPyramids) throws IOException, AutomationException
setBuildPyramids
in interface ISynchronizeParameters
pbBuildPyramids
- The pbBuildPyramids (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBuildPyramids() throws IOException, AutomationException
isBuildPyramids
in interface ISynchronizeParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBuildThumbnail(boolean pbBuildThumbnail) throws IOException, AutomationException
setBuildThumbnail
in interface ISynchronizeParameters
pbBuildThumbnail
- The pbBuildThumbnail (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isBuildThumbnail() throws IOException, AutomationException
isBuildThumbnail
in interface ISynchronizeParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setThumbnailBuilderByRef(IRasterThumbnailBuilder ppThumbnailBuilder) throws IOException, AutomationException
setThumbnailBuilderByRef
in interface ISynchronizeParameters
ppThumbnailBuilder
- A reference to a com.esri.arcgis.datasourcesraster.IRasterThumbnailBuilder (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IRasterThumbnailBuilder getThumbnailBuilder() throws IOException, AutomationException
getThumbnailBuilder
in interface ISynchronizeParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDensificationFactor(double pDensificationFactor) throws IOException, AutomationException
setDensificationFactor
in interface ISynchronizeParameters
pDensificationFactor
- The pDensificationFactor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getDensificationFactor() throws IOException, AutomationException
getDensificationFactor
in interface ISynchronizeParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setResetVisibility(boolean pbResetVisibility) throws IOException, AutomationException
setResetVisibility
in interface ISynchronizeParameters
pbResetVisibility
- The pbResetVisibility (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isResetVisibility() throws IOException, AutomationException
isResetVisibility
in interface ISynchronizeParameters
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |