com.esri.arcgis.carto
Class IMaplexOffsetAlongLinePropertiesProxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.carto.IMaplexOffsetAlongLinePropertiesProxy
All Implemented Interfaces:
IMaplexOffsetAlongLineProperties, java.io.Externalizable, java.io.Serializable

Deprecated. Internal use only. Proxy for 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 =

public class IMaplexOffsetAlongLinePropertiesProxy
extends com.esri.arcgis.interop.Dispatch
implements IMaplexOffsetAlongLineProperties, java.io.Serializable

Internal use class

See Also:
Serialized Form

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

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IMaplexOffsetAlongLinePropertiesProxy

public IMaplexOffsetAlongLinePropertiesProxy(java.lang.String CLSID,
                                             java.lang.String host,
                                             com.esri.arcgis.interop.AuthInfo authInfo)
                                      throws java.net.UnknownHostException,
                                             java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IMaplexOffsetAlongLinePropertiesProxy

public IMaplexOffsetAlongLinePropertiesProxy()
Deprecated. 
For internal use only


IMaplexOffsetAlongLinePropertiesProxy

public IMaplexOffsetAlongLinePropertiesProxy(java.lang.Object obj)
                                      throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMaplexOffsetAlongLinePropertiesProxy

protected IMaplexOffsetAlongLinePropertiesProxy(java.lang.Object obj,
                                                java.lang.String iid)
                                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IMaplexOffsetAlongLinePropertiesProxy

protected IMaplexOffsetAlongLinePropertiesProxy(java.lang.String CLSID,
                                                java.lang.String iid,
                                                java.lang.String host,
                                                com.esri.arcgis.interop.AuthInfo authInfo)
                                         throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class com.esri.arcgis.interop.Dispatch
Throws:
java.io.IOException

getPlacementMethod

public int getPlacementMethod()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Method of placing label along the line.

Specified by:
getPlacementMethod in interface IMaplexOffsetAlongLineProperties
Returns:
A com.esri.arcgis.carto.esriMaplexOffsetAlongLineMethod constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setPlacementMethod

public void setPlacementMethod(int option)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Method of placing label along the line.

Specified by:
setPlacementMethod in interface IMaplexOffsetAlongLineProperties
Parameters:
option - A com.esri.arcgis.carto.esriMaplexOffsetAlongLineMethod constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLabelAnchorPoint

public int getLabelAnchorPoint()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Anchor point on label where distance is measured to.

Specified by:
getLabelAnchorPoint in interface IMaplexOffsetAlongLineProperties
Returns:
A com.esri.arcgis.carto.esriMaplexLabelAnchorPoint constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLabelAnchorPoint

public void setLabelAnchorPoint(int option)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Anchor point on label where distance is measured to.

Specified by:
setLabelAnchorPoint in interface IMaplexOffsetAlongLineProperties
Parameters:
option - A com.esri.arcgis.carto.esriMaplexLabelAnchorPoint constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDistance

public double getDistance()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Distance along the line.

Specified by:
getDistance in interface IMaplexOffsetAlongLineProperties
Returns:
The distance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDistance

public void setDistance(double distance)
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Distance along the line.

Specified by:
setDistance in interface IMaplexOffsetAlongLineProperties
Parameters:
distance - The distance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getTolerance

public double getTolerance()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Tolerance either side of the specified position.

Specified by:
getTolerance in interface IMaplexOffsetAlongLineProperties
Returns:
The distance
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setTolerance

public void setTolerance(double distance)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Tolerance either side of the specified position.

Specified by:
setTolerance in interface IMaplexOffsetAlongLineProperties
Parameters:
distance - The distance (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDistanceUnit

public int getDistanceUnit()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The distance and tolerance are interpreted to be in this unit.

Specified by:
getDistanceUnit in interface IMaplexOffsetAlongLineProperties
Returns:
A com.esri.arcgis.carto.esriMaplexUnit constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setDistanceUnit

public void setDistanceUnit(int unit)
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The distance and tolerance are interpreted to be in this unit.

Specified by:
setDistanceUnit in interface IMaplexOffsetAlongLineProperties
Parameters:
unit - A com.esri.arcgis.carto.esriMaplexUnit constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isUseLineDirection

public boolean isUseLineDirection()
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Indicates whether to preserve the direction of line.

Specified by:
isUseLineDirection in interface IMaplexOffsetAlongLineProperties
Returns:
The flag
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setUseLineDirection

public void setUseLineDirection(boolean flag)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Indicates whether to preserve the direction of line.

Specified by:
setUseLineDirection in interface IMaplexOffsetAlongLineProperties
Parameters:
flag - The flag (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.