|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMultiLayerMarkerSymbol
Provides access to members that control the multiLayer marker symbol.
ICharacterMarkerSymbol,
IPictureMarkerSymbol,
IMarkerSymbol,
IArrowMarkerSymbol,
IMultiLayerMarkerSymbol,
ICartographicMarkerSymbol| Method Summary | |
|---|---|
void |
addLayer(IMarkerSymbol markerLayer)
Add marker symbol layer. |
void |
clearLayers()
Remove all symbol layers. |
void |
deleteLayer(IMarkerSymbol markerLayer)
Delete marker symbol layer. |
void |
drawLayer(int index,
IGeometry geometry)
Draw a symbol layer. |
IMarkerSymbol |
getLayer(int index)
Marker symbol per index position. |
int |
getLayerCount()
Symbol layer count. |
void |
moveLayer(IMarkerSymbol markerLayer,
int toIndex)
Change layer index position. |
| Methods inherited from interface com.esri.arcgis.display.IMarkerSymbol |
|---|
getAngle, getColor, getSize, getXOffset, getYOffset, setAngle, setColor, setSize, setXOffset, setYOffset |
| Method Detail |
|---|
int getLayerCount()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMarkerSymbol getLayer(int index)
throws IOException,
AutomationException
index - The index (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addLayer(IMarkerSymbol markerLayer)
throws IOException,
AutomationException
markerLayer - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void deleteLayer(IMarkerSymbol markerLayer)
throws IOException,
AutomationException
markerLayer - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void moveLayer(IMarkerSymbol markerLayer,
int toIndex)
throws IOException,
AutomationException
markerLayer - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)toIndex - The toIndex (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void clearLayers()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void drawLayer(int index,
IGeometry geometry)
throws IOException,
AutomationException
DrawLayer draws the IMarkerSymbol stored at the specified index within the IMultiLayerMarkerSymbol.
index - The index (in)geometry - A reference to a com.esri.arcgis.geometry.IGeometry (in)
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 | ||||||||