|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface INorthArrow2
COM Interface 'INorthArrow2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the north arrow.' 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 |
IID05270da7_fb6c_40e6_b1e6_7ec2c02b628c
|
static int |
xxDummy
Deprecated. Internal use only |
Fields inherited from interface com.esri.arcgis.carto.IMapSurround |
---|
IIDfe3115e9_ed6c_11d0_8683_0000f8751720 |
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. |
int |
getNorthArrowType()
The type of 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 |
setNorthArrowType(int type)
The type of 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 |
Field Detail |
---|
static final int IID05270da7_fb6c_40e6_b1e6_7ec2c02b628c
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IColor getColor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setColor(IColor color) throws java.io.IOException, AutomationException
color
- A reference to a com.esri.arcgis.display.IColor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSize() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSize(double pointSize) throws java.io.IOException, AutomationException
pointSize
- The pointSize (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAngle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getCalibrationAngle() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCalibrationAngle(double degrees) throws java.io.IOException, AutomationException
degrees
- The degrees (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getReferenceLocation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setReferenceLocationByRef(IPoint point) throws java.io.IOException, AutomationException
point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setNorthArrowType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.carto.esriNorthArrowType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getNorthArrowType() throws java.io.IOException, AutomationException
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 |