com.esri.arcgis.schematic
Interface ISchematicAttributeGeometry

All Superinterfaces:
ISchematicAttribute, java.io.Serializable
All Known Implementing Classes:
ISchematicAttributeGeometryProxy, SchematicAttributeGeometry

public interface ISchematicAttributeGeometry
extends ISchematicAttribute, java.io.Serializable

COM Interface 'ISchematicAttributeGeometry'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'

Description: 'Provides access to members that manage the schematic attribute geometry.' 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 IID1f17fd53_b8a3_4827_9a50_d767db80a0a4
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
IIDfd0a84c9_c8d2_44da_98ea_e68026c2d56b
 
Method Summary
 int getAttributeGeometryType()
          Attribute geometry type of the schematic attribute geometry.
 java.lang.String getFieldName()
          Shape field name of the schematic attribute geometry.
 void setAttributeGeometryType(int type)
          Attribute geometry type of the schematic attribute geometry.
 void setFieldName(java.lang.String fieldName)
          Shape field name of the schematic attribute geometry.
 
Methods inherited from interface com.esri.arcgis.schematic.ISchematicAttribute
delete, getCLSID, getDescription, getName, getSchematicObjectClass, getValue, setName
 

Field Detail

IID1f17fd53_b8a3_4827_9a50_d767db80a0a4

static final int IID1f17fd53_b8a3_4827_9a50_d767db80a0a4
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

getFieldName

java.lang.String getFieldName()
                              throws java.io.IOException,
                                     AutomationException
Shape field name of the schematic attribute geometry.

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

setFieldName

void setFieldName(java.lang.String fieldName)
                  throws java.io.IOException,
                         AutomationException
Shape field name of the schematic attribute geometry.

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

getAttributeGeometryType

int getAttributeGeometryType()
                             throws java.io.IOException,
                                    AutomationException
Attribute geometry type of the schematic attribute geometry.

Returns:
A com.esri.arcgis.schematic.esriSchematicAttributeGeometryType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAttributeGeometryType

void setAttributeGeometryType(int type)
                              throws java.io.IOException,
                                     AutomationException
Attribute geometry type of the schematic attribute geometry.

Parameters:
type - A com.esri.arcgis.schematic.esriSchematicAttributeGeometryType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.