com.esri.arcgis.datasourcesraster
Interface IRasterBuilder2

All Superinterfaces:
IRasterBuilder, java.io.Serializable
All Known Subinterfaces:
IRasterBuilder3
All Known Implementing Classes:
ApplanixBuilder, DmciiBuilder, ExNitfBuilder, FrameCameraBuilder, HREBuilder, IkonosBuilder, IRasterBuilder2Proxy, IRasterBuilder3Proxy, ISATBuilder, ISDefBuilder, KompsatBuilder, LandsatBuilder, LandsatMSSBuilder, LasBuilder, MatchATBuilder, NcdrdBuilder, NITFBuilder, OverviewBuilder, PixFileBuilder, PleiadesBuilder, QuickBirdBuilder, RadarBuilder, RapidEyeBuilder, RasterDatasetBuilder, RasterType, RPDefBuilder, RPFBuilder, ScientificDataBuilder, SearchBuilder, SocetSetBuilder, SpotBuilder, TableBuilder, TerrainBuilder

public interface IRasterBuilder2
extends IRasterBuilder, java.io.Serializable

COM Interface 'IRasterBuilder2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'

Description: 'Provides access to members that control a raster builder.' 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDec840d20_97c0_40a6_b86a_05179c79a745
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IRasterBuilder
IIDb2e3f2d4_5182_4299_aff5_41e5c9017d4f
 
Method Summary
 boolean canBuild(java.lang.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
 

Field Detail

IIDec840d20_97c0_40a6_b86a_05179c79a745

static final int IIDec840d20_97c0_40a6_b86a_05179c79a745
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

canBuild

boolean canBuild(java.lang.Object vtDataSource)
                 throws java.io.IOException,
                        AutomationException
Indicates whether the raster builder recognizes the specified data source and is possibly capable of building a valid function raster dataset from it.

Parameters:
vtDataSource - A Variant (in)
Returns:
The pbCanBuild
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

validate

void validate()
              throws java.io.IOException,
                     AutomationException
Validates the raster builder.

Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isCanMergeItems

boolean isCanMergeItems()
                        throws java.io.IOException,
                               AutomationException
Indicates whether the raster builder is capable of building composite crawled items.

Returns:
The pbCanMergeItems
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isMergeItems

boolean isMergeItems()
                     throws java.io.IOException,
                            AutomationException
Indicates whether the raster builder constructs a multi-part URI given a composite crawled item.

Returns:
The pbMergeItems
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMergeItems

void setMergeItems(boolean pbMergeItems)
                   throws java.io.IOException,
                          AutomationException
Indicates whether the raster builder constructs a multi-part URI given a composite crawled item.

Parameters:
pbMergeItems - The pbMergeItems (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.