com.esri.arcgis.analyst3d
Interface esri3DMarkerType

All Superinterfaces:
Serializable

public interface esri3DMarkerType
extends Serializable

The Esri 3D marker types.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int esri3DMTGeometry
          The 3D marker is defined by geometry only.
static int esri3DMTGeomMaterial
          The 3D marker is defined by geometry and material.
static int esri3DMTSimple
          The 3D marker is self defined.
 

Field Detail

esri3DMTSimple

static final int esri3DMTSimple
The 3D marker is self defined.

See Also:
Constant Field Values

esri3DMTGeometry

static final int esri3DMTGeometry
The 3D marker is defined by geometry only.

See Also:
Constant Field Values

esri3DMTGeomMaterial

static final int esri3DMTGeomMaterial
The 3D marker is defined by geometry and material.

See Also:
Constant Field Values