|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.geoprocessing.GPFieldInfoProperty
public class GPFieldInfoProperty
Geoprocessing value object describing a field.
| Constructor Summary | |
|---|---|
GPFieldInfoProperty()
Constructs a GPFieldInfoProperty using ArcGIS Engine. |
|
GPFieldInfoProperty(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. GPFieldInfoProperty theGPFieldInfoProperty = (GPFieldInfoProperty) obj; |
|
| Method Summary | |
|---|---|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
boolean |
equals(Object o)
Compare this object with another |
String |
getAlias()
FieldInfo Property Alias. |
static String |
getClsid()
getClsid. |
int |
getIndex()
FieldInfo Property Index. |
String |
getJoinDelimiter()
FieldInfo Property Join Delimiter. |
int |
getMergeRule()
FieldInfo Property Merge Rule. |
String |
getName()
FieldInfo Property Name. |
String |
getRealAlias()
FieldInfo Property Real Alias. |
int |
getSplitRule()
FieldInfo Property Split Rule. |
void |
getTextPos(int[] start,
int[] end)
Returns the start and end text positions. |
int |
hashCode()
the hashcode for this object |
boolean |
isHasError()
Indicates whether or not the field info property has an error. |
boolean |
isVisible()
Indicates whether or not the field is visible. |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setAlias(String alias)
FieldInfo Property Alias. |
void |
setHasError(boolean error)
Indicates whether or not the field info property has an error. |
void |
setIndex(int index)
FieldInfo Property Index. |
void |
setJoinDelimiter(String delimiter)
FieldInfo Property Join Delimiter. |
void |
setMergeRule(int rule)
FieldInfo Property Merge Rule. |
void |
setName(String name)
FieldInfo Property Name. |
void |
setRealAlias(String alias)
FieldInfo Property Real Alias. |
void |
setSplitRule(int rule)
FieldInfo Property Split Rule. |
void |
setTextPos(int start,
int end)
Sets the start and end text positions. |
void |
setVisible(boolean visible)
Indicates whether or not the field is visible. |
| 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 GPFieldInfoProperty()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public GPFieldInfoProperty(Object obj)
throws IOException
GPFieldInfoProperty theGPFieldInfoProperty = (GPFieldInfoProperty) obj;
obj to GPFieldInfoProperty.
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 int getIndex()
throws IOException,
AutomationException
getIndex in interface IGPFieldInfoPropertyIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setIndex(int index)
throws IOException,
AutomationException
setIndex in interface IGPFieldInfoPropertyindex - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getName()
throws IOException,
AutomationException
getName in interface IGPFieldInfoPropertyIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String name)
throws IOException,
AutomationException
setName in interface IGPFieldInfoPropertyname - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getAlias()
throws IOException,
AutomationException
getAlias in interface IGPFieldInfoPropertyIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAlias(String alias)
throws IOException,
AutomationException
setAlias in interface IGPFieldInfoPropertyalias - The alias (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSplitRule()
throws IOException,
AutomationException
getSplitRule in interface IGPFieldInfoPropertyIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSplitRule(int rule)
throws IOException,
AutomationException
setSplitRule in interface IGPFieldInfoPropertyrule - A com.esri.arcgis.geoprocessing.esriGPFieldInfoSplitRule constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisible()
throws IOException,
AutomationException
isVisible in interface IGPFieldInfoPropertyIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisible(boolean visible)
throws IOException,
AutomationException
setVisible in interface IGPFieldInfoPropertyvisible - The visible (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHasError()
throws IOException,
AutomationException
isHasError in interface IGPFieldInfoPropertyIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHasError(boolean error)
throws IOException,
AutomationException
setHasError in interface IGPFieldInfoPropertyerror - The error (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getMergeRule()
throws IOException,
AutomationException
getMergeRule in interface IGPFieldInfoProperty2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMergeRule(int rule)
throws IOException,
AutomationException
setMergeRule in interface IGPFieldInfoProperty2rule - A com.esri.arcgis.geoprocessing.esriGPFieldMapMergeRule constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getJoinDelimiter()
throws IOException,
AutomationException
getJoinDelimiter in interface IGPFieldInfoProperty2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setJoinDelimiter(String delimiter)
throws IOException,
AutomationException
setJoinDelimiter in interface IGPFieldInfoProperty2delimiter - The delimiter (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getTextPos(int[] start,
int[] end)
throws IOException,
AutomationException
getTextPos in interface IGPFieldInfoProperty2start - The start (out: use single element array)end - The end (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextPos(int start,
int end)
throws IOException,
AutomationException
setTextPos in interface IGPFieldInfoProperty2start - The start (in)end - The end (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getRealAlias()
throws IOException,
AutomationException
getRealAlias in interface IGPFieldInfoProperty3IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRealAlias(String alias)
throws IOException,
AutomationException
setRealAlias in interface IGPFieldInfoProperty3alias - The alias (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void serialize(IXMLSerializeData data)
throws IOException,
AutomationException
serialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deserialize(IXMLSerializeData data)
throws IOException,
AutomationException
deserialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (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 | ||||||||