コード例 #1
0
ファイル: RequestType.cs プロジェクト: wikey2013/WIKEYEARTH
 public void ReplaceGetFeatureInfoAt(GetFeatureInfoType newValue, int index)
 {
     ReplaceDomElementAt("", "GetFeatureInfo", index, newValue);
 }
コード例 #2
0
ファイル: RequestType.cs プロジェクト: wikey2013/WIKEYEARTH
 public void AddGetFeatureInfo(GetFeatureInfoType newValue)
 {
     AppendDomElement("", "GetFeatureInfo", newValue);
 }
コード例 #3
0
ファイル: RequestType.cs プロジェクト: wikey2013/WIKEYEARTH
 public void InsertGetFeatureInfoAt(GetFeatureInfoType newValue, int index)
 {
     InsertDomElementAt("", "GetFeatureInfo", index, newValue);
 }
コード例 #4
0
			public FormatEnumerator(GetFeatureInfoType par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #5
0
			public DCPTypeEnumerator(GetFeatureInfoType par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #6
0
 public DCPTypeEnumerator(GetFeatureInfoType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #7
0
 public FormatEnumerator(GetFeatureInfoType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #8
0
ファイル: RequestType.cs プロジェクト: jpespartero/WorldWind
		public void ReplaceGetFeatureInfoAt(GetFeatureInfoType newValue, int index)
		{
			ReplaceDomElementAt("", "GetFeatureInfo", index, newValue);
		}
コード例 #9
0
ファイル: RequestType.cs プロジェクト: jpespartero/WorldWind
		public void InsertGetFeatureInfoAt(GetFeatureInfoType newValue, int index)
		{
			InsertDomElementAt("", "GetFeatureInfo", index, newValue);
		}
コード例 #10
0
ファイル: RequestType.cs プロジェクト: jpespartero/WorldWind
		public void AddGetFeatureInfo(GetFeatureInfoType newValue)
		{
			AppendDomElement("", "GetFeatureInfo", newValue);
		}