com.esri.arcgis.analyst3d
Interface ISimpleMarker3DSymbol

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ISimpleMarker3DSymbolProxy, SimpleMarker3DSymbol

public interface ISimpleMarker3DSymbol
extends java.io.Serializable

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

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

Field Detail

IID773f726f_aefb_11d5_8112_00c04fa0adf8

static final int IID773f726f_aefb_11d5_8112_00c04fa0adf8
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
Marker style.

Returns:
A com.esri.arcgis.analyst3d.esriSimple3DMarkerStyle 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
Marker style.

Parameters:
style - A com.esri.arcgis.analyst3d.esriSimple3DMarkerStyle 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
Marker 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
Marker 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.