|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.schematic.INgAttributeGeometryProxy
public class INgAttributeGeometryProxy
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,
Serialized Form| Field Summary |
|---|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, E |
| Constructor Summary | |
|---|---|
|
INgAttributeGeometryProxy()
|
|
INgAttributeGeometryProxy(Object obj)
|
protected |
INgAttributeGeometryProxy(Object obj,
String iid)
|
| Method Summary | |
|---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
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 |
readExternal(ObjectInput in)
|
void |
removeListener(String iidStr,
Object theListener)
|
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. |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, queryInterface, release, setNativeMode, setPropertyByName, toString, vtblInvoke |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public INgAttributeGeometryProxy()
public INgAttributeGeometryProxy(Object obj)
throws IOException
IOException
protected INgAttributeGeometryProxy(Object obj,
String iid)
throws IOException
IOException| Method Detail |
|---|
public void addListener(String iidStr,
Object theListener,
Object theSource)
throws IOException
addListener in class com.esri.arcgis.interop.DispatchIOException
public void removeListener(String iidStr,
Object theListener)
throws IOException
removeListener in class com.esri.arcgis.interop.DispatchIOException
public 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.
getName in interface INgAttributeGeometryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String pVal)
throws IOException,
AutomationException
setName in interface INgAttributeGeometrypVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getFieldName()
throws IOException,
AutomationException
This field is a BLOB field.
getFieldName in interface INgAttributeGeometryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFieldName(String pVal)
throws IOException,
AutomationException
setFieldName in interface INgAttributeGeometrypVal - The pVal (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGeometryType()
throws IOException,
AutomationException
Three type of geometry are available to decode an ESRI geometry blob field:
getGeometryType in interface INgAttributeGeometryIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeometryType(int pVal)
throws IOException,
AutomationException
setGeometryType in interface INgAttributeGeometrypVal - A com.esri.arcgis.schematic.esriNgGeometryType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizablewriteExternal in class com.esri.arcgis.interop.DispatchIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizablereadExternal in class com.esri.arcgis.interop.DispatchIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||