com.esri.arcgis.carto
Interface esriMassFlowAngleRepresentation

All Superinterfaces:
java.io.Serializable

public interface esriMassFlowAngleRepresentation
extends java.io.Serializable

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

Description: 'Specifies the direction of mass flow.' 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 esriMassFlowAngleRepresentationFrom
          The mass is flowing along the angle and moving towards the origin of the reference system.
static int esriMassFlowAngleRepresentationTo
          The mass is flowing along the angle and moving away from the origin of the reference system.
 

Field Detail

esriMassFlowAngleRepresentationFrom

static final int esriMassFlowAngleRepresentationFrom
The mass is flowing along the angle and moving towards the origin of the reference system.

See Also:
Constant Field Values

esriMassFlowAngleRepresentationTo

static final int esriMassFlowAngleRepresentationTo
The mass is flowing along the angle and moving away from the origin of the reference system.

See Also:
Constant Field Values