コード例 #1
0
 public void ReplaceLegendURLAt(LegendURLType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "LegendURL", index, newValue);
 }
コード例 #2
0
 public XmlNode AddLegendURL(LegendURLType newValue)
 {
     return(AppendDomElement("http://www.opengis.net/wms", "LegendURL", newValue));
 }
コード例 #3
0
 public void InsertLegendURLAt(LegendURLType newValue, int index)
 {
     InsertDomElementAt("http://www.opengis.net/wms", "LegendURL", index, newValue);
 }
コード例 #4
0
 public OnlineResourceEnumerator(LegendURLType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #5
0
ファイル: StyleType.cs プロジェクト: qaz734913414/MFW3DNet
 public void AddLegendURL(LegendURLType newValue)
 {
     AppendDomElement("http://www.opengis.net/wms", "LegendURL", newValue);
 }
コード例 #6
0
 public heightEnumerator(LegendURLType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #7
0
 public FormatEnumerator(LegendURLType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #8
0
ファイル: StyleType.cs プロジェクト: jpespartero/WorldWind
		public void ReplaceLegendURLAt(LegendURLType newValue, int index)
		{
			ReplaceDomElementAt("http://www.opengis.net/wms", "LegendURL", index, newValue);
		}
コード例 #9
0
 public widthEnumerator(LegendURLType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #10
0
ファイル: StyleType.cs プロジェクト: jpespartero/WorldWind
		public void AddLegendURL(LegendURLType newValue)
		{
			AppendDomElement("http://www.opengis.net/wms", "LegendURL", newValue);
		}
コード例 #11
0
ファイル: StyleType.cs プロジェクト: jpespartero/WorldWind
		public void InsertLegendURLAt(LegendURLType newValue, int index)
		{
			InsertDomElementAt("http://www.opengis.net/wms", "LegendURL", index, newValue);
		}
コード例 #12
0
ファイル: LegendURLType.cs プロジェクト: paladin74/Dapple
 public widthEnumerator(LegendURLType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #13
0
ファイル: LegendURLType.cs プロジェクト: paladin74/Dapple
 public OnlineResourceEnumerator(LegendURLType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #14
0
ファイル: LegendURLType.cs プロジェクト: paladin74/Dapple
 public heightEnumerator(LegendURLType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #15
0
ファイル: LegendURLType.cs プロジェクト: paladin74/Dapple
 public FormatEnumerator(LegendURLType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #16
0
ファイル: StyleType.cs プロジェクト: paladin74/Dapple
 public XmlNode AddLegendURL(LegendURLType newValue)
 {
     return AppendDomElement("http://www.opengis.net/wms", "LegendURL", newValue);
 }