|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ILayerDescription2
Provides access to the available properties of a layer description object.
Method Summary | |
---|---|
IFillSymbol |
getSelectionBufferSymbol()
Symbol used for drawing selection buffer. |
String |
getSourceID()
The id of the source to use when drawing the layer. |
void |
setSelectionBufferSymbolByRef(IFillSymbol bufferSymbol)
Symbol used for drawing selection buffer. |
void |
setSourceID(String srcID)
The id of the source to use when drawing the layer. |
Method Detail |
---|
String getSourceID() throws IOException, AutomationException
SourceID is used for map service interaction with the GPServer. It is a unique job id assigned to a geoprocessing service each time it runs on the server. This property can be used to find out which geoprocessing job has created this layer.
It is important to note that LayerID, SourceID and the index of layers (see MapLayerInfos) in map document are not the same.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceID(String srcID) throws IOException, AutomationException
srcID
- The srcID (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFillSymbol getSelectionBufferSymbol() throws IOException, AutomationException
Use this property when you want something other than the default symbology to symbolize buffers.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSelectionBufferSymbolByRef(IFillSymbol bufferSymbol) throws IOException, AutomationException
bufferSymbol
- A reference to a com.esri.arcgis.display.IFillSymbol (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 |