|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACFeatureLayer
Provides access to members that control the ArcIMS feature layer.
Method Summary | |
---|---|
String |
getDisplayField()
The primary display field. |
IFeatureClass |
getFeatureClass()
The layer's feature class. |
int |
getGeometryType()
The type of the Shape for the features in the layer. |
IACRenderer |
getRenderer()
Renderer used to draw the layer. |
boolean |
isDisplayAnnotation()
Indicates if the layer displays annotation. |
boolean |
isHasLabels()
Indicates if the layer has labels. |
void |
setDisplayAnnotation(boolean flag)
Indicates if the layer displays annotation. |
void |
setDisplayField(String fieldName)
The primary display field. |
void |
setRendererByRef(IACRenderer renderer)
Renderer used to draw the layer. |
Method Detail |
---|
IACRenderer getRenderer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRendererByRef(IACRenderer renderer) throws IOException, AutomationException
renderer
- A reference to a com.esri.arcgis.carto.IACRenderer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGeometryType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureClass getFeatureClass() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getDisplayField() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayField(String fieldName) throws IOException, AutomationException
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isHasLabels() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isDisplayAnnotation() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDisplayAnnotation(boolean flag) throws IOException, AutomationException
flag
- The flag (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 |