com.esri.arcgis.analyst3d
Interface esriSimple3DMarkerStyle

All Superinterfaces:
java.io.Serializable

public interface esriSimple3DMarkerStyle
extends java.io.Serializable

Constants from esriSimple3DMarkerStyle' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esri3DAnalyst.olb'

Description: 'Simple 3D marker styles.' 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 int esriS3DMSCone
          The 3D marker is a cone.
static int esriS3DMSCube
          The 3D marker is a cube.
static int esriS3DMSCylinder
          The 3D marker is an cylinder.
static int esriS3DMSDiamond
          The 3D marker is a diamond.
static int esriS3DMSSphere
          The 3D marker is a sphere.
static int esriS3DMSSphereFrame
          The 3D marker is a sphere frame.
static int esriS3DMSTetra
          The 3D marker is a tetrahedron.
 

Field Detail

esriS3DMSTetra

static final int esriS3DMSTetra
The 3D marker is a tetrahedron.

See Also:
Constant Field Values

esriS3DMSCube

static final int esriS3DMSCube
The 3D marker is a cube.

See Also:
Constant Field Values

esriS3DMSCone

static final int esriS3DMSCone
The 3D marker is a cone.

See Also:
Constant Field Values

esriS3DMSCylinder

static final int esriS3DMSCylinder
The 3D marker is an cylinder.

See Also:
Constant Field Values

esriS3DMSDiamond

static final int esriS3DMSDiamond
The 3D marker is a diamond.

See Also:
Constant Field Values

esriS3DMSSphere

static final int esriS3DMSSphere
The 3D marker is a sphere.

See Also:
Constant Field Values

esriS3DMSSphereFrame

static final int esriS3DMSSphereFrame
The 3D marker is a sphere frame.

See Also:
Constant Field Values