|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGlobeDrawingOrder
Provides access to members that control the globe drawing order.
IGlobeDrawingOrder Provides access to the layer drawing order. The methods, Movebackward, MoveForward, MoveToBack, and MoveToFront allow re-ordering of layers relative to each other from current drawing order, stored as OrderedLayers.
Method Summary | |
---|---|
IEnumLayer |
getOrderedLayers()
Layers in the drawing order. |
void |
moveBackward(ILayer layer)
Moves a layer backward one position within the drawing order. |
void |
moveForward(ILayer layer)
Moves a layer forward one position within the drawing order. |
void |
moveRanks(int from,
int to,
int cGroupRange)
Moves layers within the drawing order. |
void |
moveToBack(ILayer layer)
Moves a layer to the back of the drawing order. |
void |
moveToFront(ILayer layer)
Moves a layer to the front of the drawing order. |
void |
moveToLayer(ILayer fromLayer,
ILayer toLayer)
Moves a layer within the drawing order. |
Method Detail |
---|
IEnumLayer getOrderedLayers() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveRanks(int from, int to, int cGroupRange) throws IOException, AutomationException
from
- The from (in)to
- The to (in)cGroupRange
- The cGroupRange (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveToLayer(ILayer fromLayer, ILayer toLayer) throws IOException, AutomationException
fromLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)toLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveToFront(ILayer layer) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveToBack(ILayer layer) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveForward(ILayer layer) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveBackward(ILayer layer) throws IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.ILayer (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 |