コード例 #1
0
ファイル: RequestType.cs プロジェクト: paladin74/Dapple
 public void ReplaceGetMapAt(OperationType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "GetMap", index, newValue);
 }
コード例 #2
0
ファイル: RequestType.cs プロジェクト: paladin74/Dapple
 public XmlNode AddGetMap(OperationType newValue)
 {
     return AppendDomElement("http://www.opengis.net/wms", "GetMap", newValue);
 }
コード例 #3
0
ファイル: RequestType.cs プロジェクト: paladin74/Dapple
 public void InsertGetMapAt(OperationType newValue, int index)
 {
     InsertDomElementAt("http://www.opengis.net/wms", "GetMap", index, newValue);
 }
コード例 #4
0
			public FormatEnumerator(OperationType par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #5
0
			public DCPTypeEnumerator(OperationType par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #6
0
ファイル: RequestType.cs プロジェクト: jpespartero/WorldWind
		public void AddGetMap(OperationType newValue)
		{
			AppendDomElement("http://www.opengis.net/wms", "GetMap", newValue);
		}
コード例 #7
0
ファイル: RequestType.cs プロジェクト: jpespartero/WorldWind
		public void AddGetFeatureInfo(OperationType newValue)
		{
			AppendDomElement("http://www.opengis.net/wms", "GetFeatureInfo", newValue);
		}
コード例 #8
0
 public void ReplaceGetFeatureInfoAt(OperationType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "GetFeatureInfo", index, newValue);
 }
コード例 #9
0
ファイル: RequestType.cs プロジェクト: jpespartero/WorldWind
		public void AddGetCapabilities(OperationType newValue)
		{
			AppendDomElement("http://www.opengis.net/wms", "GetCapabilities", newValue);
		}
コード例 #10
0
 public void InsertGetMapAt(OperationType newValue, int index)
 {
     InsertDomElementAt("http://www.opengis.net/wms", "GetMap", index, newValue);
 }
コード例 #11
0
 public void AddGetFeatureInfo(OperationType newValue)
 {
     AppendDomElement("http://www.opengis.net/wms", "GetFeatureInfo", newValue);
 }
コード例 #12
0
 public void AddGetMap(OperationType newValue)
 {
     AppendDomElement("http://www.opengis.net/wms", "GetMap", newValue);
 }
コード例 #13
0
 public void ReplaceGetCapabilitiesAt(OperationType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "GetCapabilities", index, newValue);
 }
コード例 #14
0
 public void AddGetCapabilities(OperationType newValue)
 {
     AppendDomElement("http://www.opengis.net/wms", "GetCapabilities", newValue);
 }
コード例 #15
0
 public DCPTypeEnumerator(OperationType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #16
0
 public FormatEnumerator(OperationType par)
 {
     parent = par;
     nIndex = -1;
 }