|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.display.ILineDecorationElementProxy
com.esri.arcgis.display.ISimpleLineDecorationElementProxy
Description: 'Provides access to members that control the simple line decoration.' 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 =
public class ISimpleLineDecorationElementProxy
Internal use class
| Field Summary | |
|---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.display.ISimpleLineDecorationElement |
|---|
IID, IID533d88f7_0a1a_11d2_b27f_0000f878229e |
| Fields inherited from interface com.esri.arcgis.display.ILineDecorationElement |
|---|
IID533d88f2_0a1a_11d2_b27f_0000f878229e |
| Constructor Summary | |
|---|---|
|
ISimpleLineDecorationElementProxy()
Deprecated. For internal use only |
|
ISimpleLineDecorationElementProxy(java.lang.Object obj)
Deprecated. |
protected |
ISimpleLineDecorationElementProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
ISimpleLineDecorationElementProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
ISimpleLineDecorationElementProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
IMarkerSymbol |
getMarkerSymbol()
Deprecated. The marker symbol. |
boolean |
isFlipAll()
Deprecated. Indicates if all symbols are flipped 180 degrees. |
boolean |
isFlipFirst()
Deprecated. Indicates if marker symbol in '0' position is flipped 180 degrees. |
boolean |
isRotate()
Deprecated. Indicates if marker symbols are rotated to follow the line. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setFlipAll(boolean flipAll)
Deprecated. Indicates if all symbols are flipped 180 degrees. |
void |
setFlipFirst(boolean flipFirst)
Deprecated. Indicates if marker symbol in '0' position is flipped 180 degrees. |
void |
setMarkerSymbol(IMarkerSymbol markerSymbol)
Deprecated. The marker symbol. |
void |
setRotate(boolean rotate)
Deprecated. Indicates if marker symbols are rotated to follow the line. |
| Methods inherited from class com.esri.arcgis.display.ILineDecorationElementProxy |
|---|
addPosition, clearPositions, deletePosition, draw, getPosition, getPositionCount, isPositionAsRatio, queryBoundary, setPositionAsRatio |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.display.ILineDecorationElement |
|---|
addPosition, clearPositions, deletePosition, draw, getPosition, getPositionCount, isPositionAsRatio, queryBoundary, setPositionAsRatio |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public ISimpleLineDecorationElementProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic ISimpleLineDecorationElementProxy()
public ISimpleLineDecorationElementProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected ISimpleLineDecorationElementProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected ISimpleLineDecorationElementProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class ILineDecorationElementProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class ILineDecorationElementProxyjava.io.IOException
public IMarkerSymbol getMarkerSymbol()
throws java.io.IOException,
AutomationException
getMarkerSymbol in interface ISimpleLineDecorationElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMarkerSymbol(IMarkerSymbol markerSymbol)
throws java.io.IOException,
AutomationException
setMarkerSymbol in interface ISimpleLineDecorationElementmarkerSymbol - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isRotate()
throws java.io.IOException,
AutomationException
isRotate in interface ISimpleLineDecorationElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setRotate(boolean rotate)
throws java.io.IOException,
AutomationException
setRotate in interface ISimpleLineDecorationElementrotate - The rotate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFlipFirst()
throws java.io.IOException,
AutomationException
isFlipFirst in interface ISimpleLineDecorationElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFlipFirst(boolean flipFirst)
throws java.io.IOException,
AutomationException
setFlipFirst in interface ISimpleLineDecorationElementflipFirst - The flipFirst (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFlipAll()
throws java.io.IOException,
AutomationException
isFlipAll in interface ISimpleLineDecorationElementjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFlipAll(boolean flipAll)
throws java.io.IOException,
AutomationException
setFlipAll in interface ISimpleLineDecorationElementflipAll - The flipAll (in)
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 | ||||||||