|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapServerSublayer2
Provides access to the available properties of a map server sublayer object.
Method Summary | |
---|---|
ILayerDescription |
getLayerDescription()
The layer description. |
String |
getSourceID()
The source ID of the layer. |
boolean |
isHasLabels()
Indicates if the layer has labels to turn on and off. |
boolean |
isScaleSymbols()
Indicates whether the layer should scale its symbols according to the reference scale. |
boolean |
isShowLabels()
Indicates whether the layer should display its dynamic labels. |
void |
setScaleSymbols(boolean scaleSymbols)
Indicates whether the layer should scale its symbols according to the reference scale. |
void |
setShowLabels(boolean show)
Indicates whether the layer should display its dynamic labels. |
void |
setSourceID(String sourceID)
The source ID of the layer. |
Method Detail |
---|
String getSourceID() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceID(String sourceID) throws IOException, AutomationException
sourceID
- The sourceID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasLabels() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowLabels() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setShowLabels(boolean show) throws IOException, AutomationException
show
- The show (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isScaleSymbols() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScaleSymbols(boolean scaleSymbols) throws IOException, AutomationException
scaleSymbols
- The scaleSymbols (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayerDescription getLayerDescription() throws IOException, AutomationException
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 |