// !!!!!!!!!!
//Set<WMSLayerStyle> setStyleChild = capChild.getStyles();
//if (setStyleChild == null || setStyleChild.isEmpty())
{
InfoChildWms lioLayerInfo = InfoChildWms.s_create(capWms, capChild, null);
//_tempoDumpInfos_(lioLayerInfo);
AVList lstParamsNew = lioLayerInfo.getParams();
Object objComponent = FactoryChildWms.s_create(capWms, lstParamsNew);
// current limitation
// ATTN: below: same "if" in use
// in progress, should then return GfrEmlWMSBasicElevationModel
if (objComponent == null) // elevation model
{
this._strError = "This WMS server contains at least one layer of type Elevation Layer:";
this._strError += "\n" + ". Layer's title:" + lioLayerInfo.getDisplayName();
String strNameLayer = lioLayerInfo.getLayerNames();
if (strNameLayer!=null && strNameLayer.length()>0)
this._strError += "\n" + ". Layer's name:" + strNameLayer;
this._strError += "\n\n" + "Sorry, Elevation Layers not supported yet!";