public class IRasterTypePropertiesProxy extends com.esri.arcgis.interop.Dispatch implements IRasterTypeProperties, java.io.Serializable
Description: 'Provides access to members that control raster type properties.' 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, IID078c7800_66f2_46cf_a182_78e6c4aade53| Modifier | Constructor and Description |
|---|---|
|
IRasterTypePropertiesProxy()
For internal use only
|
|
IRasterTypePropertiesProxy(java.lang.Object obj) |
protected |
IRasterTypePropertiesProxy(java.lang.Object obj,
java.lang.String iid) |
|
IRasterTypePropertiesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
IRasterTypePropertiesProxy(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.
|
IAddRastersParameters |
getAddRastersParameters()
The parameters controlling how rasters are added using this raster type.
|
java.lang.String |
getDataSourceFilter()
Regular expression formed using wild card characters ('*', '?', or '.') for matching data source items requested for URI constructions.
|
java.lang.String |
getDescription()
Description of the raster type.
|
java.util.Date |
getFirstAddTimeStamp()
The time when this raster type was first used for adding rasters to the mosaic dataset.
|
int |
getInputDataSourceTypes()
The types of input data source types as a bitwise combination of esriCrawlerDataSourceType values.
|
java.util.Date |
getLastAddTimeStamp()
The time when this raster type was last used for adding rasters to the mosaic dataset.
|
java.util.Date |
getLastSyncTimeStamp()
The time when this raster type was last used for synchronizing one or more rasters in the mosaic dataset.
|
java.lang.String |
getName()
Name of the raster type.
|
java.lang.String |
getOperationDescription()
A user-identifiable description of the collection of items added by this raster type instance.
|
IGeometricFunctionArguments |
getOrthorectificationParameters()
The parameters controlling orthorectification of raster datasets built by this raster type.
|
IArray |
getSupportedURIFilters()
Default URI filters supported by the raster type.
|
ISynchronizeParameters |
getSynchronizeParameters()
The parameters controlling how rasters are synchronized using this raster type instance.
|
boolean |
isEnableClipToFootprint()
Indicates whether datasets are clipped to their footprints.
|
boolean |
isSupportsOrthorectification()
Indicates whether the raster type supports orthorectification.
|
boolean |
isSupportsSeamline()
Indicates whether the raster type supports seamline.
|
boolean |
isSupportsStereo()
Indicates whether the raster type supports stereo.
|
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 |
setAddRastersParameters(IAddRastersParameters ppAddRastersParameters)
The parameters controlling how rasters are added using this raster type.
|
void |
setDataSourceFilter(java.lang.String pDataSourceFilter)
Regular expression formed using wild card characters ('*', '?', or '.') for matching data source items requested for URI constructions.
|
void |
setDescription(java.lang.String pRasterTypeDescription)
Description of the raster type.
|
void |
setEnableClipToFootprint(boolean pbEnableClipToFootprint)
Indicates whether datasets are clipped to their footprints.
|
void |
setFirstAddTimeStamp(java.util.Date pFirstAddTimeStamp)
The time when this raster type was first used for adding rasters to the mosaic dataset.
|
void |
setInputDataSourceTypes(int pInputDataSourceTypes)
The types of input data source types as a bitwise combination of esriCrawlerDataSourceType values.
|
void |
setLastAddTimeStamp(java.util.Date pLastAddTimeStamp)
The time when this raster type was last used for adding rasters to the mosaic dataset.
|
void |
setLastSyncTimeStamp(java.util.Date pLastSyncTimeStamp)
The time when this raster type was last used for synchronizing one or more rasters in the mosaic dataset.
|
void |
setName(java.lang.String pRasterTypeName)
Name of the raster type.
|
void |
setOperationDescription(java.lang.String pOperationDescription)
A user-identifiable description of the collection of items added by this raster type instance.
|
void |
setOrthorectificationParametersByRef(IGeometricFunctionArguments ppIGeometricFunctionArguments)
The parameters controlling orthorectification of raster datasets built by this raster type.
|
void |
setSupportedURIFiltersByRef(IArray pppItemURIFilterArray)
Default URI filters supported by the raster type.
|
void |
setSupportsOrthorectification(boolean pbSupportsOrthorectification)
Indicates whether the raster type supports orthorectification.
|
void |
setSupportsSeamline(boolean pbSupportsSeamline)
Indicates whether the raster type supports seamline.
|
void |
setSupportsStereo(boolean pbSupportsStereo)
Indicates whether the raster type supports stereo.
|
void |
setSynchronizeParameters(ISynchronizeParameters ppSynchronizeParameters)
The parameters controlling how rasters are synchronized using this raster type instance.
|
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 IRasterTypePropertiesProxy(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 IRasterTypePropertiesProxy()
public IRasterTypePropertiesProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOExceptionprotected IRasterTypePropertiesProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOExceptionprotected IRasterTypePropertiesProxy(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 setName(java.lang.String pRasterTypeName)
throws java.io.IOException,
AutomationException
setName in interface IRasterTypePropertiespRasterTypeName - The pRasterTypeName (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDescription(java.lang.String pRasterTypeDescription)
throws java.io.IOException,
AutomationException
setDescription in interface IRasterTypePropertiespRasterTypeDescription - The pRasterTypeDescription (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDescription()
throws java.io.IOException,
AutomationException
getDescription in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setInputDataSourceTypes(int pInputDataSourceTypes)
throws java.io.IOException,
AutomationException
setInputDataSourceTypes in interface IRasterTypePropertiespInputDataSourceTypes - The pInputDataSourceTypes (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public int getInputDataSourceTypes()
throws java.io.IOException,
AutomationException
getInputDataSourceTypes in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setDataSourceFilter(java.lang.String pDataSourceFilter)
throws java.io.IOException,
AutomationException
setDataSourceFilter in interface IRasterTypePropertiespDataSourceFilter - The pDataSourceFilter (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getDataSourceFilter()
throws java.io.IOException,
AutomationException
getDataSourceFilter in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSupportedURIFiltersByRef(IArray pppItemURIFilterArray) throws java.io.IOException, AutomationException
setSupportedURIFiltersByRef in interface IRasterTypePropertiespppItemURIFilterArray - A reference to a com.esri.arcgis.system.IArray (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IArray getSupportedURIFilters() throws java.io.IOException, AutomationException
getSupportedURIFilters in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSupportsOrthorectification(boolean pbSupportsOrthorectification)
throws java.io.IOException,
AutomationException
setSupportsOrthorectification in interface IRasterTypePropertiespbSupportsOrthorectification - The pbSupportsOrthorectification (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isSupportsOrthorectification()
throws java.io.IOException,
AutomationException
isSupportsOrthorectification in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSupportsStereo(boolean pbSupportsStereo)
throws java.io.IOException,
AutomationException
setSupportsStereo in interface IRasterTypePropertiespbSupportsStereo - The pbSupportsStereo (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isSupportsStereo()
throws java.io.IOException,
AutomationException
isSupportsStereo in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSupportsSeamline(boolean pbSupportsSeamline)
throws java.io.IOException,
AutomationException
setSupportsSeamline in interface IRasterTypePropertiespbSupportsSeamline - The pbSupportsSeamline (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isSupportsSeamline()
throws java.io.IOException,
AutomationException
isSupportsSeamline in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setEnableClipToFootprint(boolean pbEnableClipToFootprint)
throws java.io.IOException,
AutomationException
setEnableClipToFootprint in interface IRasterTypePropertiespbEnableClipToFootprint - The pbEnableClipToFootprint (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public boolean isEnableClipToFootprint()
throws java.io.IOException,
AutomationException
isEnableClipToFootprint in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setAddRastersParameters(IAddRastersParameters ppAddRastersParameters) throws java.io.IOException, AutomationException
setAddRastersParameters in interface IRasterTypePropertiesppAddRastersParameters - A reference to a com.esri.arcgis.datasourcesraster.IAddRastersParameters (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IAddRastersParameters getAddRastersParameters() throws java.io.IOException, AutomationException
getAddRastersParameters in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setSynchronizeParameters(ISynchronizeParameters ppSynchronizeParameters) throws java.io.IOException, AutomationException
setSynchronizeParameters in interface IRasterTypePropertiesppSynchronizeParameters - A reference to a com.esri.arcgis.datasourcesraster.ISynchronizeParameters (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public ISynchronizeParameters getSynchronizeParameters() throws java.io.IOException, AutomationException
getSynchronizeParameters in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOrthorectificationParametersByRef(IGeometricFunctionArguments ppIGeometricFunctionArguments) throws java.io.IOException, AutomationException
setOrthorectificationParametersByRef in interface IRasterTypePropertiesppIGeometricFunctionArguments - A reference to a com.esri.arcgis.datasourcesraster.IGeometricFunctionArguments (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public IGeometricFunctionArguments getOrthorectificationParameters() throws java.io.IOException, AutomationException
getOrthorectificationParameters in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setFirstAddTimeStamp(java.util.Date pFirstAddTimeStamp)
throws java.io.IOException,
AutomationException
setFirstAddTimeStamp in interface IRasterTypePropertiespFirstAddTimeStamp - The pFirstAddTimeStamp (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.util.Date getFirstAddTimeStamp()
throws java.io.IOException,
AutomationException
getFirstAddTimeStamp in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLastAddTimeStamp(java.util.Date pLastAddTimeStamp)
throws java.io.IOException,
AutomationException
setLastAddTimeStamp in interface IRasterTypePropertiespLastAddTimeStamp - The pLastAddTimeStamp (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.util.Date getLastAddTimeStamp()
throws java.io.IOException,
AutomationException
getLastAddTimeStamp in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setLastSyncTimeStamp(java.util.Date pLastSyncTimeStamp)
throws java.io.IOException,
AutomationException
setLastSyncTimeStamp in interface IRasterTypePropertiespLastSyncTimeStamp - The pLastSyncTimeStamp (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.util.Date getLastSyncTimeStamp()
throws java.io.IOException,
AutomationException
getLastSyncTimeStamp in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public void setOperationDescription(java.lang.String pOperationDescription)
throws java.io.IOException,
AutomationException
setOperationDescription in interface IRasterTypePropertiespOperationDescription - The pOperationDescription (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.public java.lang.String getOperationDescription()
throws java.io.IOException,
AutomationException
getOperationDescription in interface IRasterTypePropertiesjava.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.