|
||||||||||
| 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.IFillSymbolProxy
com.esri.arcgis.display.IMultiLayerFillSymbolProxy
Provides access to members that control the multilayer fill symbol.
| Field Summary | |
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF |
| Constructor Summary | |
|
IMultiLayerFillSymbolProxy()
For internal use only |
|
IMultiLayerFillSymbolProxy(java.lang.Object obj)
|
protected |
IMultiLayerFillSymbolProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IMultiLayerFillSymbolProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
|
protected |
IMultiLayerFillSymbolProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
|
| Method Summary | |
void |
addLayer(IFillSymbol fillLayer)
Add fill symbol layer. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object. |
void |
clearLayers()
Remove all symbol layers. |
void |
deleteLayer(IFillSymbol fillLayer)
Delete fill symbol layer. |
void |
drawLayer(int index,
IGeometry geometry)
Draw a symbol layer. |
IFillSymbol |
getLayer(int index)
Fill symbol per layer position. |
int |
getLayerCount()
Symbol layer count. |
void |
moveLayer(IFillSymbol fillLayer,
int toIndex)
Change symbol layer position index. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object. |
| Methods inherited from class com.esri.arcgis.display.IFillSymbolProxy |
getColor, getOutline, setColor, setOutline |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.display.IFillSymbol |
getColor, getOutline, setColor, setOutline |
| Field Detail |
public static final java.lang.Class targetClass
| Constructor Detail |
public IMultiLayerFillSymbolProxy(java.lang.String CLSID,
java.lang.String host,
AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
public IMultiLayerFillSymbolProxy()
public IMultiLayerFillSymbolProxy(java.lang.Object obj)
throws java.io.IOException
protected IMultiLayerFillSymbolProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
protected IMultiLayerFillSymbolProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
AuthInfo authInfo)
throws java.io.IOException
| Method Detail |
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
Dispatch
addListener in class IFillSymbolProxyjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
Dispatch
removeListener in class IFillSymbolProxyjava.io.IOException
public int getLayerCount()
throws java.io.IOException,
AutomationException
IMultiLayerFillSymbolLayerCount returns the total number of layers currently contained in the IMultiLayerFillSymbol.
getLayerCount in interface IMultiLayerFillSymbolAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IFillSymbol getLayer(int index)
throws java.io.IOException,
AutomationException
IMultiLayerFillSymbolGetLayer returns an IFillSymbol from the specified index of the IMultiLayerFillSymbol.
getLayer in interface IMultiLayerFillSymbolindex - The index (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void addLayer(IFillSymbol fillLayer)
throws java.io.IOException,
AutomationException
IMultiLayerFillSymbolAddLayer adds a single layer to the IMultiLayerFillSymbol. The layer can be of any type supported by the IFillSymbol interface except types implementing IMultiLayerFillSymbol. In this case an E_INVALIDARG HRESULT will be thrown. Therefore, a MultiLayerFillSymbol cannot be imbeded within another MultiLayerFillSymbol.
addLayer in interface IMultiLayerFillSymbolfillLayer - A reference to a com.esri.arcgis.display.IFillSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deleteLayer(IFillSymbol fillLayer)
throws java.io.IOException,
AutomationException
IMultiLayerFillSymbolDeleteLayer deletes the layer at the given index.
deleteLayer in interface IMultiLayerFillSymbolfillLayer - A reference to a com.esri.arcgis.display.IFillSymbol (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void moveLayer(IFillSymbol fillLayer,
int toIndex)
throws java.io.IOException,
AutomationException
IMultiLayerFillSymbolMoveLayer moves the spcefied IFillSymbol to the specified index within the IMultiLayerFillSymbol.
moveLayer in interface IMultiLayerFillSymbolfillLayer - A reference to a com.esri.arcgis.display.IFillSymbol (in)toIndex - The toIndex (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void clearLayers()
throws java.io.IOException,
AutomationException
IMultiLayerFillSymbolClearLayers removes all the layers contained within the IMultiLayerFillSymbol.
clearLayers in interface IMultiLayerFillSymboljava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void drawLayer(int index,
IGeometry geometry)
throws java.io.IOException,
AutomationException
IMultiLayerFillSymbolDrawLayer draws the IFillSymbol stored at the specified index within the IMultiLayerFillSymbol.
drawLayer in interface IMultiLayerFillSymbolindex - The index (in)geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||