public interface IRasterTypeProperties
extends 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 |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID078c7800_66f2_46cf_a182_78e6c4aade53 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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 |
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.
|
static final int IID078c7800_66f2_46cf_a182_78e6c4aade53
static final int xxDummy
static final java.lang.String IID
void setName(java.lang.String pRasterTypeName) throws java.io.IOException, AutomationException
pRasterTypeName
- The pRasterTypeName (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDescription(java.lang.String pRasterTypeDescription) throws java.io.IOException, AutomationException
pRasterTypeDescription
- The pRasterTypeDescription (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setInputDataSourceTypes(int pInputDataSourceTypes) throws java.io.IOException, AutomationException
pInputDataSourceTypes
- The pInputDataSourceTypes (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getInputDataSourceTypes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDataSourceFilter(java.lang.String pDataSourceFilter) throws java.io.IOException, AutomationException
pDataSourceFilter
- The pDataSourceFilter (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDataSourceFilter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSupportedURIFiltersByRef(IArray pppItemURIFilterArray) throws java.io.IOException, AutomationException
pppItemURIFilterArray
- 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.IArray getSupportedURIFilters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSupportsOrthorectification(boolean pbSupportsOrthorectification) throws java.io.IOException, AutomationException
pbSupportsOrthorectification
- The pbSupportsOrthorectification (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSupportsOrthorectification() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSupportsStereo(boolean pbSupportsStereo) throws java.io.IOException, AutomationException
pbSupportsStereo
- The pbSupportsStereo (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSupportsStereo() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSupportsSeamline(boolean pbSupportsSeamline) throws java.io.IOException, AutomationException
pbSupportsSeamline
- The pbSupportsSeamline (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSupportsSeamline() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setEnableClipToFootprint(boolean pbEnableClipToFootprint) throws java.io.IOException, AutomationException
pbEnableClipToFootprint
- The pbEnableClipToFootprint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isEnableClipToFootprint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setAddRastersParameters(IAddRastersParameters ppAddRastersParameters) throws java.io.IOException, AutomationException
ppAddRastersParameters
- 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.IAddRastersParameters getAddRastersParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSynchronizeParameters(ISynchronizeParameters ppSynchronizeParameters) throws java.io.IOException, AutomationException
ppSynchronizeParameters
- 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.ISynchronizeParameters getSynchronizeParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOrthorectificationParametersByRef(IGeometricFunctionArguments ppIGeometricFunctionArguments) throws java.io.IOException, AutomationException
ppIGeometricFunctionArguments
- 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.IGeometricFunctionArguments getOrthorectificationParameters() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setFirstAddTimeStamp(java.util.Date pFirstAddTimeStamp) throws java.io.IOException, AutomationException
pFirstAddTimeStamp
- The pFirstAddTimeStamp (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.util.Date getFirstAddTimeStamp() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLastAddTimeStamp(java.util.Date pLastAddTimeStamp) throws java.io.IOException, AutomationException
pLastAddTimeStamp
- The pLastAddTimeStamp (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.util.Date getLastAddTimeStamp() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setLastSyncTimeStamp(java.util.Date pLastSyncTimeStamp) throws java.io.IOException, AutomationException
pLastSyncTimeStamp
- The pLastSyncTimeStamp (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.util.Date getLastSyncTimeStamp() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOperationDescription(java.lang.String pOperationDescription) throws java.io.IOException, AutomationException
pOperationDescription
- The pOperationDescription (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOperationDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.