Exemple #1
0
 public OnlineResourceEnumerator(StyleSheetURLType par)
 {
     parent = par;
     nIndex = -1;
 }
 public OnlineResourceEnumerator(StyleSheetURLType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #3
0
 public FormatEnumerator(StyleSheetURLType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #4
0
 public void ReplaceStyleSheetURLAt(StyleSheetURLType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "StyleSheetURL", index, newValue);
 }
 public FormatEnumerator(StyleSheetURLType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #6
0
 public XmlNode AddStyleSheetURL(StyleSheetURLType newValue)
 {
     return(AppendDomElement("http://www.opengis.net/wms", "StyleSheetURL", newValue));
 }
Exemple #7
0
 public void InsertStyleSheetURLAt(StyleSheetURLType newValue, int index)
 {
     InsertDomElementAt("http://www.opengis.net/wms", "StyleSheetURL", index, newValue);
 }
Exemple #8
0
 public void AddStyleSheetURL(StyleSheetURLType newValue)
 {
     AppendDomElement("http://www.opengis.net/wms", "StyleSheetURL", newValue);
 }
Exemple #9
0
		public void ReplaceStyleSheetURLAt(StyleSheetURLType newValue, int index)
		{
			ReplaceDomElementAt("http://www.opengis.net/wms", "StyleSheetURL", index, newValue);
		}
Exemple #10
0
		public void InsertStyleSheetURLAt(StyleSheetURLType newValue, int index)
		{
			InsertDomElementAt("http://www.opengis.net/wms", "StyleSheetURL", index, newValue);
		}
Exemple #11
0
		public void AddStyleSheetURL(StyleSheetURLType newValue)
		{
			AppendDomElement("http://www.opengis.net/wms", "StyleSheetURL", newValue);
		}
Exemple #12
0
 public XmlNode AddStyleSheetURL(StyleSheetURLType newValue)
 {
     return AppendDomElement("http://www.opengis.net/wms", "StyleSheetURL", newValue);
 }