|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.Graticule
public class Graticule
COM Class 'Graticule'. Generated 3/19/2015 1:20:41 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'A map grid that divides the map with meridians and parallels.' 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 long |
serialVersionUID
|
| Fields inherited from interface com.esri.arcgis.carto.IGraticule |
|---|
IID, IID03762c8c_f4d0_11d1_ade8_080009ec732a, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IMapGrid |
|---|
IID03762c8b_f4d0_11d1_ade8_080009ec732a |
| Fields inherited from interface com.esri.arcgis.carto.IMeasuredGrid |
|---|
IID, IID4f69021f_a5c1_11d2_ae82_080009ec732a, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IGridHatch |
|---|
IID, IID12700210_876c_4559_9fcf_aab238008832, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IGridInteriorLabels |
|---|
IID, IIDa8bdc097_2002_4e08_bd4b_401599a58fa4, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IGridAxisTicks |
|---|
IID, IID864e5227_9809_4a48_8309_6ec640c63b30, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersistStream |
|---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
| Fields inherited from interface com.esri.arcgis.system.IPersist |
|---|
IID0000010c_0000_0000_c000_000000000046 |
| Fields inherited from interface com.esri.arcgis.system.IClone |
|---|
IID, IID9bff8aeb_e415_11d0_943c_080009eebecb, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IGraphicsComposite |
|---|
IID, IID969cde4a_82d4_11d2_87dd_0000f8751720, xxDummy |
| Fields inherited from interface com.esri.arcgis.carto.IReferenceSystem |
|---|
IID, IID53b979cb_9576_40dd_8b7b_f445e5b1bac9, xxDummy |
| Constructor Summary | |
|---|---|
Graticule()
Constructs a Graticule using ArcGIS Engine. |
|
Graticule(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. Graticule theGraticule = (Graticule) obj; |
|
| Method Summary | |
|---|---|
void |
addElement(java.lang.String label,
double location,
boolean isLatitude,
ITextSymbol labelSymbol)
Adds a grid line at custom location to the graticule. |
void |
assign(IClone src)
Assigns the properties of src to the receiver. |
void |
boundsChanged()
Called when the extent of the parent map frame changes. |
void |
draw(IDisplay display,
IMapFrame pMapFrame)
Draws the map grid for a map frame to the given display. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IClone |
esri_clone()
Clones the receiver and assigns the result to *clone. |
void |
generateGraphics(IMapFrame pMapFrame,
IGraphicsContainer graphicsContainer)
Generates graphic elements corresponding to the grid lines and stores them in the specified graphics container. |
double |
getAxisTickOffset()
The offset (in points) for ticks that fall along the axes. |
IMapGridBorder |
getBorder()
The map grid border. |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
double |
getExteriorWidth(IDisplay pDisplay,
IMapFrame pMapFrame)
The width (in display units) of the portion of the grid that is outside of the frame. |
IEnumElement |
getGraphics(IDisplay display,
java.lang.Object data)
Graphic elements that are used to render this object. |
double |
getHatchIntervalX()
The interval (in grid units) along the X axis for the grid hatches. |
double |
getHatchIntervalY()
The interval (in grid units) along the Y axis for the grid hatches. |
double |
getHatchLength()
The length (in points) of the grid hatches. |
ILineSymbol |
getHatchLineSymbol()
The line symbol used to draw the grid hatches. |
IMarkerSymbol |
getHatchMarkerSymbol()
The marker symbol used to draw markers at grid hatch locations. |
double |
getInteriorLabelIntervalX()
The interval along the X axis between interior labels. |
double |
getInteriorLabelIntervalY()
The interval along the Y axis between interior labels. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
IGridLabel |
getLabelFormat()
The label format for map grid labels. |
ILineSymbol |
getLineSymbol()
The symbol used to draw grid lines - null will draw no lines. |
java.lang.String |
getName()
The name of the map grid. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
short |
getSubTickCount()
The number of subticks to draw between the major ticks. |
double |
getSubTickLength()
The length of the subticks in points. |
ILineSymbol |
getSubTickLineSymbol()
The symbol used to draw the subtick lines. |
double |
getTickLength()
The length of the major ticks in points. |
ILineSymbol |
getTickLineSymbol()
The line symbol used to draw the major ticks. |
IMarkerSymbol |
getTickMarkSymbol()
The symbol used to draw tick marks at the grid interval intersections - null will draw no tick marks. |
int |
getUnits()
The units for the intervals and origin. |
double |
getXIntervalSize()
The interval between grid lines along the X axis. |
double |
getXOrigin()
The origin of the grid on the X axis. |
double |
getYIntervalSize()
The interval between grid lines along the Y axis. |
double |
getYOrigin()
The origin of the grid on the Y axis. |
int |
hashCode()
the hashcode for this object |
boolean |
isAutoInterval()
Indicates if the graticule automatically and interactively computes the interval size. |
void |
isDirty()
isDirty |
boolean |
isEqual(IClone other)
Indicates if the receiver and other have the same properties. |
boolean |
isFixedOrigin()
Indicates if the origin is read from the XOrigin and YOrigin properties (true) or if it is computed dynamically from the data frame (false). |
boolean |
isHatchDirectional()
Indicates if the direction of the hatches is from the prime meridian and equator. |
boolean |
isIdentical(IClone other)
Indicates if the receiver and other are the same object. |
boolean |
isShowInteriorLabels()
Indicates if interior labels should be displayed. |
boolean |
isVisible()
Indicates if the map grid is visible. |
void |
load(IStream pstm)
load |
void |
prepareForOutput(int hDC,
int dpi,
tagRECT pixelBounds,
IMapFrame pMapFrame)
Prepares the map grid for output to a device. |
void |
queryBounds(IDisplay pDisplay,
IMapFrame pMapFrame,
IEnvelope bounds)
The extent of the reference system in page space. |
void |
queryLabelVisibility(boolean[] leftVis,
boolean[] topVis,
boolean[] rightVis,
boolean[] bottomVis)
Returns the visibility of the labels along all four sides of the map grid. |
void |
querySubTickVisibility(boolean[] leftVis,
boolean[] topVis,
boolean[] rightVis,
boolean[] bottomVis)
Returns the visibility of the subticks along all four sides of the map grid. |
void |
queryTickVisibility(boolean[] leftVis,
boolean[] topVis,
boolean[] rightVis,
boolean[] bottomVis)
Returns the visibility of the ticks along all four sides of the map grid. |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a Graticule. |
void |
removeElement(java.lang.String label)
Removes a grid line in a custom location. |
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setAutoInterval(boolean autoInterval)
Indicates if the graticule automatically and interactively computes the interval size. |
void |
setAxisTickOffset(double offsetPts)
The offset (in points) for ticks that fall along the axes. |
void |
setBorder(IMapGridBorder gridBorder)
The map grid border. |
void |
setDefaults(IMapFrame pMapFrame)
Sets the properties of the map grid to default values. |
void |
setFixedOrigin(boolean fixed)
Indicates if the origin is read from the XOrigin and YOrigin properties (true) or if it is computed dynamically from the data frame (false). |
void |
setHatchDirectional(boolean isDirectional)
Indicates if the direction of the hatches is from the prime meridian and equator. |
void |
setHatchIntervalX(double interval)
The interval (in grid units) along the X axis for the grid hatches. |
void |
setHatchIntervalY(double interval)
The interval (in grid units) along the Y axis for the grid hatches. |
void |
setHatchLength(double length)
The length (in points) of the grid hatches. |
void |
setHatchLineSymbol(ILineSymbol symbol)
The line symbol used to draw the grid hatches. |
void |
setHatchMarkerSymbol(IMarkerSymbol symbol)
The marker symbol used to draw markers at grid hatch locations. |
void |
setInteriorLabelIntervalX(double interval)
The interval along the X axis between interior labels. |
void |
setInteriorLabelIntervalY(double interval)
The interval along the Y axis between interior labels. |
void |
setLabelFormat(IGridLabel format)
The label format for map grid labels. |
void |
setLabelVisibility(boolean leftVis,
boolean topVis,
boolean rightVis,
boolean bottomVis)
Sets the visibility of the labels along all four sides of the map grid. |
void |
setLineSymbol(ILineSymbol symbol)
The symbol used to draw grid lines - null will draw no lines. |
void |
setName(java.lang.String gridName)
The name of the map grid. |
void |
setShowInteriorLabels(boolean show)
Indicates if interior labels should be displayed. |
void |
setSubTickCount(short count)
The number of subticks to draw between the major ticks. |
void |
setSubTickLength(double lengthPoints)
The length of the subticks in points. |
void |
setSubTickLineSymbol(ILineSymbol symbol)
The symbol used to draw the subtick lines. |
void |
setSubTickVisibility(boolean leftVis,
boolean topVis,
boolean rightVis,
boolean bottomVis)
Sets the visibility of the subticks along all four sides of the map grid. |
void |
setTickLength(double lengthPoints)
The length of the major ticks in points. |
void |
setTickLineSymbol(ILineSymbol symbol)
The line symbol used to draw the major ticks. |
void |
setTickMarkSymbol(IMarkerSymbol symbol)
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)
Sets the visibility of the ticks along all four sides of the map grid. |
void |
setUnits(int unitsCode)
The units for the intervals and origin. |
void |
setVisible(boolean visible)
Indicates if the map grid is visible. |
void |
setXIntervalSize(double interval)
The interval between grid lines along the X axis. |
void |
setXOrigin(double origin)
The origin of the grid on the X axis. |
void |
setYIntervalSize(double interval)
The interval between grid lines along the Y axis. |
void |
setYOrigin(double origin)
The origin of the grid on the Y axis. |
void |
writeExternal(java.io.ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final long serialVersionUID
| Constructor Detail |
|---|
public Graticule()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public Graticule(java.lang.Object obj)
throws java.io.IOException
Graticule theGraticule = (Graticule) obj;
obj to Graticule.
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
|---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRefpublic void release()
release in interface com.esri.arcgis.interop.RemoteObjRef
public boolean isAutoInterval()
throws java.io.IOException,
AutomationException
isAutoInterval in interface IGraticulejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAutoInterval(boolean autoInterval)
throws java.io.IOException,
AutomationException
setAutoInterval in interface IGraticuleautoInterval - The autoInterval (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void addElement(java.lang.String label,
double location,
boolean isLatitude,
ITextSymbol labelSymbol)
throws java.io.IOException,
AutomationException
addElement in interface IGraticulelabel - The label (in)location - The location (in)isLatitude - The isLatitude (in)labelSymbol - A reference to a com.esri.arcgis.display.ITextSymbol (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void removeElement(java.lang.String label)
throws java.io.IOException,
AutomationException
removeElement in interface IGraticulelabel - The label (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getName()
throws java.io.IOException,
AutomationException
getName in interface IMapGridgetName in interface IReferenceSystemjava.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 IMapGridsetName in interface IReferenceSystemgridName - 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 IMapGridjava.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 IMapGridsymbol - 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 IMapGridjava.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 IMapGridsymbol - 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 IMapGridgetLabelFormat in interface IReferenceSystemjava.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 IMapGridsetLabelFormat in interface IReferenceSystemformat - 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 IMapGridjava.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 IMapGridsymbol - 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 IMapGridjava.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 IMapGridlengthPoints - 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 IMapGridjava.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 IMapGridcount - 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 IMapGridjava.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 IMapGridsymbol - 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 IMapGridjava.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 IMapGridlengthPoints - 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 IMapGridjava.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 IMapGridgridBorder - 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 IMapGridisVisible in interface IReferenceSystemjava.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 IMapGridsetVisible in interface IReferenceSystemvisible - 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 IMapGridleftVis - 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 IMapGridleftVis - 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 IMapGridleftVis - 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 IMapGridleftVis - 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 IMapGridleftVis - 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 IMapGridleftVis - 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 IMapGridsetDefaults in interface IReferenceSystempMapFrame - 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 IMapGridgenerateGraphics in interface IReferenceSystempMapFrame - 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 IMapGridprepareForOutput in interface IReferenceSystemhDC - 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 IMapGriddraw in interface IReferenceSystemdisplay - 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 IMapGridpDisplay - 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 getXOrigin()
throws java.io.IOException,
AutomationException
getXOrigin in interface IMeasuredGridjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setXOrigin(double origin)
throws java.io.IOException,
AutomationException
setXOrigin in interface IMeasuredGridorigin - The origin (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getXIntervalSize()
throws java.io.IOException,
AutomationException
getXIntervalSize in interface IMeasuredGridjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setXIntervalSize(double interval)
throws java.io.IOException,
AutomationException
setXIntervalSize in interface IMeasuredGridinterval - The interval (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getYOrigin()
throws java.io.IOException,
AutomationException
getYOrigin in interface IMeasuredGridjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setYOrigin(double origin)
throws java.io.IOException,
AutomationException
setYOrigin in interface IMeasuredGridorigin - The origin (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getYIntervalSize()
throws java.io.IOException,
AutomationException
getYIntervalSize in interface IMeasuredGridjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setYIntervalSize(double interval)
throws java.io.IOException,
AutomationException
setYIntervalSize in interface IMeasuredGridinterval - The interval (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getUnits()
throws java.io.IOException,
AutomationException
getUnits in interface IMeasuredGridjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setUnits(int unitsCode)
throws java.io.IOException,
AutomationException
setUnits in interface IMeasuredGridunitsCode - A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isFixedOrigin()
throws java.io.IOException,
AutomationException
isFixedOrigin in interface IMeasuredGridjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFixedOrigin(boolean fixed)
throws java.io.IOException,
AutomationException
setFixedOrigin in interface IMeasuredGridfixed - The fixed (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getHatchIntervalX()
throws java.io.IOException,
AutomationException
getHatchIntervalX in interface IGridHatchjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHatchIntervalX(double interval)
throws java.io.IOException,
AutomationException
setHatchIntervalX in interface IGridHatchinterval - The interval (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getHatchIntervalY()
throws java.io.IOException,
AutomationException
getHatchIntervalY in interface IGridHatchjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHatchIntervalY(double interval)
throws java.io.IOException,
AutomationException
setHatchIntervalY in interface IGridHatchinterval - The interval (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILineSymbol getHatchLineSymbol()
throws java.io.IOException,
AutomationException
getHatchLineSymbol in interface IGridHatchjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHatchLineSymbol(ILineSymbol symbol)
throws java.io.IOException,
AutomationException
setHatchLineSymbol in interface IGridHatchsymbol - 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 getHatchMarkerSymbol()
throws java.io.IOException,
AutomationException
getHatchMarkerSymbol in interface IGridHatchjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHatchMarkerSymbol(IMarkerSymbol symbol)
throws java.io.IOException,
AutomationException
setHatchMarkerSymbol in interface IGridHatchsymbol - 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 double getHatchLength()
throws java.io.IOException,
AutomationException
getHatchLength in interface IGridHatchjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHatchLength(double length)
throws java.io.IOException,
AutomationException
setHatchLength in interface IGridHatchlength - The length (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isHatchDirectional()
throws java.io.IOException,
AutomationException
isHatchDirectional in interface IGridHatchjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setHatchDirectional(boolean isDirectional)
throws java.io.IOException,
AutomationException
setHatchDirectional in interface IGridHatchisDirectional - The isDirectional (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isShowInteriorLabels()
throws java.io.IOException,
AutomationException
isShowInteriorLabels in interface IGridInteriorLabelsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setShowInteriorLabels(boolean show)
throws java.io.IOException,
AutomationException
setShowInteriorLabels in interface IGridInteriorLabelsshow - The show (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getInteriorLabelIntervalX()
throws java.io.IOException,
AutomationException
getInteriorLabelIntervalX in interface IGridInteriorLabelsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInteriorLabelIntervalX(double interval)
throws java.io.IOException,
AutomationException
setInteriorLabelIntervalX in interface IGridInteriorLabelsinterval - The interval (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getInteriorLabelIntervalY()
throws java.io.IOException,
AutomationException
getInteriorLabelIntervalY in interface IGridInteriorLabelsjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setInteriorLabelIntervalY(double interval)
throws java.io.IOException,
AutomationException
setInteriorLabelIntervalY in interface IGridInteriorLabelsinterval - The interval (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getAxisTickOffset()
throws java.io.IOException,
AutomationException
getAxisTickOffset in interface IGridAxisTicksjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setAxisTickOffset(double offsetPts)
throws java.io.IOException,
AutomationException
setAxisTickOffset in interface IGridAxisTicksoffsetPts - The offsetPts (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws java.io.IOException,
AutomationException
isDirty in interface IPersistStreamjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws java.io.IOException,
AutomationException
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws java.io.IOException,
AutomationException
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IClone esri_clone()
throws java.io.IOException,
AutomationException
esri_clone in interface IClonejava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void assign(IClone src)
throws java.io.IOException,
AutomationException
assign in interface IClonesrc - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isEqual(IClone other)
throws java.io.IOException,
AutomationException
isEqual in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isIdentical(IClone other)
throws java.io.IOException,
AutomationException
isIdentical in interface ICloneother - A reference to a com.esri.arcgis.system.IClone (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnumElement getGraphics(IDisplay display,
java.lang.Object data)
throws java.io.IOException,
AutomationException
getGraphics in interface IGraphicsCompositedisplay - A reference to a com.esri.arcgis.display.IDisplay (in)data - A reference to another Object (IUnknown) (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void queryBounds(IDisplay pDisplay,
IMapFrame pMapFrame,
IEnvelope bounds)
throws java.io.IOException,
AutomationException
queryBounds in interface IReferenceSystempDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)pMapFrame - A reference to a com.esri.arcgis.carto.IMapFrame (in)bounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void boundsChanged()
throws java.io.IOException,
AutomationException
boundsChanged in interface IReferenceSystemjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(java.io.ObjectOutput out)
throws java.io.IOException
writeExternal in interface java.io.Externalizablejava.io.IOException
public void readExternal(java.io.ObjectInput in)
throws java.io.IOException,
java.lang.ClassNotFoundException
readExternal in interface java.io.Externalizablejava.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||