|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureLayerDrawingDescription2
COM Interface 'IFeatureLayerDrawingDescription2'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the FeatureLayer drawing options.' 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 |
IIDad0a78f4_f5f0_4aa3_b4b0_ee7801df5d59
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IIDad0a78f4_f5f0_4aa3_b4b0_ee7801df5d59
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getSourceLayerID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceLayerID(int pSourceLayerID) throws java.io.IOException, AutomationException
pSourceLayerID
- The pSourceLayerID (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILabelingDescription getLabelingDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setLabelingDescription(ILabelingDescription ppLabelingDescription) throws java.io.IOException, AutomationException
ppLabelingDescription
- A reference to a com.esri.arcgis.carto.ILabelingDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureRenderer getFeatureRenderer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFeatureRendererByRef(IFeatureRenderer ppRenderer) throws java.io.IOException, AutomationException
ppRenderer
- A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isScaleSymbols() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setScaleSymbols(boolean scale) throws java.io.IOException, AutomationException
scale
- The scale (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 |