|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IRasterBuilder2
Provides access to members that control a raster builder.
Method Summary | |
---|---|
boolean |
canBuild(Object vtDataSource)
Indicates whether the raster builder recognizes the specified data source and is possibly capable of building a valid function raster dataset from it. |
boolean |
isCanMergeItems()
Indicates whether the raster builder is capable of building composite crawled items. |
boolean |
isMergeItems()
Indicates whether the raster builder constructs a multi-part URI given a composite crawled item. |
void |
setMergeItems(boolean pbMergeItems)
Indicates whether the raster builder constructs a multi-part URI given a composite crawled item. |
void |
validate()
Validates the raster builder. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IRasterBuilder |
---|
beginConstruction, build, constructURIs, endConstruction, getAuxiliaryFieldAlias, getAuxiliaryFields, getNextURI, getProperties, getRecommendedCrawler, isCanBuildInPlace, isStale, setAuxiliaryFieldAliasByRef, setAuxiliaryFieldsByRef, setPropertiesByRef |
Method Detail |
---|
boolean canBuild(Object vtDataSource) throws IOException, AutomationException
vtDataSource
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void validate() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isCanMergeItems() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isMergeItems() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMergeItems(boolean pbMergeItems) throws IOException, AutomationException
pbMergeItems
- The pbMergeItems (in)
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 |