com.esri.arcgis.geometry
Interface esriGeometryDimension

All Superinterfaces:
java.io.Serializable

public interface esriGeometryDimension
extends java.io.Serializable

The topological dimension of a geometry.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Remarks

Describes the dimensionality of the geometry object. Each dimension corresponds to a direction of orthogonal movement. Therefore, Zero Dimensions describes a point with no extent beyond the point itself. One Dimension describes a line where the dimension of movement extends along the length of the line. Two Dimensions describes a surface where the movement can occur along two parametric orthogonal axes to create an Area. Three Dimensions describes a space with three parametric directions of movement (height, width, and depth). 2.5 Dimensions is a pseudo-dimensional construct that refers to a functional surface, represented by a planar Two Dimensional object with Z attributes. A No Dimensional object (not to be confused with a Zero Dimensional point) is an object for which dimensionality is not properly defined.

esriGeometry0Dimension   = Points and Multipoints
esriGeometry1Dimension   = Segments, Paths, and Polylines
esriGeometry2Dimension   = Envelopes, Rings, Polygons and Multipatches
esriGeometry25Dimension  = ZAware esriGeometry2Dimension objects
esriGeometry3Dimension   = New upcoming geometry type
esriGeometryNoDimension  = GeometryBags

Dimension Example


Field Summary
static int esriGeometry0Dimension
           
static int esriGeometry1Dimension
           
static int esriGeometry25Dimension
           
static int esriGeometry2Dimension
           
static int esriGeometry3Dimension
           
static int esriGeometryNoDimension
           
 

Field Detail

esriGeometry0Dimension

public static final int esriGeometry0Dimension
See Also:
Constant Field Values

esriGeometry1Dimension

public static final int esriGeometry1Dimension
See Also:
Constant Field Values

esriGeometry2Dimension

public static final int esriGeometry2Dimension
See Also:
Constant Field Values

esriGeometry25Dimension

public static final int esriGeometry25Dimension
See Also:
Constant Field Values

esriGeometry3Dimension

public static final int esriGeometry3Dimension
See Also:
Constant Field Values

esriGeometryNoDimension

public static final int esriGeometryNoDimension
See Also:
Constant Field Values