|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHatchClass
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 |
|---|
static final int IID2fa4e172_5f34_4911_b38b_ff8ea28c316b
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setShowHatches(boolean pshowHatches)
throws java.io.IOException,
AutomationException
pshowHatches - The pshowHatches (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isShowHatches()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IHatchTemplate getHatchTemplate()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHatchTemplateByRef(IHatchTemplate ppHatchTemplate)
throws java.io.IOException,
AutomationException
ppHatchTemplate - A reference to a com.esri.arcgis.location.IHatchTemplate (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IHatchInputValue getHatchInterval()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setHatchIntervalByRef(IHatchInputValue ppHatchInterval)
throws java.io.IOException,
AutomationException
ppHatchInterval - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IQueryFilter getFilter()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setFilterByRef(IQueryFilter ppQF)
throws java.io.IOException,
AutomationException
ppQF - A reference to a com.esri.arcgis.geodatabase.IQueryFilter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMinimumScale()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMinimumScale(double minScale)
throws java.io.IOException,
AutomationException
minScale - The minScale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getMaximumScale()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMaximumScale(double maxScale)
throws java.io.IOException,
AutomationException
maxScale - The maxScale (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IHatchInputValue getStartRange()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setStartRangeByRef(IHatchInputValue ppStartRange)
throws java.io.IOException,
AutomationException
ppStartRange - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IHatchInputValue getEndRange()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEndRangeByRef(IHatchInputValue ppEndRange)
throws java.io.IOException,
AutomationException
ppEndRange - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IHatchInputValue getLateralOffset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setLateralOffsetByRef(IHatchInputValue ppLateralOffset)
throws java.io.IOException,
AutomationException
ppLateralOffset - A reference to a com.esri.arcgis.location.IHatchInputValue (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void draw(IFeatureLayer pFLayer,
IDisplay pDisplay,
ITrackCancel pTrackCancel)
throws java.io.IOException,
AutomationException
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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void convertToGraphics(IFeatureLayer pFLayer,
IGraphicsLayer pGraphicsLayer,
IDisplay pDisplay,
int convertType)
throws java.io.IOException,
AutomationException
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)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||