com.esri.arcgis.carto
Class IDimensionStyleDisplayProxy

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

Deprecated. Internal use only. Proxy for COM Interface 'IDimensionStyleDisplay'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control a dimension style's display.' 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 IDimensionStyleDisplayProxy
extends com.esri.arcgis.interop.Dispatch
implements IDimensionStyleDisplay, 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.IDimensionStyleDisplay
IID, IIDd7e38a34_f92a_11d3_80d3_00c04f601565
 
Constructor Summary
  IDimensionStyleDisplayProxy()
          Deprecated. For internal use only
  IDimensionStyleDisplayProxy(java.lang.Object obj)
          Deprecated.  
protected IDimensionStyleDisplayProxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IDimensionStyleDisplayProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IDimensionStyleDisplayProxy(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 getBaselineHeight()
          Deprecated. Height of the construction for creating baseline dimensions with this style.
 IMarkerSymbol getBeginMarkerSymbol()
          Deprecated. Symbol used for the begin arrow.
 int getDimensionLineDisplay()
          Deprecated. Dimension line display of the style.
 ILineSymbol getDimensionLineSymbol()
          Deprecated. Symbol used for the dimension line.
 IMarkerSymbol getEndMarkerSymbol()
          Deprecated. Symbol used for the end arrow.
 int getExtensionLineDisplay()
          Deprecated. Extension line display of the style.
 double getExtensionLineOffset()
          Deprecated. Length of the extension line offset.
 double getExtensionLineOvershot()
          Deprecated. Length of the extension line overshot.
 ILineSymbol getExtensionLineSymbol()
          Deprecated. Symbol used for the extension lines.
 int getMarkerDisplay()
          Deprecated. Arrow display of the style.
 int getMarkerFit()
          Deprecated. Arrow fit policy of the style.
 double getMarkerFitTolerance()
          Deprecated. Arrow fit tolerance of the style.
 boolean isDrawLineOnFit()
          Deprecated. Indicates if a dimension line should be drawn between the extension lines for an inward dimension.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setBaselineHeight(double height)
          Deprecated. Height of the construction for creating baseline dimensions with this style.
 void setBeginMarkerSymbol(IMarkerSymbol symbol)
          Deprecated. Symbol used for the begin arrow.
 void setDimensionLineDisplay(int displayOption)
          Deprecated. Dimension line display of the style.
 void setDimensionLineSymbol(ILineSymbol symbol)
          Deprecated. Symbol used for the dimension line.
 void setDrawLineOnFit(boolean draw)
          Deprecated. Indicates if a dimension line should be drawn between the extension lines for an inward dimension.
 void setEndMarkerSymbol(IMarkerSymbol symbol)
          Deprecated. Symbol used for the end arrow.
 void setExtensionLineDisplay(int displayOption)
          Deprecated. Extension line display of the style.
 void setExtensionLineOffset(double offset)
          Deprecated. Length of the extension line offset.
 void setExtensionLineOvershot(double overshot)
          Deprecated. Length of the extension line overshot.
 void setExtensionLineSymbol(ILineSymbol symbol)
          Deprecated. Symbol used for the extension lines.
 void setMarkerDisplay(int displayOption)
          Deprecated. Arrow display of the style.
 void setMarkerFit(int fit)
          Deprecated. Arrow fit policy of the style.
 void setMarkerFitTolerance(double tolerance)
          Deprecated. Arrow fit tolerance of the style.
 
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

IDimensionStyleDisplayProxy

public IDimensionStyleDisplayProxy(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

IDimensionStyleDisplayProxy

public IDimensionStyleDisplayProxy()
Deprecated. 
For internal use only


IDimensionStyleDisplayProxy

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

IDimensionStyleDisplayProxy

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

IDimensionStyleDisplayProxy

protected IDimensionStyleDisplayProxy(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

setDimensionLineSymbol

public void setDimensionLineSymbol(ILineSymbol symbol)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Symbol used for the dimension line.

Specified by:
setDimensionLineSymbol in interface IDimensionStyleDisplay
Parameters:
symbol - A reference to a com.esri.arcgis.display.ILineSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getDimensionLineSymbol

public ILineSymbol getDimensionLineSymbol()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Symbol used for the dimension line.

Specified by:
getDimensionLineSymbol in interface IDimensionStyleDisplay
Returns:
A reference to a com.esri.arcgis.display.ILineSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtensionLineSymbol

public void setExtensionLineSymbol(ILineSymbol symbol)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Symbol used for the extension lines.

Specified by:
setExtensionLineSymbol in interface IDimensionStyleDisplay
Parameters:
symbol - A reference to a com.esri.arcgis.display.ILineSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtensionLineSymbol

public ILineSymbol getExtensionLineSymbol()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Symbol used for the extension lines.

Specified by:
getExtensionLineSymbol in interface IDimensionStyleDisplay
Returns:
A reference to a com.esri.arcgis.display.ILineSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBeginMarkerSymbol

public void setBeginMarkerSymbol(IMarkerSymbol symbol)
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
Symbol used for the begin arrow.

Specified by:
setBeginMarkerSymbol in interface IDimensionStyleDisplay
Parameters:
symbol - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBeginMarkerSymbol

public IMarkerSymbol getBeginMarkerSymbol()
                                   throws java.io.IOException,
                                          AutomationException
Deprecated. 
Symbol used for the begin arrow.

Specified by:
getBeginMarkerSymbol in interface IDimensionStyleDisplay
Returns:
A reference to a com.esri.arcgis.display.IMarkerSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEndMarkerSymbol

public void setEndMarkerSymbol(IMarkerSymbol symbol)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Symbol used for the end arrow.

Specified by:
setEndMarkerSymbol in interface IDimensionStyleDisplay
Parameters:
symbol - A reference to a com.esri.arcgis.display.IMarkerSymbol (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEndMarkerSymbol

public IMarkerSymbol getEndMarkerSymbol()
                                 throws java.io.IOException,
                                        AutomationException
Deprecated. 
Symbol used for the end arrow.

Specified by:
getEndMarkerSymbol in interface IDimensionStyleDisplay
Returns:
A reference to a com.esri.arcgis.display.IMarkerSymbol
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setExtensionLineOvershot

public void setExtensionLineOvershot(double overshot)
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Length of the extension line overshot.

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

getExtensionLineOvershot

public double getExtensionLineOvershot()
                                throws java.io.IOException,
                                       AutomationException
Deprecated. 
Length of the extension line overshot.

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

setExtensionLineOffset

public void setExtensionLineOffset(double offset)
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Length of the extension line offset.

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

getExtensionLineOffset

public double getExtensionLineOffset()
                              throws java.io.IOException,
                                     AutomationException
Deprecated. 
Length of the extension line offset.

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

setDimensionLineDisplay

public void setDimensionLineDisplay(int displayOption)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Dimension line display of the style.

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

getDimensionLineDisplay

public int getDimensionLineDisplay()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Dimension line display of the style.

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

setExtensionLineDisplay

public void setExtensionLineDisplay(int displayOption)
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Extension line display of the style.

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

getExtensionLineDisplay

public int getExtensionLineDisplay()
                            throws java.io.IOException,
                                   AutomationException
Deprecated. 
Extension line display of the style.

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

setMarkerDisplay

public void setMarkerDisplay(int displayOption)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Arrow display of the style.

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

getMarkerDisplay

public int getMarkerDisplay()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
Arrow display of the style.

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

setMarkerFit

public void setMarkerFit(int fit)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Arrow fit policy of the style.

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

getMarkerFit

public int getMarkerFit()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
Arrow fit policy of the style.

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

setMarkerFitTolerance

public void setMarkerFitTolerance(double tolerance)
                           throws java.io.IOException,
                                  AutomationException
Deprecated. 
Arrow fit tolerance of the style.

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

getMarkerFitTolerance

public double getMarkerFitTolerance()
                             throws java.io.IOException,
                                    AutomationException
Deprecated. 
Arrow fit tolerance of the style.

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

setDrawLineOnFit

public void setDrawLineOnFit(boolean draw)
                      throws java.io.IOException,
                             AutomationException
Deprecated. 
Indicates if a dimension line should be drawn between the extension lines for an inward dimension.

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

isDrawLineOnFit

public boolean isDrawLineOnFit()
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
Indicates if a dimension line should be drawn between the extension lines for an inward dimension.

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

setBaselineHeight

public void setBaselineHeight(double height)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
Height of the construction for creating baseline dimensions with this style.

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

getBaselineHeight

public double getBaselineHeight()
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
Height of the construction for creating baseline dimensions with this style.

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