blnIsLayer = true;
}
else if (objComponent instanceof GfrEmlWMSBasicElevationModel)
{
GfrEmlWMSBasicElevationModel objTer = (GfrEmlWMSBasicElevationModel) objComponent;
String strErrorCheck = objTer.getErrorCheck();
if (strErrorCheck != null)
{
String strError = "Got errors in WMS server named " + this._strUrlServerParent;
strError += "\n" + "Failed to load child(ren):";