| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.location.HatchLineDefinition
public class HatchLineDefinition
Hatch using a line symbol.
| Constructor Summary | |
|---|---|
HatchLineDefinition()
Constructs a HatchLineDefinition using ArcGIS Engine.  | 
|
HatchLineDefinition(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.  HatchLineDefinition theHatchLineDefinition = (HatchLineDefinition) obj; | 
|
| Method Summary | |
|---|---|
 void | 
assign(IClone src)
Assigns the properties of src to the receiver.  | 
 boolean | 
equals(Object o)
Compare this object with another  | 
 IClone | 
esri_clone()
Clones the receiver and assigns the result to *clone.  | 
 int | 
getAlignment()
The hatch alignment.  | 
 void | 
getClassID(GUID[] pClassID)
getClassID  | 
static String | 
getClsid()
getClsid.  | 
 int | 
getDisplayPrecision()
The display precision.  | 
 String | 
getExpression()
The Expression.  | 
 int | 
getExpressionParserEngine()
The Expression Parser Engine.  | 
 ISymbol | 
getHatchSymbol()
The hatch symbol.  | 
 double | 
getLength()
The hatch line length.  | 
 double | 
getOffset()
The offset.  | 
 String | 
getPrefix()
The prefix.  | 
 void | 
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax  | 
 String | 
getSuffix()
The suffix.  | 
 double | 
getSupplementalAngle()
The SupplementalAngle.  | 
 int | 
getTextDisplay()
Text display setting for the style.  | 
 ITextSymbol | 
getTextSymbol()
The text symbol.  | 
 int | 
hashCode()
the hashcode for this object  | 
 void | 
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo  | 
 boolean | 
isAdjustTextOrientation()
Indicates whether to adjust text orientation.  | 
 void | 
isDirty()
isDirty  | 
 boolean | 
isEqual(IClone other)
Indicates if the receiver and other have the same properties.  | 
 boolean | 
isExpressionSimple()
Indicates whether the expression is simple.  | 
 boolean | 
isIdentical(IClone other)
Indicates if the receiver and other are the same object.  | 
 boolean | 
isShowSign()
Indicates whether to show negative sign in hatch text for negative M values.  | 
 void | 
load(IStream pstm)
load  | 
 void | 
readExternal(ObjectInput in)
 | 
 void | 
save(IStream pstm,
     int fClearDirty)
save  | 
 void | 
setAdjustTextOrientation(boolean pAdjustTextOrientation)
Indicates whether to adjust text orientation.  | 
 void | 
setAlignment(int pAlignment)
The hatch alignment.  | 
 void | 
setDisplayPrecision(int pDisplayPrecision)
The display precision.  | 
 void | 
setExpression(String expression)
The Expression.  | 
 void | 
setExpressionParserEngine(int parserEngine)
The Expression Parser Engine.  | 
 void | 
setExpressionSimple(boolean expressionSimple)
Indicates whether the expression is simple.  | 
 void | 
setHatchSymbolByRef(ISymbol ppSymbol)
The hatch symbol.  | 
 void | 
setLength(double pLength)
The hatch line length.  | 
 void | 
setOffset(double pAngle)
The offset.  | 
 void | 
setPrefix(String pPrefix)
The prefix.  | 
 void | 
setShowSign(boolean pShowSign)
Indicates whether to show negative sign in hatch text for negative M values.  | 
 void | 
setSuffix(String pSuffix)
The suffix.  | 
 void | 
setSupplementalAngle(double pAngle)
The SupplementalAngle.  | 
 void | 
setTextDisplay(int display)
Text display setting for the style.  | 
 void | 
setTextSymbolByRef(ITextSymbol ppSymbol)
The text symbol.  | 
 void | 
writeExternal(ObjectOutput out)
 | 
| 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 HatchLineDefinition()
                    throws IOException,
                           UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public HatchLineDefinition(Object obj)
                    throws IOException
 HatchLineDefinition theHatchLineDefinition = (HatchLineDefinition) obj;
obj to HatchLineDefinition.
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 ISymbol getHatchSymbol()
                       throws IOException,
                              AutomationException
getHatchSymbol in interface IHatchDefinitionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHatchSymbolByRef(ISymbol ppSymbol)
                         throws IOException,
                                AutomationException
setHatchSymbolByRef in interface IHatchDefinitionppSymbol - A reference to a com.esri.arcgis.display.ISymbol  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getOffset()
                 throws IOException,
                        AutomationException
getOffset in interface IHatchDefinitionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOffset(double pAngle)
               throws IOException,
                      AutomationException
setOffset in interface IHatchDefinitionpAngle - The pAngle  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextDisplay(int display)
                    throws IOException,
                           AutomationException
setTextDisplay in interface IHatchDefinitiondisplay - A com.esri.arcgis.location.esriHatchTextDisplay constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTextDisplay()
                   throws IOException,
                          AutomationException
getTextDisplay in interface IHatchDefinitionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextSymbol getTextSymbol()
                          throws IOException,
                                 AutomationException
getTextSymbol in interface IHatchDefinitionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextSymbolByRef(ITextSymbol ppSymbol)
                        throws IOException,
                               AutomationException
setTextSymbolByRef in interface IHatchDefinitionppSymbol - A reference to a com.esri.arcgis.display.ITextSymbol  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getDisplayPrecision()
                        throws IOException,
                               AutomationException
getDisplayPrecision in interface IHatchDefinitionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayPrecision(int pDisplayPrecision)
                         throws IOException,
                                AutomationException
setDisplayPrecision in interface IHatchDefinitionpDisplayPrecision - The pDisplayPrecision  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowSign(boolean pShowSign)
                 throws IOException,
                        AutomationException
setShowSign in interface IHatchDefinitionpShowSign - The pShowSign  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowSign()
                   throws IOException,
                          AutomationException
isShowSign in interface IHatchDefinitionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getPrefix()
                 throws IOException,
                        AutomationException
getPrefix in interface IHatchDefinitionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrefix(String pPrefix)
               throws IOException,
                      AutomationException
setPrefix in interface IHatchDefinitionpPrefix - The pPrefix  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getSuffix()
                 throws IOException,
                        AutomationException
getSuffix in interface IHatchDefinitionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSuffix(String pSuffix)
               throws IOException,
                      AutomationException
setSuffix in interface IHatchDefinitionpSuffix - The pSuffix  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getExpression()
                     throws IOException,
                            AutomationException
getExpression in interface IHatchDefinitionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExpression(String expression)
                   throws IOException,
                          AutomationException
setExpression in interface IHatchDefinitionexpression - The expression  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExpressionSimple(boolean expressionSimple)
                         throws IOException,
                                AutomationException
setExpressionSimple in interface IHatchDefinitionexpressionSimple - The expressionSimple  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isExpressionSimple()
                           throws IOException,
                                  AutomationException
isExpressionSimple in interface IHatchDefinitionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getExpressionParserEngine()
                              throws IOException,
                                     AutomationException
getExpressionParserEngine in interface IHatchDefinitionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExpressionParserEngine(int parserEngine)
                               throws IOException,
                                      AutomationException
setExpressionParserEngine in interface IHatchDefinitionparserEngine - A com.esri.arcgis.location.esriHatchExpressionEngine constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAdjustTextOrientation(boolean pAdjustTextOrientation)
                              throws IOException,
                                     AutomationException
setAdjustTextOrientation in interface IHatchDefinitionpAdjustTextOrientation - The pAdjustTextOrientation  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAdjustTextOrientation()
                                throws IOException,
                                       AutomationException
isAdjustTextOrientation in interface IHatchDefinitionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAlignment()
                 throws IOException,
                        AutomationException
getAlignment in interface IHatchDefinitionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAlignment(int pAlignment)
                  throws IOException,
                         AutomationException
setAlignment in interface IHatchDefinitionpAlignment - A com.esri.arcgis.location.esriHatchAlignmentType constant  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getLength()
                 throws IOException,
                        AutomationException
getLength in interface IHatchLineDefinitionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLength(double pLength)
               throws IOException,
                      AutomationException
setLength in interface IHatchLineDefinitionpLength - The pLength  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getSupplementalAngle()
                            throws IOException,
                                   AutomationException
getSupplementalAngle in interface IHatchLineDefinitionIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSupplementalAngle(double pAngle)
                          throws IOException,
                                 AutomationException
setSupplementalAngle in interface IHatchLineDefinitionpAngle - The pAngle  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
             throws IOException,
                    AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty in interface IPersistStreamIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
          throws IOException,
                 AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
                 int fClearDirty)
          throws IOException,
                 AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream  (in)fClearDirty - The fClearDirty  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
                throws IOException,
                       AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
                throws IOException,
                       AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID  (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IClone esri_clone()
                  throws IOException,
                         AutomationException
esri_clone in interface ICloneIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
            throws IOException,
                   AutomationException
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEqual(IClone other)
                throws IOException,
                       AutomationException
IsEqual returns True if the receiver and the source have the same properties. Note, this does not imply that the receiver and the source reference the same object.
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIdentical(IClone other)
                    throws IOException,
                           AutomationException
IsIdentical returns true if the receiver and the source reference the same object.
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone  (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
                                throws IOException,
                                       AutomationException
Indicates whether the interface supports IErrorInfo.
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID  (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 ExternalizableIOException
public void readExternal(ObjectInput in)
                  throws IOException,
                         ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||