|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureLayerDrawingDescription2
Provides access to the FeatureLayer drawing options.
Method Summary | |
---|---|
IFeatureRenderer |
getFeatureRenderer()
FeatureRenderer used to represent symbology of a feature layer. |
ILabelingDescription |
getLabelingDescription()
LabelingDescription. |
int |
getSourceLayerID()
Source LayerID. |
boolean |
isScaleSymbols()
Indicates if symbols are scaled for the layer. |
void |
setFeatureRendererByRef(IFeatureRenderer ppRenderer)
FeatureRenderer used to represent symbology of a feature layer. |
void |
setLabelingDescription(ILabelingDescription ppLabelingDescription)
LabelingDescription. |
void |
setScaleSymbols(boolean scale)
Indicates if symbols are scaled for the layer. |
void |
setSourceLayerID(int pSourceLayerID)
Source LayerID. |
Method Detail |
---|
int getSourceLayerID() throws IOException, AutomationException
Use SourceLayerID to match this with the original LayerDescription.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceLayerID(int pSourceLayerID) throws IOException, AutomationException
pSourceLayerID
- The pSourceLayerID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILabelingDescription getLabelingDescription() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelingDescription(ILabelingDescription ppLabelingDescription) throws IOException, AutomationException
ppLabelingDescription
- A reference to a com.esri.arcgis.carto.ILabelingDescription (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureRenderer getFeatureRenderer() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureRendererByRef(IFeatureRenderer ppRenderer) throws IOException, AutomationException
ppRenderer
- A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isScaleSymbols() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScaleSymbols(boolean scale) throws IOException, AutomationException
scale
- The scale (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 |