com.esri.arcgis.location
Interface IHatchLineDefinition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
HatchLineDefinition, IHatchLineDefinitionProxy

public interface IHatchLineDefinition
extends java.io.Serializable

COM Interface 'IHatchLineDefinition'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'

Description: 'Provides access to the line hatch definition properties.' 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 java.lang.String IID
          Deprecated. Internal use only
static int IIDf05afcd5_ce16_483a_bd74_37d3d007f075
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getLength()
          The hatch line length.
 double getSupplementalAngle()
          The SupplementalAngle.
 void setLength(double pLength)
          The hatch line length.
 void setSupplementalAngle(double pAngle)
          The SupplementalAngle.
 

Field Detail

IIDf05afcd5_ce16_483a_bd74_37d3d007f075

static final int IIDf05afcd5_ce16_483a_bd74_37d3d007f075
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getLength

double getLength()
                 throws java.io.IOException,
                        AutomationException
The hatch line length.

Returns:
The pLength
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLength

void setLength(double pLength)
               throws java.io.IOException,
                      AutomationException
The hatch line length.

Parameters:
pLength - The pLength (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSupplementalAngle

double getSupplementalAngle()
                            throws java.io.IOException,
                                   AutomationException
The SupplementalAngle.

Returns:
The pAngle
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSupplementalAngle

void setSupplementalAngle(double pAngle)
                          throws java.io.IOException,
                                 AutomationException
The SupplementalAngle.

Parameters:
pAngle - The pAngle (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.