|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INorthArrow
Provides access to members that control the north arrow.
The INorthArrow interface provides a common interface for North arrow properties, such as size, color, and reference location.
IMarkerNorthArrow provides access to the MarkerSymbol used to draw the North Arrow.
Method Summary | |
---|---|
double |
getAngle()
The counter-clockwise rotation of the north arrow in degrees. |
double |
getCalibrationAngle()
Calibration angle. |
IColor |
getColor()
Color used to draw the north arrow. |
IPoint |
getReferenceLocation()
The point on the map where north is calculated. |
double |
getSize()
Size of the north arrow in points (1/72 inch). |
void |
setCalibrationAngle(double degrees)
Calibration angle. |
void |
setColor(IColor color)
Color used to draw the north arrow. |
void |
setReferenceLocationByRef(IPoint point)
The point on the map where north is calculated. |
void |
setSize(double pointSize)
Size of the north arrow in points (1/72 inch). |
Methods inherited from interface com.esri.arcgis.carto.IMapSurround |
---|
delayEvents, draw, fitToBounds, getIcon, getMap, getName, queryBounds, refresh, setMapByRef, setName |
Method Detail |
---|
IColor getColor() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColor(IColor color) throws IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSize(double pointSize) throws IOException, AutomationException
pointSize
- The pointSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCalibrationAngle() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCalibrationAngle(double degrees) throws IOException, AutomationException
degrees
- The degrees (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getReferenceLocation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReferenceLocationByRef(IPoint point) throws IOException, AutomationException
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
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 |