com.esri.arcgis.carto
Interface acGeometryType

All Superinterfaces:
java.io.Serializable

public interface acGeometryType
extends java.io.Serializable

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

Description: 'ArcIMS geometry types.' 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 acGeometryLine
          A straight line segment between two points.
static int acGeometryNull
          A geometry of unknown type.
static int acGeometryPoint
          A zero dimensional geometry.
static int acGeometryPolygon
          A collection of rings ordered by their containment relationship.
 

Field Detail

acGeometryPoint

static final int acGeometryPoint
A zero dimensional geometry.

See Also:
Constant Field Values

acGeometryLine

static final int acGeometryLine
A straight line segment between two points.

See Also:
Constant Field Values

acGeometryPolygon

static final int acGeometryPolygon
A collection of rings ordered by their containment relationship.

See Also:
Constant Field Values

acGeometryNull

static final int acGeometryNull
A geometry of unknown type.

See Also:
Constant Field Values