|
|||||||||
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.IRasterTypePropertiesProxy
public class IRasterTypePropertiesProxy
Provides access to members that control raster type properties.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
IRasterTypePropertiesProxy()
|
|
IRasterTypePropertiesProxy(Object obj)
|
protected |
IRasterTypePropertiesProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
IAddRastersParameters |
getAddRastersParameters()
The parameters controlling how rasters are added using this raster type. |
String |
getDataSourceFilter()
Regular expression formed using wild card characters ('*', '?', or '.') for matching data source items requested for URI constructions. |
String |
getDescription()
Description of the raster type. |
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. |
Date |
getLastAddTimeStamp()
The time when this raster type was last used for adding rasters to the mosaic dataset. |
Date |
getLastSyncTimeStamp()
The time when this raster type was last used for synchronizing one or more rasters in the mosaic dataset. |
String |
getName()
Name of the raster type. |
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(String iidStr,
Object theListener)
|
void |
setAddRastersParameters(IAddRastersParameters ppAddRastersParameters)
The parameters controlling how rasters are added using this raster type. |
void |
setDataSourceFilter(String pDataSourceFilter)
Regular expression formed using wild card characters ('*', '?', or '.') for matching data source items requested for URI constructions. |
void |
setDescription(String pRasterTypeDescription)
Description of the raster type. |
void |
setEnableClipToFootprint(boolean pbEnableClipToFootprint)
Indicates whether datasets are clipped to their footprints. |
void |
setFirstAddTimeStamp(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(Date pLastAddTimeStamp)
The time when this raster type was last used for adding rasters to the mosaic dataset. |
void |
setLastSyncTimeStamp(Date pLastSyncTimeStamp)
The time when this raster type was last used for synchronizing one or more rasters in the mosaic dataset. |
void |
setName(String pRasterTypeName)
Name of the raster type. |
void |
setOperationDescription(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. |
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 IRasterTypePropertiesProxy()
public IRasterTypePropertiesProxy(Object obj) throws IOException
IOException
protected IRasterTypePropertiesProxy(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 setName(String pRasterTypeName) throws IOException, AutomationException
setName
in interface IRasterTypeProperties
pRasterTypeName
- The pRasterTypeName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface IRasterTypeProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDescription(String pRasterTypeDescription) throws IOException, AutomationException
setDescription
in interface IRasterTypeProperties
pRasterTypeDescription
- The pRasterTypeDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDescription() throws IOException, AutomationException
getDescription
in interface IRasterTypeProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInputDataSourceTypes(int pInputDataSourceTypes) throws IOException, AutomationException
setInputDataSourceTypes
in interface IRasterTypeProperties
pInputDataSourceTypes
- The pInputDataSourceTypes (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getInputDataSourceTypes() throws IOException, AutomationException
getInputDataSourceTypes
in interface IRasterTypeProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDataSourceFilter(String pDataSourceFilter) throws IOException, AutomationException
setDataSourceFilter
in interface IRasterTypeProperties
pDataSourceFilter
- The pDataSourceFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDataSourceFilter() throws IOException, AutomationException
getDataSourceFilter
in interface IRasterTypeProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSupportedURIFiltersByRef(IArray pppItemURIFilterArray) throws IOException, AutomationException
setSupportedURIFiltersByRef
in interface IRasterTypeProperties
pppItemURIFilterArray
- A reference to a com.esri.arcgis.system.IArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IArray getSupportedURIFilters() throws IOException, AutomationException
getSupportedURIFilters
in interface IRasterTypeProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSupportsOrthorectification(boolean pbSupportsOrthorectification) throws IOException, AutomationException
setSupportsOrthorectification
in interface IRasterTypeProperties
pbSupportsOrthorectification
- The pbSupportsOrthorectification (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsOrthorectification() throws IOException, AutomationException
isSupportsOrthorectification
in interface IRasterTypeProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSupportsStereo(boolean pbSupportsStereo) throws IOException, AutomationException
setSupportsStereo
in interface IRasterTypeProperties
pbSupportsStereo
- The pbSupportsStereo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsStereo() throws IOException, AutomationException
isSupportsStereo
in interface IRasterTypeProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSupportsSeamline(boolean pbSupportsSeamline) throws IOException, AutomationException
setSupportsSeamline
in interface IRasterTypeProperties
pbSupportsSeamline
- The pbSupportsSeamline (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isSupportsSeamline() throws IOException, AutomationException
isSupportsSeamline
in interface IRasterTypeProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setEnableClipToFootprint(boolean pbEnableClipToFootprint) throws IOException, AutomationException
setEnableClipToFootprint
in interface IRasterTypeProperties
pbEnableClipToFootprint
- The pbEnableClipToFootprint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isEnableClipToFootprint() throws IOException, AutomationException
isEnableClipToFootprint
in interface IRasterTypeProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAddRastersParameters(IAddRastersParameters ppAddRastersParameters) throws IOException, AutomationException
setAddRastersParameters
in interface IRasterTypeProperties
ppAddRastersParameters
- A reference to a com.esri.arcgis.datasourcesraster.IAddRastersParameters (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IAddRastersParameters getAddRastersParameters() throws IOException, AutomationException
getAddRastersParameters
in interface IRasterTypeProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSynchronizeParameters(ISynchronizeParameters ppSynchronizeParameters) throws IOException, AutomationException
setSynchronizeParameters
in interface IRasterTypeProperties
ppSynchronizeParameters
- A reference to a com.esri.arcgis.datasourcesraster.ISynchronizeParameters (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISynchronizeParameters getSynchronizeParameters() throws IOException, AutomationException
getSynchronizeParameters
in interface IRasterTypeProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOrthorectificationParametersByRef(IGeometricFunctionArguments ppIGeometricFunctionArguments) throws IOException, AutomationException
setOrthorectificationParametersByRef
in interface IRasterTypeProperties
ppIGeometricFunctionArguments
- A reference to a com.esri.arcgis.datasourcesraster.IGeometricFunctionArguments (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGeometricFunctionArguments getOrthorectificationParameters() throws IOException, AutomationException
getOrthorectificationParameters
in interface IRasterTypeProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFirstAddTimeStamp(Date pFirstAddTimeStamp) throws IOException, AutomationException
setFirstAddTimeStamp
in interface IRasterTypeProperties
pFirstAddTimeStamp
- The pFirstAddTimeStamp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Date getFirstAddTimeStamp() throws IOException, AutomationException
getFirstAddTimeStamp
in interface IRasterTypeProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLastAddTimeStamp(Date pLastAddTimeStamp) throws IOException, AutomationException
setLastAddTimeStamp
in interface IRasterTypeProperties
pLastAddTimeStamp
- The pLastAddTimeStamp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Date getLastAddTimeStamp() throws IOException, AutomationException
getLastAddTimeStamp
in interface IRasterTypeProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLastSyncTimeStamp(Date pLastSyncTimeStamp) throws IOException, AutomationException
setLastSyncTimeStamp
in interface IRasterTypeProperties
pLastSyncTimeStamp
- The pLastSyncTimeStamp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Date getLastSyncTimeStamp() throws IOException, AutomationException
getLastSyncTimeStamp
in interface IRasterTypeProperties
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOperationDescription(String pOperationDescription) throws IOException, AutomationException
setOperationDescription
in interface IRasterTypeProperties
pOperationDescription
- The pOperationDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getOperationDescription() throws IOException, AutomationException
getOperationDescription
in interface IRasterTypeProperties
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 |