|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IMaplexOffsetAlongLinePropertiesProxy
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 =
public class IMaplexOffsetAlongLinePropertiesProxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IMaplexOffsetAlongLineProperties |
---|
IID, IID20664808_1a42_1fa1_fcd1_0b532f3c8ffa |
Constructor Summary | |
---|---|
|
IMaplexOffsetAlongLinePropertiesProxy()
Deprecated. For internal use only |
|
IMaplexOffsetAlongLinePropertiesProxy(java.lang.Object obj)
Deprecated. |
protected |
IMaplexOffsetAlongLinePropertiesProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMaplexOffsetAlongLinePropertiesProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMaplexOffsetAlongLinePropertiesProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
double |
getDistance()
Deprecated. Distance along the line. |
int |
getDistanceUnit()
Deprecated. The distance and tolerance are interpreted to be in this unit. |
int |
getLabelAnchorPoint()
Deprecated. Anchor point on label where distance is measured to. |
int |
getPlacementMethod()
Deprecated. Method of placing label along the line. |
double |
getTolerance()
Deprecated. Tolerance either side of the specified position. |
boolean |
isUseLineDirection()
Deprecated. Indicates whether to preserve the direction of line. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
void |
setDistance(double distance)
Deprecated. Distance along the line. |
void |
setDistanceUnit(int unit)
Deprecated. The distance and tolerance are interpreted to be in this unit. |
void |
setLabelAnchorPoint(int option)
Deprecated. Anchor point on label where distance is measured to. |
void |
setPlacementMethod(int option)
Deprecated. Method of placing label along the line. |
void |
setTolerance(double distance)
Deprecated. Tolerance either side of the specified position. |
void |
setUseLineDirection(boolean flag)
Deprecated. Indicates whether to preserve the direction of line. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IMaplexOffsetAlongLinePropertiesProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IMaplexOffsetAlongLinePropertiesProxy()
public IMaplexOffsetAlongLinePropertiesProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMaplexOffsetAlongLinePropertiesProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMaplexOffsetAlongLinePropertiesProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public int getPlacementMethod() throws java.io.IOException, AutomationException
getPlacementMethod
in interface IMaplexOffsetAlongLineProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPlacementMethod(int option) throws java.io.IOException, AutomationException
setPlacementMethod
in interface IMaplexOffsetAlongLineProperties
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.public int getLabelAnchorPoint() throws java.io.IOException, AutomationException
getLabelAnchorPoint
in interface IMaplexOffsetAlongLineProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setLabelAnchorPoint(int option) throws java.io.IOException, AutomationException
setLabelAnchorPoint
in interface IMaplexOffsetAlongLineProperties
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.public double getDistance() throws java.io.IOException, AutomationException
getDistance
in interface IMaplexOffsetAlongLineProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDistance(double distance) throws java.io.IOException, AutomationException
setDistance
in interface IMaplexOffsetAlongLineProperties
distance
- The distance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public double getTolerance() throws java.io.IOException, AutomationException
getTolerance
in interface IMaplexOffsetAlongLineProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTolerance(double distance) throws java.io.IOException, AutomationException
setTolerance
in interface IMaplexOffsetAlongLineProperties
distance
- The distance (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getDistanceUnit() throws java.io.IOException, AutomationException
getDistanceUnit
in interface IMaplexOffsetAlongLineProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setDistanceUnit(int unit) throws java.io.IOException, AutomationException
setDistanceUnit
in interface IMaplexOffsetAlongLineProperties
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.public boolean isUseLineDirection() throws java.io.IOException, AutomationException
isUseLineDirection
in interface IMaplexOffsetAlongLineProperties
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseLineDirection(boolean flag) throws java.io.IOException, AutomationException
setUseLineDirection
in interface IMaplexOffsetAlongLineProperties
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 |