|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMaplexOffsetAlongLineProperties
Provides access to members that control the placement of labels along a line feature.
Method Summary | |
---|---|
double |
getDistance()
Distance along the line. |
int |
getDistanceUnit()
The distance and tolerance are interpreted to be in this unit. |
int |
getLabelAnchorPoint()
Anchor point on label where distance is measured to. |
int |
getPlacementMethod()
Method of placing label along the line. |
double |
getTolerance()
Tolerance either side of the specified position. |
boolean |
isUseLineDirection()
Indicates whether to preserve the direction of line. |
void |
setDistance(double distance)
Distance along the line. |
void |
setDistanceUnit(int unit)
The distance and tolerance are interpreted to be in this unit. |
void |
setLabelAnchorPoint(int option)
Anchor point on label where distance is measured to. |
void |
setPlacementMethod(int option)
Method of placing label along the line. |
void |
setTolerance(double distance)
Tolerance either side of the specified position. |
void |
setUseLineDirection(boolean flag)
Indicates whether to preserve the direction of line. |
Method Detail |
---|
int getPlacementMethod() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPlacementMethod(int option) throws IOException, AutomationException
option
- A com.esri.arcgis.carto.esriMaplexOffsetAlongLineMethod constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLabelAnchorPoint() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelAnchorPoint(int option) throws IOException, AutomationException
option
- A com.esri.arcgis.carto.esriMaplexLabelAnchorPoint constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDistance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDistance(double distance) throws IOException, AutomationException
distance
- The distance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getTolerance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTolerance(double distance) throws IOException, AutomationException
distance
- The distance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDistanceUnit() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDistanceUnit(int unit) throws IOException, AutomationException
unit
- A com.esri.arcgis.carto.esriMaplexUnit constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseLineDirection() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseLineDirection(boolean flag) throws IOException, AutomationException
flag
- The flag (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 |