com.esri.arcgis.location
Interface IHatchClass

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
HatchClass, IHatchClassProxy

public interface IHatchClass
extends java.io.Serializable

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

Description: 'Provides access to hatch class 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 IID2fa4e172_5f34_4911_b38b_ff8ea28c316b
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void convertToGraphics(IFeatureLayer pFLayer, IGraphicsLayer pGraphicsLayer, IDisplay pDisplay, int convertType)
          Convert to graphics.
 void draw(IFeatureLayer pFLayer, IDisplay pDisplay, ITrackCancel pTrackCancel)
          Draw.
 IHatchInputValue getEndRange()
          The EndRange.
 IQueryFilter getFilter()
          Query definition hatch class is defined by.
 IHatchInputValue getHatchInterval()
          Hatch Interval for the class.
 IHatchTemplate getHatchTemplate()
          HatchTemplate for hatch class.
 IHatchInputValue getLateralOffset()
          The LateralOffset.
 double getMaximumScale()
          Maximum scale at which the hatch class will display.
 double getMinimumScale()
          Minimum scale at which the hatch class will display.
 IHatchInputValue getStartRange()
          The StartRange.
 boolean isShowHatches()
          Indicates whether to show hatches.
 void setEndRangeByRef(IHatchInputValue ppEndRange)
          The EndRange.
 void setFilterByRef(IQueryFilter ppQF)
          Query definition hatch class is defined by.
 void setHatchIntervalByRef(IHatchInputValue ppHatchInterval)
          Hatch Interval for the class.
 void setHatchTemplateByRef(IHatchTemplate ppHatchTemplate)
          HatchTemplate for hatch class.
 void setLateralOffsetByRef(IHatchInputValue ppLateralOffset)
          The LateralOffset.
 void setMaximumScale(double maxScale)
          Maximum scale at which the hatch class will display.
 void setMinimumScale(double minScale)
          Minimum scale at which the hatch class will display.
 void setShowHatches(boolean pshowHatches)
          Indicates whether to show hatches.
 void setStartRangeByRef(IHatchInputValue ppStartRange)
          The StartRange.
 

Field Detail

IID2fa4e172_5f34_4911_b38b_ff8ea28c316b

static final int IID2fa4e172_5f34_4911_b38b_ff8ea28c316b
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

setShowHatches

void setShowHatches(boolean pshowHatches)
                    throws java.io.IOException,
                           AutomationException
Indicates whether to show hatches.

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

isShowHatches

boolean isShowHatches()
                      throws java.io.IOException,
                             AutomationException
Indicates whether to show hatches.

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

getHatchTemplate

IHatchTemplate getHatchTemplate()
                                throws java.io.IOException,
                                       AutomationException
HatchTemplate for hatch class.

Returns:
A reference to a com.esri.arcgis.location.IHatchTemplate
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHatchTemplateByRef

void setHatchTemplateByRef(IHatchTemplate ppHatchTemplate)
                           throws java.io.IOException,
                                  AutomationException
HatchTemplate for hatch class.

Parameters:
ppHatchTemplate - A reference to a com.esri.arcgis.location.IHatchTemplate (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getHatchInterval

IHatchInputValue getHatchInterval()
                                  throws java.io.IOException,
                                         AutomationException
Hatch Interval for the class.

Returns:
A reference to a com.esri.arcgis.location.IHatchInputValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setHatchIntervalByRef

void setHatchIntervalByRef(IHatchInputValue ppHatchInterval)
                           throws java.io.IOException,
                                  AutomationException
Hatch Interval for the class.

Parameters:
ppHatchInterval - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getFilter

IQueryFilter getFilter()
                       throws java.io.IOException,
                              AutomationException
Query definition hatch class is defined by.

Returns:
A reference to a com.esri.arcgis.geodatabase.IQueryFilter
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setFilterByRef

void setFilterByRef(IQueryFilter ppQF)
                    throws java.io.IOException,
                           AutomationException
Query definition hatch class is defined by.

Parameters:
ppQF - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinimumScale

double getMinimumScale()
                       throws java.io.IOException,
                              AutomationException
Minimum scale at which the hatch class will display.

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

setMinimumScale

void setMinimumScale(double minScale)
                     throws java.io.IOException,
                            AutomationException
Minimum scale at which the hatch class will display.

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

getMaximumScale

double getMaximumScale()
                       throws java.io.IOException,
                              AutomationException
Maximum scale at which the hatch class will display.

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

setMaximumScale

void setMaximumScale(double maxScale)
                     throws java.io.IOException,
                            AutomationException
Maximum scale at which the hatch class will display.

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

getStartRange

IHatchInputValue getStartRange()
                               throws java.io.IOException,
                                      AutomationException
The StartRange.

Returns:
A reference to a com.esri.arcgis.location.IHatchInputValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setStartRangeByRef

void setStartRangeByRef(IHatchInputValue ppStartRange)
                        throws java.io.IOException,
                               AutomationException
The StartRange.

Parameters:
ppStartRange - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getEndRange

IHatchInputValue getEndRange()
                             throws java.io.IOException,
                                    AutomationException
The EndRange.

Returns:
A reference to a com.esri.arcgis.location.IHatchInputValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setEndRangeByRef

void setEndRangeByRef(IHatchInputValue ppEndRange)
                      throws java.io.IOException,
                             AutomationException
The EndRange.

Parameters:
ppEndRange - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLateralOffset

IHatchInputValue getLateralOffset()
                                  throws java.io.IOException,
                                         AutomationException
The LateralOffset.

Returns:
A reference to a com.esri.arcgis.location.IHatchInputValue
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setLateralOffsetByRef

void setLateralOffsetByRef(IHatchInputValue ppLateralOffset)
                           throws java.io.IOException,
                                  AutomationException
The LateralOffset.

Parameters:
ppLateralOffset - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

draw

void draw(IFeatureLayer pFLayer,
          IDisplay pDisplay,
          ITrackCancel pTrackCancel)
          throws java.io.IOException,
                 AutomationException
Draw.

Parameters:
pFLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
pTrackCancel - A reference to a com.esri.arcgis.system.ITrackCancel (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

convertToGraphics

void convertToGraphics(IFeatureLayer pFLayer,
                       IGraphicsLayer pGraphicsLayer,
                       IDisplay pDisplay,
                       int convertType)
                       throws java.io.IOException,
                              AutomationException
Convert to graphics.

Parameters:
pFLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
pGraphicsLayer - A reference to a com.esri.arcgis.carto.IGraphicsLayer (in)
pDisplay - A reference to a com.esri.arcgis.display.IDisplay (in)
convertType - A com.esri.arcgis.location.esriConvertHatchesToGraphicsType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.