public FormatEnumerator(GetFeatureInfoType par) { parent = par; nIndex = -1; }
public void ReplaceGetFeatureInfoAt(GetFeatureInfoType newValue, int index) { ReplaceDomElementAt("", "GetFeatureInfo", index, newValue); }
public DCPTypeEnumerator(GetFeatureInfoType par) { parent = par; nIndex = -1; }
public XmlNode AddGetFeatureInfo(GetFeatureInfoType newValue) { return(AppendDomElement("", "GetFeatureInfo", newValue)); }
public void InsertGetFeatureInfoAt(GetFeatureInfoType newValue, int index) { InsertDomElementAt("", "GetFeatureInfo", index, newValue); }
public XmlNode AddGetFeatureInfo(GetFeatureInfoType newValue) { return AppendDomElement("", "GetFeatureInfo", newValue); }