|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geodatabase.FeatureElement
public class FeatureElement
ESRI Feature Element object.
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
| Constructor Summary | |
|---|---|
FeatureElement()
Constructs a FeatureElement using ArcGIS Engine. |
|
FeatureElement(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FeatureElement theFeatureElement = (FeatureElement) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
static String |
getClsid()
getClsid. |
int |
getElementType()
The Type of Feature Element. |
IGeometry |
getGeometry()
The Geometry of the Feature Element. |
IFeature |
getOwner()
The Feature that owns the Feature Element. |
IFeatureElement |
getParent()
The Parent of the Feature Element. |
int |
hashCode()
the hashcode for this object |
void |
setElementType(int rhs1)
The Type of Feature Element. |
void |
setGeometryByRef(IGeometry rhs1)
The Geometry of the Feature Element. |
void |
setOwnerByRef(IFeature rhs1)
The Feature that owns the Feature Element. |
void |
setParentByRef(IFeatureElement rhs1)
The Parent of the Feature Element. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public FeatureElement()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public FeatureElement(Object obj)
throws IOException
FeatureElement theFeatureElement = (FeatureElement) obj;
obj to FeatureElement.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public IFeature getOwner()
throws IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
getOwner in interface IFeatureElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getElementType()
throws IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
getElementType in interface IFeatureElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IGeometry getGeometry()
throws IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
getGeometry in interface IFeatureElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFeatureElement getParent()
throws IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
getParent in interface IFeatureElementIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOwnerByRef(IFeature rhs1)
throws IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
setOwnerByRef in interface IFeatureElementEditrhs1 - A reference to a com.esri.arcgis.geodatabase.IFeature (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setElementType(int rhs1)
throws IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
setElementType in interface IFeatureElementEditrhs1 - A com.esri.arcgis.geodatabase.esriFeatureElementType constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeometryByRef(IGeometry rhs1)
throws IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
setGeometryByRef in interface IFeatureElementEditrhs1 - A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParentByRef(IFeatureElement rhs1)
throws IOException,
AutomationException
It is recommended that developers do not use Complex Junctions in their data modeling solutions. Developers can leverage existing Geodatabase components in order to implement partial functionality, such as IFeatureClassExtension.
setParentByRef in interface IFeatureElementEditrhs1 - A reference to a com.esri.arcgis.geodatabase.IFeatureElement (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 | ||||||||