|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IHatchLayerExtension
Provides access to the hatch layer extension properties.
Method Summary | |
---|---|
void |
addClass(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(String name)
The hatch class at the specified index. |
int |
hatchClassCount()
The number of hatch classes. |
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(String name)
Removes a class from the hatch extension. |
void |
setShowHatches(boolean pshowHatches)
Indicates whether to show hatches. |
Method Detail |
---|
void setShowHatches(boolean pshowHatches) throws IOException, AutomationException
pshowHatches
- The pshowHatches (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isShowHatches() throws IOException, AutomationException
The ShowHatches property (as boolean) indicates whether to show hatches.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int hatchClassCount() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IHatchClass hatchClass(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void addClass(String name, IHatchClass hatchClass) throws IOException, AutomationException
name
- The name (in)hatchClass
- A reference to a com.esri.arcgis.location.IHatchClass (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object hatchClassNames() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeClass(String name) throws IOException, AutomationException
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void removeAll() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void convertToGraphics(IFeatureLayer pFLayer, IGraphicsLayer pGraphicsLayer, IDisplay pDisplay) throws 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)
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 |