|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapDescription3
COM Interface 'IMapDescription3'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the available properties of a map description object.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID0bc2c50c_c79d_4e5d_8353_7a996ef3479b
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
java.lang.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(java.lang.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 %). |
Field Detail |
---|
static final int IID0bc2c50c_c79d_4e5d_8353_7a996ef3479b
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setName(java.lang.String name) throws java.io.IOException, AutomationException
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMapArea getMapArea() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMapArea(IMapArea area) throws java.io.IOException, AutomationException
area
- A reference to a com.esri.arcgis.carto.IMapArea (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayerDescriptions getLayerDescriptions() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLayerDescriptions(ILayerDescriptions layerDescriptions) throws java.io.IOException, AutomationException
layerDescriptions
- A reference to a com.esri.arcgis.carto.ILayerDescriptions (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getMapRotation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMapRotation(double angleDegrees) throws java.io.IOException, AutomationException
angleDegrees
- The angleDegrees (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference spatialReference) throws java.io.IOException, AutomationException
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGraphicElements getCustomGraphics() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCustomGraphics(IGraphicElements elements) throws java.io.IOException, AutomationException
elements
- A reference to a com.esri.arcgis.carto.IGraphicElements (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getTransparentColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTransparentColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IColor getSelectionColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectionColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFillSymbol getBackgroundSymbol() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBackgroundSymbol(IFillSymbol fillSymbol) throws java.io.IOException, AutomationException
fillSymbol
- A reference to a com.esri.arcgis.display.IFillSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHonorLayerReordering() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setHonorLayerReordering(boolean honorLayerReorder) throws java.io.IOException, AutomationException
honorLayerReorder
- The honorLayerReorder (in)
java.io.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 |