|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.carto.IMapGridProxy
Description: 'Provides access to members that control a map grid.' 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 =
public class IMapGridProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IMapGrid |
---|
IID, IID03762c8b_f4d0_11d1_ade8_080009ec732a |
Constructor Summary | |
---|---|
|
IMapGridProxy()
Deprecated. For internal use only |
|
IMapGridProxy(java.lang.Object obj)
Deprecated. |
protected |
IMapGridProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMapGridProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMapGridProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
void |
draw(IDisplay display,
IMapFrame pMapFrame)
Deprecated. Draws the map grid for a map frame to the given display. |
void |
generateGraphics(IMapFrame pMapFrame,
IGraphicsContainer graphicsContainer)
Deprecated. Generates graphic elements corresponding to the grid lines and stores them in the specified graphics container. |
IMapGridBorder |
getBorder()
Deprecated. The map grid border. |
double |
getExteriorWidth(IDisplay pDisplay,
IMapFrame pMapFrame)
Deprecated. The width (in display units) of the portion of the grid that is outside of the frame. |
IGridLabel |
getLabelFormat()
Deprecated. The label format for map grid labels. |
ILineSymbol |
getLineSymbol()
Deprecated. The symbol used to draw grid lines - null will draw no lines. |
java.lang.String |
getName()
Deprecated. The name of the map grid. |
short |
getSubTickCount()
Deprecated. The number of subticks to draw between the major ticks. |
double |
getSubTickLength()
Deprecated. The length of the subticks in points. |
ILineSymbol |
getSubTickLineSymbol()
Deprecated. The symbol used to draw the subtick lines. |
double |
getTickLength()
Deprecated. The length of the major ticks in points. |
ILineSymbol |
getTickLineSymbol()
Deprecated. The line symbol used to draw the major ticks. |
IMarkerSymbol |
getTickMarkSymbol()
Deprecated. The symbol used to draw tick marks at the grid interval intersections - null will draw no tick marks. |
boolean |
isVisible()
Deprecated. Indicates if the map grid is visible. |
void |
prepareForOutput(int hDC,
int dpi,
tagRECT pixelBounds,
IMapFrame pMapFrame)
Deprecated. Prepares the map grid for output to a device. |
void |
queryLabelVisibility(boolean[] leftVis,
boolean[] topVis,
boolean[] rightVis,
boolean[] bottomVis)
Deprecated. Returns the visibility of the labels along all four sides of the map grid. |
void |
querySubTickVisibility(boolean[] leftVis,
boolean[] topVis,
boolean[] rightVis,
boolean[] bottomVis)
Deprecated. Returns the visibility of the subticks along all four sides of the map grid. |
void |
queryTickVisibility(boolean[] leftVis,
boolean[] topVis,
boolean[] rightVis,
boolean[] bottomVis)
Deprecated. Returns the visibility of the ticks along all four sides of the map grid. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setBorder(IMapGridBorder gridBorder)
Deprecated. The map grid border. |
void |
setDefaults(IMapFrame pMapFrame)
Deprecated. Sets the properties of the map grid to default values. |
void |
setLabelFormat(IGridLabel format)
Deprecated. The label format for map grid labels. |
void |
setLabelVisibility(boolean leftVis,
boolean topVis,
boolean rightVis,
boolean bottomVis)
Deprecated. Sets the visibility of the labels along all four sides of the map grid. |
void |
setLineSymbol(ILineSymbol symbol)
Deprecated. The symbol used to draw grid lines - null will draw no lines. |
void |
setName(java.lang.String gridName)
Deprecated. The name of the map grid. |
void |
setSubTickCount(short count)
Deprecated. The number of subticks to draw between the major ticks. |
void |
setSubTickLength(double lengthPoints)
Deprecated. The length of the subticks in points. |
void |
setSubTickLineSymbol(ILineSymbol symbol)
Deprecated. The symbol used to draw the subtick lines. |
void |
setSubTickVisibility(boolean leftVis,
boolean topVis,
boolean rightVis,
boolean bottomVis)
Deprecated. Sets the visibility of the subticks along all four sides of the map grid. |
void |
setTickLength(double lengthPoints)
Deprecated. The length of the major ticks in points. |
void |
setTickLineSymbol(ILineSymbol symbol)
Deprecated. The line symbol used to draw the major ticks. |
void |
setTickMarkSymbol(IMarkerSymbol symbol)
Deprecated. The symbol used to draw tick marks at the grid interval intersections - null will draw no tick marks. |
void |
setTickVisibility(boolean leftVis,
boolean topVis,
boolean rightVis,
boolean bottomVis)
Deprecated. Sets the visibility of the ticks along all four sides of the map grid. |
void |
setVisible(boolean visible)
Deprecated. Indicates if the map grid is visible. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IMapGridProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IMapGridProxy()
public IMapGridProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMapGridProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMapGridProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IMapGrid
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String gridName) throws java.io.IOException, AutomationException
setName
in interface IMapGrid
gridName
- The gridName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILineSymbol getLineSymbol() throws java.io.IOException, AutomationException
getLineSymbol
in interface IMapGrid
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLineSymbol(ILineSymbol symbol) throws java.io.IOException, AutomationException
setLineSymbol
in interface IMapGrid
symbol
- A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMarkerSymbol getTickMarkSymbol() throws java.io.IOException, AutomationException
getTickMarkSymbol
in interface IMapGrid
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTickMarkSymbol(IMarkerSymbol symbol) throws java.io.IOException, AutomationException
setTickMarkSymbol
in interface IMapGrid
symbol
- A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IGridLabel getLabelFormat() throws java.io.IOException, AutomationException
getLabelFormat
in interface IMapGrid
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelFormat(IGridLabel format) throws java.io.IOException, AutomationException
setLabelFormat
in interface IMapGrid
format
- A reference to a com.esri.arcgis.carto.IGridLabel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILineSymbol getTickLineSymbol() throws java.io.IOException, AutomationException
getTickLineSymbol
in interface IMapGrid
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTickLineSymbol(ILineSymbol symbol) throws java.io.IOException, AutomationException
setTickLineSymbol
in interface IMapGrid
symbol
- A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getTickLength() throws java.io.IOException, AutomationException
getTickLength
in interface IMapGrid
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTickLength(double lengthPoints) throws java.io.IOException, AutomationException
setTickLength
in interface IMapGrid
lengthPoints
- The lengthPoints (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public short getSubTickCount() throws java.io.IOException, AutomationException
getSubTickCount
in interface IMapGrid
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSubTickCount(short count) throws java.io.IOException, AutomationException
setSubTickCount
in interface IMapGrid
count
- The count (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ILineSymbol getSubTickLineSymbol() throws java.io.IOException, AutomationException
getSubTickLineSymbol
in interface IMapGrid
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSubTickLineSymbol(ILineSymbol symbol) throws java.io.IOException, AutomationException
setSubTickLineSymbol
in interface IMapGrid
symbol
- A reference to a com.esri.arcgis.display.ILineSymbol (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getSubTickLength() throws java.io.IOException, AutomationException
getSubTickLength
in interface IMapGrid
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSubTickLength(double lengthPoints) throws java.io.IOException, AutomationException
setSubTickLength
in interface IMapGrid
lengthPoints
- The lengthPoints (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IMapGridBorder getBorder() throws java.io.IOException, AutomationException
getBorder
in interface IMapGrid
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBorder(IMapGridBorder gridBorder) throws java.io.IOException, AutomationException
setBorder
in interface IMapGrid
gridBorder
- A reference to a com.esri.arcgis.carto.IMapGridBorder (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVisible() throws java.io.IOException, AutomationException
isVisible
in interface IMapGrid
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean visible) throws java.io.IOException, AutomationException
setVisible
in interface IMapGrid
visible
- The visible (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryLabelVisibility(boolean[] leftVis, boolean[] topVis, boolean[] rightVis, boolean[] bottomVis) throws java.io.IOException, AutomationException
queryLabelVisibility
in interface IMapGrid
leftVis
- The leftVis (in/out: use single element array)topVis
- The topVis (in/out: use single element array)rightVis
- The rightVis (in/out: use single element array)bottomVis
- The bottomVis (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelVisibility(boolean leftVis, boolean topVis, boolean rightVis, boolean bottomVis) throws java.io.IOException, AutomationException
setLabelVisibility
in interface IMapGrid
leftVis
- The leftVis (in)topVis
- The topVis (in)rightVis
- The rightVis (in)bottomVis
- The bottomVis (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryTickVisibility(boolean[] leftVis, boolean[] topVis, boolean[] rightVis, boolean[] bottomVis) throws java.io.IOException, AutomationException
queryTickVisibility
in interface IMapGrid
leftVis
- The leftVis (in/out: use single element array)topVis
- The topVis (in/out: use single element array)rightVis
- The rightVis (in/out: use single element array)bottomVis
- The bottomVis (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTickVisibility(boolean leftVis, boolean topVis, boolean rightVis, boolean bottomVis) throws java.io.IOException, AutomationException
setTickVisibility
in interface IMapGrid
leftVis
- The leftVis (in)topVis
- The topVis (in)rightVis
- The rightVis (in)bottomVis
- The bottomVis (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void querySubTickVisibility(boolean[] leftVis, boolean[] topVis, boolean[] rightVis, boolean[] bottomVis) throws java.io.IOException, AutomationException
querySubTickVisibility
in interface IMapGrid
leftVis
- The leftVis (in/out: use single element array)topVis
- The topVis (in/out: use single element array)rightVis
- The rightVis (in/out: use single element array)bottomVis
- The bottomVis (in/out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSubTickVisibility(boolean leftVis, boolean topVis, boolean rightVis, boolean bottomVis) throws java.io.IOException, AutomationException
setSubTickVisibility
in interface IMapGrid
leftVis
- The leftVis (in)topVis
- The topVis (in)rightVis
- The rightVis (in)bottomVis
- The bottomVis (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDefaults(IMapFrame pMapFrame) throws java.io.IOException, AutomationException
setDefaults
in interface IMapGrid
pMapFrame
- A reference to a com.esri.arcgis.carto.IMapFrame (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void generateGraphics(IMapFrame pMapFrame, IGraphicsContainer graphicsContainer) throws java.io.IOException, AutomationException
generateGraphics
in interface IMapGrid
pMapFrame
- A reference to a com.esri.arcgis.carto.IMapFrame (in)graphicsContainer
- A reference to a com.esri.arcgis.carto.IGraphicsContainer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void prepareForOutput(int hDC, int dpi, tagRECT pixelBounds, IMapFrame pMapFrame) throws java.io.IOException, AutomationException
prepareForOutput
in interface IMapGrid
hDC
- The hDC (A COM typedef) (in)dpi
- The dpi (in)pixelBounds
- A Structure: com.esri.arcgis.system.tagRECT (in)pMapFrame
- A reference to a com.esri.arcgis.carto.IMapFrame (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void draw(IDisplay display, IMapFrame pMapFrame) throws java.io.IOException, AutomationException
draw
in interface IMapGrid
display
- A reference to a com.esri.arcgis.display.IDisplay (in)pMapFrame
- A reference to a com.esri.arcgis.carto.IMapFrame (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getExteriorWidth(IDisplay pDisplay, IMapFrame pMapFrame) throws java.io.IOException, AutomationException
getExteriorWidth
in interface IMapGrid
pDisplay
- A reference to a com.esri.arcgis.display.IDisplay (in)pMapFrame
- A reference to a com.esri.arcgis.carto.IMapFrame (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 |