public interface IMapDescription
extends java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID4a81affe_0883_4062_8536_85ab858a10a5 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
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).
|
ISpatialReference |
getSpatialReference()
The spatial reference of the map (data frame).
|
IColorDescription |
getTransparentColor()
The color that is transparent (100 %).
|
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 |
setSpatialReferenceByRef(ISpatialReference spatialReference)
The spatial reference of the map (data frame).
|
void |
setTransparentColor(IColorDescription color)
The color that is transparent (100 %).
|
static final int IID4a81affe_0883_4062_8536_85ab858a10a5
static final int xxDummy
static final java.lang.String IID
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.IColorDescription getTransparentColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setTransparentColor(IColorDescription color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.carto.IColorDescription (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.