com.esri.arcgis.datasourcesfile
Interface esriSMStreetSideType

All Superinterfaces:
java.io.Serializable

public interface esriSMStreetSideType
extends java.io.Serializable

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

Description: 'Deprecated as of 10.1. Side of street.' 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 esriSMStreetSideLeft
          Represents the left side.
static int esriSMStreetSideRight
          Represents the right side.
static int esriSMStreetSideUndefined
          Both sides are allowed.
 

Field Detail

esriSMStreetSideLeft

static final int esriSMStreetSideLeft
Represents the left side.

See Also:
Constant Field Values

esriSMStreetSideRight

static final int esriSMStreetSideRight
Represents the right side.

See Also:
Constant Field Values

esriSMStreetSideUndefined

static final int esriSMStreetSideUndefined
Both sides are allowed.

See Also:
Constant Field Values