|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapServerLayout
COM Interface 'IMapServerLayout'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that serve layout components of maps.' 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 |
IID545329c0_300b_46f3_9fb3_71f30ecfde62
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
ILayoutImage |
exportLayout(IPageDescription pageDesc,
IImageDescription imageDesc)
Generates an image of the layout, based on the given page description object, and writes the image to a specified file on disk. |
IImageResult |
exportLegend(ILegend legend,
IMapDescription mapDesc,
IImageDisplay pMapDisplay,
IColor backgroundColor,
IImageDescription imageDesc)
Exports a legend to an image file. |
IImageResult |
exportNorthArrow(INorthArrow arrow,
IMapDescription mapDesc,
IColor backgroundColor,
IImageDescription imageDesc)
Exports a north arrow to an image file. |
IImageResult |
exportScaleBar(IScaleBar scalebar,
IMapDescription mapDesc,
IImageDisplay pMapDisplay,
IColor backgroundColor,
IImageDescription imageDesc)
Exports a scale bar to an image file. |
void |
fromPagePoints(IEnvelope pageExtent,
IImageDisplay pageDisplay,
IPointCollection pagePoints,
ILongArray[] screenXValues,
ILongArray[] screenYValues)
Converts a page coordinate to a screen location. |
IPageDescription |
getDefaultPageDescription()
The default page settings. |
IPointCollection |
toPagePoints(IEnvelope pageExtent,
IImageDisplay pageDisplay,
ILongArray screenXValues,
ILongArray screenYValues)
Converts a screen location to a page coordinate. |
Field Detail |
---|
static final int IID545329c0_300b_46f3_9fb3_71f30ecfde62
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IPageDescription getDefaultPageDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayoutImage exportLayout(IPageDescription pageDesc, IImageDescription imageDesc) throws java.io.IOException, AutomationException
pageDesc
- A reference to a com.esri.arcgis.carto.IPageDescription (in)imageDesc
- A reference to a com.esri.arcgis.carto.IImageDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IImageResult exportLegend(ILegend legend, IMapDescription mapDesc, IImageDisplay pMapDisplay, IColor backgroundColor, IImageDescription imageDesc) throws java.io.IOException, AutomationException
legend
- A reference to a com.esri.arcgis.carto.ILegend (in)mapDesc
- A reference to a com.esri.arcgis.carto.IMapDescription (in)pMapDisplay
- A reference to a com.esri.arcgis.carto.IImageDisplay (in)backgroundColor
- A reference to a com.esri.arcgis.display.IColor (in)imageDesc
- A reference to a com.esri.arcgis.carto.IImageDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IImageResult exportScaleBar(IScaleBar scalebar, IMapDescription mapDesc, IImageDisplay pMapDisplay, IColor backgroundColor, IImageDescription imageDesc) throws java.io.IOException, AutomationException
scalebar
- A reference to a com.esri.arcgis.carto.IScaleBar (in)mapDesc
- A reference to a com.esri.arcgis.carto.IMapDescription (in)pMapDisplay
- A reference to a com.esri.arcgis.carto.IImageDisplay (in)backgroundColor
- A reference to a com.esri.arcgis.display.IColor (in)imageDesc
- A reference to a com.esri.arcgis.carto.IImageDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IImageResult exportNorthArrow(INorthArrow arrow, IMapDescription mapDesc, IColor backgroundColor, IImageDescription imageDesc) throws java.io.IOException, AutomationException
arrow
- A reference to a com.esri.arcgis.carto.INorthArrow (in)mapDesc
- A reference to a com.esri.arcgis.carto.IMapDescription (in)backgroundColor
- A reference to a com.esri.arcgis.display.IColor (in)imageDesc
- A reference to a com.esri.arcgis.carto.IImageDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPointCollection toPagePoints(IEnvelope pageExtent, IImageDisplay pageDisplay, ILongArray screenXValues, ILongArray screenYValues) throws java.io.IOException, AutomationException
pageExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)pageDisplay
- A reference to a com.esri.arcgis.carto.IImageDisplay (in)screenXValues
- A reference to a com.esri.arcgis.system.ILongArray (in)screenYValues
- A reference to a com.esri.arcgis.system.ILongArray (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void fromPagePoints(IEnvelope pageExtent, IImageDisplay pageDisplay, IPointCollection pagePoints, ILongArray[] screenXValues, ILongArray[] screenYValues) throws java.io.IOException, AutomationException
pageExtent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)pageDisplay
- A reference to a com.esri.arcgis.carto.IImageDisplay (in)pagePoints
- A reference to a com.esri.arcgis.geometry.IPointCollection (in)screenXValues
- A reference to a com.esri.arcgis.system.ILongArray (in/out: use single element array)screenYValues
- A reference to a com.esri.arcgis.system.ILongArray (in/out: use single element array)
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 |