com.esri.arcgis.analyst3d
Interface ISimpleLine3DSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISimpleLine3DSymbolProxy, SimpleLine3DSymbol

public interface ISimpleLine3DSymbol
extends java.io.Serializable

COM Interface 'ISimpleLine3DSymbol'. Generated 3/19/2015 1:20:51 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'Provides access to members that control the simple 3D line symbol.' 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 IID470b7274_3552_11d6_a12d_00508bd60cb9
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getResolutionQuality()
          Line resolution.
 int getStyle()
          Line style.
 void setResolutionQuality(double quality)
          Line resolution.
 void setStyle(int style)
          Line style.
 

Field Detail

IID470b7274_3552_11d6_a12d_00508bd60cb9

static final int IID470b7274_3552_11d6_a12d_00508bd60cb9
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getStyle

int getStyle()
             throws java.io.IOException,
                    AutomationException
Line style.

Returns:
A com.esri.arcgis.analyst3d.esriSimple3DLineStyle constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStyle

void setStyle(int style)
              throws java.io.IOException,
                     AutomationException
Line style.

Parameters:
style - A com.esri.arcgis.analyst3d.esriSimple3DLineStyle constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getResolutionQuality

double getResolutionQuality()
                            throws java.io.IOException,
                                   AutomationException
Line resolution. The range is [0.0, 1.0], where 0 is the lowest and 1 is the highest resolution.

Returns:
The quality
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setResolutionQuality

void setResolutionQuality(double quality)
                          throws java.io.IOException,
                                 AutomationException
Line resolution. The range is [0.0, 1.0], where 0 is the lowest and 1 is the highest resolution.

Parameters:
quality - The quality (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.