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