|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMaplexOffsetAlongLineProperties
COM Interface 'IMaplexOffsetAlongLineProperties'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the placement of labels along a line feature.' 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 |
IID20664808_1a42_1fa1_fcd1_0b532f3c8ffa
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IID20664808_1a42_1fa1_fcd1_0b532f3c8ffa
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getPlacementMethod() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPlacementMethod(int option) throws java.io.IOException, AutomationException
option
- A com.esri.arcgis.carto.esriMaplexOffsetAlongLineMethod constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getLabelAnchorPoint() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelAnchorPoint(int option) throws java.io.IOException, AutomationException
option
- A com.esri.arcgis.carto.esriMaplexLabelAnchorPoint constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getDistance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDistance(double distance) throws java.io.IOException, AutomationException
distance
- The distance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getTolerance() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTolerance(double distance) throws java.io.IOException, AutomationException
distance
- The distance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getDistanceUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDistanceUnit(int unit) throws java.io.IOException, AutomationException
unit
- A com.esri.arcgis.carto.esriMaplexUnit constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isUseLineDirection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUseLineDirection(boolean flag) throws java.io.IOException, AutomationException
flag
- The flag (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 |