|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.schematic.SchematicFeatureValue
public class SchematicFeatureValue
Schematic feature value object.
| Constructor Summary | |
|---|---|
SchematicFeatureValue()
Constructs a SchematicFeatureValue using ArcGIS Engine. |
|
SchematicFeatureValue(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SchematicFeatureValue theSchematicFeatureValue = (SchematicFeatureValue) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
Compare this object with another |
Object |
getAssociatedFeatureValue(INgElement element,
String fieldsName)
Returns the value for the specified field names for the feature associated with the specified graphic element. |
static String |
getClsid()
getClsid. |
int |
hashCode()
the hashcode for this object |
void |
initialize(INgProject ngProject)
Initializes the schematic feature value for the specified graphic project. |
| 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 SchematicFeatureValue()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public SchematicFeatureValue(Object obj)
throws IOException
SchematicFeatureValue theSchematicFeatureValue = (SchematicFeatureValue) obj;
obj to SchematicFeatureValue.
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 void initialize(INgProject ngProject)
throws IOException,
AutomationException
initialize in interface ISchematicFeatureValuengProject - A reference to a com.esri.arcgis.schematic.INgProject (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getAssociatedFeatureValue(INgElement element,
String fieldsName)
throws IOException,
AutomationException
getAssociatedFeatureValue in interface ISchematicFeatureValueelement - A reference to a com.esri.arcgis.schematic.INgElement (in)fieldsName - The fieldsName (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 | ||||||||