|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterTypeProperties
Provides access to members that control raster type properties.
Method Summary | |
---|---|
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 |
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. |
Method Detail |
---|
void setName(String pRasterTypeName) throws IOException, AutomationException
pRasterTypeName
- The pRasterTypeName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDescription(String pRasterTypeDescription) throws IOException, AutomationException
pRasterTypeDescription
- The pRasterTypeDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setInputDataSourceTypes(int pInputDataSourceTypes) throws IOException, AutomationException
pInputDataSourceTypes
- The pInputDataSourceTypes (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getInputDataSourceTypes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataSourceFilter(String pDataSourceFilter) throws IOException, AutomationException
pDataSourceFilter
- The pDataSourceFilter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDataSourceFilter() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSupportedURIFiltersByRef(IArray pppItemURIFilterArray) throws IOException, AutomationException
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.IArray getSupportedURIFilters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSupportsOrthorectification(boolean pbSupportsOrthorectification) throws IOException, AutomationException
pbSupportsOrthorectification
- The pbSupportsOrthorectification (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSupportsOrthorectification() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSupportsStereo(boolean pbSupportsStereo) throws IOException, AutomationException
pbSupportsStereo
- The pbSupportsStereo (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSupportsStereo() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSupportsSeamline(boolean pbSupportsSeamline) throws IOException, AutomationException
pbSupportsSeamline
- The pbSupportsSeamline (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSupportsSeamline() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEnableClipToFootprint(boolean pbEnableClipToFootprint) throws IOException, AutomationException
pbEnableClipToFootprint
- The pbEnableClipToFootprint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEnableClipToFootprint() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAddRastersParameters(IAddRastersParameters ppAddRastersParameters) throws IOException, AutomationException
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.IAddRastersParameters getAddRastersParameters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSynchronizeParameters(ISynchronizeParameters ppSynchronizeParameters) throws IOException, AutomationException
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.ISynchronizeParameters getSynchronizeParameters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOrthorectificationParametersByRef(IGeometricFunctionArguments ppIGeometricFunctionArguments) throws IOException, AutomationException
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.IGeometricFunctionArguments getOrthorectificationParameters() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFirstAddTimeStamp(Date pFirstAddTimeStamp) throws IOException, AutomationException
pFirstAddTimeStamp
- The pFirstAddTimeStamp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Date getFirstAddTimeStamp() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLastAddTimeStamp(Date pLastAddTimeStamp) throws IOException, AutomationException
pLastAddTimeStamp
- The pLastAddTimeStamp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Date getLastAddTimeStamp() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLastSyncTimeStamp(Date pLastSyncTimeStamp) throws IOException, AutomationException
pLastSyncTimeStamp
- The pLastSyncTimeStamp (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Date getLastSyncTimeStamp() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOperationDescription(String pOperationDescription) throws IOException, AutomationException
pOperationDescription
- The pOperationDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOperationDescription() throws IOException, AutomationException
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 |