|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerPosition
Provides access to members that control a layer's default position in the map interface.
ILayerPosition is implemented by layers that wish to define their order when added to higher level components, like maps, when auto arrange is used. The LayerWeight property defines the weight of the layer in the auto arrange order. During auto arrange, the higher weight layers are added to the map first, which means they draw lower in the draw order.
Default weights for layers are these values:
Annotation layers = 97
Points layers = 98
Polyline layers = 99
Polygon Layers = 100
Method Summary | |
---|---|
double |
getLayerWeight()
Default layer position. |
void |
setLayerWeight(double layerWeight)
Default layer position. |
Method Detail |
---|
double getLayerWeight() throws IOException, AutomationException
The LayerWeight property defines the weight of the layer in the auto arrange order. During auto arrange, the higher weight layers are added to the map first, which means they draw lower in the draw order.
Default weights for layers are these values:
Annotation layers = 97
Points layers = 98
Polyline layers = 99
Polygon Layers = 100
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerWeight(double layerWeight) throws IOException, AutomationException
layerWeight
- The layerWeight (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 |