public interface ITerrainBlobWriter
extends java.io.Serializable
Description: 'Provides access to members that construct an attribute blob.' 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 |
IID6ed22878_8391_4ee1_999f_a9b6be197bd9 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
addValue(java.lang.Object value)
Adds an attribute value to the blob.
|
void |
beginAddingValue(int type)
Initialize a new blob with the specified data type.
|
IMemoryBlobStream |
endAddingValue()
Completes writing the blob and returns a reference to the blob object.
|
int |
getItemCount()
Returns the number of attribute values contained in the blob.
|
static final int IID6ed22878_8391_4ee1_999f_a9b6be197bd9
static final int xxDummy
static final java.lang.String IID
void beginAddingValue(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.geodatabaseextensions.esriTerrainBlobDataType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void addValue(java.lang.Object value) throws java.io.IOException, AutomationException
value
- A Variant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getItemCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IMemoryBlobStream endAddingValue() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.