|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMapDescription3
Provides access to the available properties of a map description object.
| Method Summary | |
|---|---|
IFillSymbol |
getBackgroundSymbol()
Background symbol of the Map. |
IGraphicElements |
getCustomGraphics()
Custom graphics. |
ILayerDescriptions |
getLayerDescriptions()
A collection of Layer Description objects, each describing a layer within the map (data frame). |
IMapArea |
getMapArea()
The display area of the map (data frame). |
double |
getMapRotation()
The angle/rotation of the map (data frame) in degrees, measured anti-clockwise. |
String |
getName()
The name of the map (data frame). |
IColor |
getSelectionColor()
The default selection color. |
ISpatialReference |
getSpatialReference()
The spatial reference of the map (data frame). |
IColor |
getTransparentColor()
The color that is transparent (100 %). |
boolean |
isHonorLayerReordering()
Indicates if this object's custom layer order is honored. |
void |
setBackgroundSymbol(IFillSymbol fillSymbol)
Background symbol of the Map. |
void |
setCustomGraphics(IGraphicElements elements)
Custom graphics. |
void |
setHonorLayerReordering(boolean honorLayerReorder)
Indicates if this object's custom layer order is honored. |
void |
setLayerDescriptions(ILayerDescriptions layerDescriptions)
A collection of Layer Description objects, each describing a layer within the map (data frame). |
void |
setMapArea(IMapArea area)
The display area of the map (data frame). |
void |
setMapRotation(double angleDegrees)
The angle/rotation of the map (data frame) in degrees, measured anti-clockwise. |
void |
setName(String name)
The name of the map (data frame). |
void |
setSelectionColor(IColor color)
The default selection color. |
void |
setSpatialReferenceByRef(ISpatialReference spatialReference)
The spatial reference of the map (data frame). |
void |
setTransparentColor(IColor color)
The color that is transparent (100 %). |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMapArea getMapArea()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMapArea(IMapArea area)
throws IOException,
AutomationException
area - A reference to a com.esri.arcgis.carto.IMapArea (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ILayerDescriptions getLayerDescriptions()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLayerDescriptions(ILayerDescriptions layerDescriptions)
throws IOException,
AutomationException
layerDescriptions - A reference to a com.esri.arcgis.carto.ILayerDescriptions (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMapRotation()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMapRotation(double angleDegrees)
throws IOException,
AutomationException
angleDegrees - The angleDegrees (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISpatialReference getSpatialReference()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSpatialReferenceByRef(ISpatialReference spatialReference)
throws IOException,
AutomationException
spatialReference - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGraphicElements getCustomGraphics()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setCustomGraphics(IGraphicElements elements)
throws IOException,
AutomationException
elements - A reference to a com.esri.arcgis.carto.IGraphicElements (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getTransparentColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setTransparentColor(IColor color)
throws IOException,
AutomationException
color - A reference to a com.esri.arcgis.display.IColor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IColor getSelectionColor()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSelectionColor(IColor color)
throws IOException,
AutomationException
color - A reference to a com.esri.arcgis.display.IColor (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFillSymbol getBackgroundSymbol()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBackgroundSymbol(IFillSymbol fillSymbol)
throws IOException,
AutomationException
fillSymbol - A reference to a com.esri.arcgis.display.IFillSymbol (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isHonorLayerReordering()
throws IOException,
AutomationException
When it is False, the order of LayerDescription objects in IMapDescription::LayerDescriptions array as well as any dynamically added LayerDesription object are ignored.
If you sent this value to True, then MapServer:
Note: setting this value has no effect unless the IMapServerInfo::SupportsDynamicLayers is True by the author of that mapservice.
Warning: moving group layer may have unexpected result.
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHonorLayerReordering(boolean honorLayerReorder)
throws IOException,
AutomationException
honorLayerReorder - The honorLayerReorder (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 | ||||||||