|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IHatchLayerExtension
COM Interface 'IHatchLayerExtension'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriLocation.olb'
Description: 'Provides access to the hatch layer extension 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 |
IIDcd73074d_abb9_4cdf_9bc1_8463ebe87db6
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addClass(java.lang.String name,
IHatchClass hatchClass)
Adds a class to the hatch extension. |
void |
convertToGraphics(IFeatureLayer pFLayer,
IGraphicsLayer pGraphicsLayer,
IDisplay pDisplay)
Converts hatches to graphics. |
IHatchClass |
hatchClass(java.lang.String name)
The hatch class at the specified index. |
int |
hatchClassCount()
The number of hatch classes. |
java.lang.Object |
hatchClassNames()
String array of class names. |
boolean |
isShowHatches()
Indicates whether to show hatches. |
void |
removeAll()
Removes all classes from the hatch extension. |
void |
removeClass(java.lang.String name)
Removes a class from the hatch extension. |
void |
setShowHatches(boolean pshowHatches)
Indicates whether to show hatches. |
| Field Detail |
|---|
static final int IIDcd73074d_abb9_4cdf_9bc1_8463ebe87db6
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.
int hatchClassCount()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IHatchClass hatchClass(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addClass(java.lang.String name,
IHatchClass hatchClass)
throws java.io.IOException,
AutomationException
name - The name (in)hatchClass - A reference to a com.esri.arcgis.location.IHatchClass (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object hatchClassNames()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeClass(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void removeAll()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void convertToGraphics(IFeatureLayer pFLayer,
IGraphicsLayer pGraphicsLayer,
IDisplay pDisplay)
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)
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 | ||||||||