|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ITerrainBlobWriter
COM Interface 'ITerrainBlobWriter'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriGeoDatabaseExtensions.olb'
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 =
| Field Summary | |
|---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID6ed22878_8391_4ee1_999f_a9b6be197bd9
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
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. |
| Field Detail |
|---|
static final int IID6ed22878_8391_4ee1_999f_a9b6be197bd9
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||