|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INgAttributeGeometry
Provides access to members that control the attribute geometry.
An attribute geometry is an attribute which values are decoded from an ESRI geometry blob. Three types of information can be decoded: the list of intermediate points related to a feature edge (that is, the vertices), the X coordinate for a feature point, and the Y coordinate for a feature point.
Such an attribute may be defined when you work with an ESRI geodatabase, and you have no reason to define that attribute if your database is not an ESRI geodatabase. Moreover, the datasource specified for the element type the geometric attribute is related to, must connect your ESRI geodatabase using the ESRI provider, otherwise the computed geometric attribute value will be wrong.
INgAttribute| Method Summary | |
|---|---|
String |
getFieldName()
Name of the field where the geometric information is stored. |
int |
getGeometryType()
Type of geometric information. |
String |
getName()
Name of the attribute geometry. |
void |
setFieldName(String pVal)
Name of the field where the geometric information is stored. |
void |
setGeometryType(int pVal)
Type of geometric information. |
void |
setName(String pVal)
Name of the attribute geometry. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
This name is defined when the geometry attribute is created
- either by calling the INgObjectType CreateAttribute method in the program code,
- or through ArcGIS Schematics Designer, when the attribute has been created.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String getFieldName()
throws IOException,
AutomationException
This field is a BLOB field.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFieldName(String pVal)
throws IOException,
AutomationException
pVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getGeometryType()
throws IOException,
AutomationException
Three type of geometry are available to decode an ESRI geometry blob field:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setGeometryType(int pVal)
throws IOException,
AutomationException
pVal - A com.esri.arcgis.schematic.esriNgGeometryType constant (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 | ||||||||