|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.display.SimpleTextParser
public class SimpleTextParser
COM Class 'SimpleTextParser'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriDisplay.olb'
Description 'Simple text parser object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
| Field Summary |
|---|
| Fields inherited from interface com.esri.arcgis.display.ITextParser |
|---|
IID, IID55d9f654_5cde_4842_8e47_70518079fe1a, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersist |
|---|
IID, IID0000010c_0000_0000_c000_000000000046, xxDummy |
| Constructor Summary | |
|---|---|
SimpleTextParser()
Constructs a SimpleTextParser using ArcGIS Engine. |
|
SimpleTextParser(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. SimpleTextParser theSimpleTextParser = (SimpleTextParser) obj; |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
java.lang.String |
getText()
Text to parse. |
ITextSymbol |
getTextSymbol()
The text symbol. |
int |
hashCode()
the hashcode for this object |
void |
hasTags(boolean[] hasTags)
Returns true if the text contains tags and false if it does not. |
void |
next()
Parses the next tag and string and sets the TextSymbol accordingly. |
void |
release()
Release a SimpleTextParser. |
void |
reset()
Resets the text string tag sequence to the beginning. |
void |
setText(java.lang.String text)
Text to parse. |
void |
setTextSymbolByRef(ITextSymbol textSym)
The text symbol. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SimpleTextParser()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public SimpleTextParser(java.lang.Object obj)
throws java.io.IOException
SimpleTextParser theSimpleTextParser = (SimpleTextParser) obj;
obj to SimpleTextParser.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public ITextSymbol getTextSymbol()
throws java.io.IOException,
AutomationException
getTextSymbol in interface ITextParserjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextSymbolByRef(ITextSymbol textSym)
throws java.io.IOException,
AutomationException
setTextSymbolByRef in interface ITextParsertextSym - A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getText()
throws java.io.IOException,
AutomationException
getText in interface ITextParserjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setText(java.lang.String text)
throws java.io.IOException,
AutomationException
setText in interface ITextParsertext - The text (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void hasTags(boolean[] hasTags)
throws java.io.IOException,
AutomationException
hasTags in interface ITextParserhasTags - The hasTags (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void next()
throws java.io.IOException,
AutomationException
next in interface ITextParserjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void reset()
throws java.io.IOException,
AutomationException
reset in interface ITextParserjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.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 | ||||||||