com.esri.arcgis.analyst3d
Interface esriSimple3DMarkerStyle

All Superinterfaces:
Serializable

public interface esriSimple3DMarkerStyle
extends Serializable

Simple 3D marker styles.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.

Supported Platforms

Windows, Solaris, Linux


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