Пример #1
0
 public void ReplaceGetMapAt(OperationType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "GetMap", index, newValue);
 }
Пример #2
0
 public XmlNode AddGetMap(OperationType newValue)
 {
     return AppendDomElement("http://www.opengis.net/wms", "GetMap", newValue);
 }
Пример #3
0
 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
		public void AddGetMap(OperationType newValue)
		{
			AppendDomElement("http://www.opengis.net/wms", "GetMap", newValue);
		}
Пример #7
0
		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
		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;
 }