|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IWMSGroupLayer
COM Interface 'IWMSGroupLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the WMS group layer.' 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 |
IIDd43d9a73_ff6c_4a19_b36a_d7ecbe61962a
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
add(ILayer wMSLayer)
Adds the given WMS Layer at the given position. |
void |
clear()
Deletes all the sub layers. |
IWMSGroupLayer |
createWMSGroupLayer(java.lang.String groupName)
Creates an empty WMSGroupLayer with the given name. |
IWMSGroupLayer |
createWMSGroupLayers(IWMSLayerDescription wMSGroupLayerDescription)
Creates a new WMSGroupLayer for the given WMSLayerDescription recursively including all the sub layers. |
IWMSLayer |
createWMSLayer(IWMSLayerDescription pWMSLayerDescription)
Creates a new WMSLayer for the given WMSLayerDescription. |
void |
delete(ILayer pWMSLayer)
Deletes the given layer if it exists. |
int |
getCount()
Number of sub layers. |
ILayer |
getLayer(int index)
Sub layer at the given index. |
IWMSServiceDescription |
getWMSServiceDescription()
Associated WMSServiceDescription. |
void |
insertLayer(ILayer wMSLayer,
int insertPosition)
Inserts the given WMS Layer at the given position. |
void |
insertLayers(IEnumLayer wMSLayers,
int insertPosition)
Inserts the given WMS Layers at the given position. |
boolean |
isExpanded()
Indicates if the layer is expanded or collapsed. |
void |
moveLayer(ILayer wMSLayer,
int toPosition)
Moves the given layer to the given position within the group layer. |
void |
setExpanded(boolean pValid)
Indicates if the layer is expanded or collapsed. |
Field Detail |
---|
static final int IIDd43d9a73_ff6c_4a19_b36a_d7ecbe61962a
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
IWMSServiceDescription getWMSServiceDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWMSLayer createWMSLayer(IWMSLayerDescription pWMSLayerDescription) throws java.io.IOException, AutomationException
pWMSLayerDescription
- A reference to a com.esri.arcgis.gisclient.IWMSLayerDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWMSGroupLayer createWMSGroupLayer(java.lang.String groupName) throws java.io.IOException, AutomationException
groupName
- The groupName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IWMSGroupLayer createWMSGroupLayers(IWMSLayerDescription wMSGroupLayerDescription) throws java.io.IOException, AutomationException
wMSGroupLayerDescription
- A reference to a com.esri.arcgis.gisclient.IWMSLayerDescription (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insertLayers(IEnumLayer wMSLayers, int insertPosition) throws java.io.IOException, AutomationException
wMSLayers
- A reference to a com.esri.arcgis.carto.IEnumLayer (in)insertPosition
- The insertPosition (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void insertLayer(ILayer wMSLayer, int insertPosition) throws java.io.IOException, AutomationException
wMSLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)insertPosition
- The insertPosition (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void moveLayer(ILayer wMSLayer, int toPosition) throws java.io.IOException, AutomationException
wMSLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)toPosition
- The toPosition (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void add(ILayer wMSLayer) throws java.io.IOException, AutomationException
wMSLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void delete(ILayer pWMSLayer) throws java.io.IOException, AutomationException
pWMSLayer
- A reference to a com.esri.arcgis.carto.ILayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void clear() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isExpanded() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setExpanded(boolean pValid) throws java.io.IOException, AutomationException
pValid
- The pValid (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getCount() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ILayer getLayer(int index) throws java.io.IOException, AutomationException
index
- The index (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 |