|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.location.HatchMarkerDefinition
public class HatchMarkerDefinition
COM Class 'HatchMarkerDefinition'. Generated 3/19/2015 1:20:44 PM from 'C:\ArcGIS\COM\esriLocation.olb'
Description 'Hatch using a marker symbol.' 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 | |
|---|---|
static long |
serialVersionUID
|
| Fields inherited from interface com.esri.arcgis.location.IHatchDefinition |
|---|
IID, IID2a409f42_de3b_4782_a294_9b56516c5ee4, xxDummy |
| Fields inherited from interface com.esri.arcgis.location.IHatchMarkerDefinition |
|---|
IID, IIDc137d658_c8fa_49f1_866f_2fe6f8cea55c, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersistStream |
|---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersist |
|---|
IID0000010c_0000_0000_c000_000000000046 |
| Fields inherited from interface com.esri.arcgis.system.IClone |
|---|
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
|---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
| Constructor Summary | |
|---|---|
HatchMarkerDefinition()
Constructs a HatchMarkerDefinition using ArcGIS Engine. |
|
HatchMarkerDefinition(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. HatchMarkerDefinition theHatchMarkerDefinition = (HatchMarkerDefinition) obj; |
|
| Method Summary | |
|---|---|
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
boolean |
equals(java.lang.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 java.lang.String |
getClsid()
getClsid. |
int |
getDisplayPrecision()
The display precision. |
java.lang.String |
getExpression()
The Expression. |
int |
getExpressionParserEngine()
The Expression Parser Engine. |
ISymbol |
getHatchSymbol()
The hatch symbol. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
double |
getOffset()
The offset. |
java.lang.String |
getPrefix()
The prefix. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
java.lang.String |
getSuffix()
The suffix. |
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(java.io.ObjectInput in)
|
void |
release()
Release a HatchMarkerDefinition. |
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(java.lang.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 |
setOffset(double pAngle)
The offset. |
void |
setPrefix(java.lang.String pPrefix)
The prefix. |
void |
setShowSign(boolean pShowSign)
Indicates whether to show negative sign in hatch text for negative M values. |
void |
setSuffix(java.lang.String pSuffix)
The suffix. |
void |
setTextDisplay(int display)
Text display setting for the style. |
void |
setTextSymbolByRef(ITextSymbol ppSymbol)
The text symbol. |
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public HatchMarkerDefinition()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public HatchMarkerDefinition(java.lang.Object obj)
throws java.io.IOException
HatchMarkerDefinition theHatchMarkerDefinition = (HatchMarkerDefinition) obj;
obj to HatchMarkerDefinition.
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 ISymbol getHatchSymbol()
throws java.io.IOException,
AutomationException
getHatchSymbol in interface IHatchDefinitionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHatchSymbolByRef(ISymbol ppSymbol)
throws java.io.IOException,
AutomationException
setHatchSymbolByRef in interface IHatchDefinitionppSymbol - A reference to a com.esri.arcgis.display.ISymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getOffset()
throws java.io.IOException,
AutomationException
getOffset in interface IHatchDefinitionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOffset(double pAngle)
throws java.io.IOException,
AutomationException
setOffset in interface IHatchDefinitionpAngle - The pAngle (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextDisplay(int display)
throws java.io.IOException,
AutomationException
setTextDisplay in interface IHatchDefinitiondisplay - A com.esri.arcgis.location.esriHatchTextDisplay constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getTextDisplay()
throws java.io.IOException,
AutomationException
getTextDisplay in interface IHatchDefinitionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ITextSymbol getTextSymbol()
throws java.io.IOException,
AutomationException
getTextSymbol in interface IHatchDefinitionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTextSymbolByRef(ITextSymbol ppSymbol)
throws java.io.IOException,
AutomationException
setTextSymbolByRef in interface IHatchDefinitionppSymbol - 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 int getDisplayPrecision()
throws java.io.IOException,
AutomationException
getDisplayPrecision in interface IHatchDefinitionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayPrecision(int pDisplayPrecision)
throws java.io.IOException,
AutomationException
setDisplayPrecision in interface IHatchDefinitionpDisplayPrecision - The pDisplayPrecision (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowSign(boolean pShowSign)
throws java.io.IOException,
AutomationException
setShowSign in interface IHatchDefinitionpShowSign - The pShowSign (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowSign()
throws java.io.IOException,
AutomationException
isShowSign in interface IHatchDefinitionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getPrefix()
throws java.io.IOException,
AutomationException
getPrefix in interface IHatchDefinitionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setPrefix(java.lang.String pPrefix)
throws java.io.IOException,
AutomationException
setPrefix in interface IHatchDefinitionpPrefix - The pPrefix (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getSuffix()
throws java.io.IOException,
AutomationException
getSuffix in interface IHatchDefinitionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSuffix(java.lang.String pSuffix)
throws java.io.IOException,
AutomationException
setSuffix in interface IHatchDefinitionpSuffix - The pSuffix (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getExpression()
throws java.io.IOException,
AutomationException
getExpression in interface IHatchDefinitionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExpression(java.lang.String expression)
throws java.io.IOException,
AutomationException
setExpression in interface IHatchDefinitionexpression - The expression (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExpressionSimple(boolean expressionSimple)
throws java.io.IOException,
AutomationException
setExpressionSimple in interface IHatchDefinitionexpressionSimple - The expressionSimple (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isExpressionSimple()
throws java.io.IOException,
AutomationException
isExpressionSimple in interface IHatchDefinitionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getExpressionParserEngine()
throws java.io.IOException,
AutomationException
getExpressionParserEngine in interface IHatchDefinitionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setExpressionParserEngine(int parserEngine)
throws java.io.IOException,
AutomationException
setExpressionParserEngine in interface IHatchDefinitionparserEngine - A com.esri.arcgis.location.esriHatchExpressionEngine constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAdjustTextOrientation(boolean pAdjustTextOrientation)
throws java.io.IOException,
AutomationException
setAdjustTextOrientation in interface IHatchDefinitionpAdjustTextOrientation - The pAdjustTextOrientation (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isAdjustTextOrientation()
throws java.io.IOException,
AutomationException
isAdjustTextOrientation in interface IHatchDefinitionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getAlignment()
throws java.io.IOException,
AutomationException
getAlignment in interface IHatchDefinitionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAlignment(int pAlignment)
throws java.io.IOException,
AutomationException
setAlignment in interface IHatchDefinitionpAlignment - A com.esri.arcgis.location.esriHatchAlignmentType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws java.io.IOException,
AutomationException
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.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.
public IClone esri_clone()
throws java.io.IOException,
AutomationException
esri_clone in interface IClonejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws java.io.IOException,
AutomationException
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEqual(IClone other)
throws java.io.IOException,
AutomationException
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIdentical(IClone other)
throws java.io.IOException,
AutomationException
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void interfaceSupportsErrorInfo(GUID riid)
throws java.io.IOException,
AutomationException
interfaceSupportsErrorInfo in interface ISupportErrorInforiid - A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||