Ejemplo n.º 1
0
 public void ReplaceGetMapAt(OperationType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "GetMap", index, newValue);
 }
Ejemplo n.º 2
0
 public XmlNode AddGetMap(OperationType newValue)
 {
     return AppendDomElement("http://www.opengis.net/wms", "GetMap", newValue);
 }
Ejemplo n.º 3
0
 public void InsertGetMapAt(OperationType newValue, int index)
 {
     InsertDomElementAt("http://www.opengis.net/wms", "GetMap", index, newValue);
 }
Ejemplo n.º 4
0
			public FormatEnumerator(OperationType par) 
			{
				parent = par;
				nIndex = -1;
			}
Ejemplo n.º 5
0
			public DCPTypeEnumerator(OperationType par) 
			{
				parent = par;
				nIndex = -1;
			}
Ejemplo n.º 6
0
		public void AddGetMap(OperationType newValue)
		{
			AppendDomElement("http://www.opengis.net/wms", "GetMap", newValue);
		}
Ejemplo n.º 7
0
		public void AddGetFeatureInfo(OperationType newValue)
		{
			AppendDomElement("http://www.opengis.net/wms", "GetFeatureInfo", newValue);
		}
Ejemplo n.º 8
0
 public void ReplaceGetFeatureInfoAt(OperationType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "GetFeatureInfo", index, newValue);
 }
Ejemplo n.º 9
0
		public void AddGetCapabilities(OperationType newValue)
		{
			AppendDomElement("http://www.opengis.net/wms", "GetCapabilities", newValue);
		}
Ejemplo n.º 10
0
 public void InsertGetMapAt(OperationType newValue, int index)
 {
     InsertDomElementAt("http://www.opengis.net/wms", "GetMap", index, newValue);
 }
Ejemplo n.º 11
0
 public void AddGetFeatureInfo(OperationType newValue)
 {
     AppendDomElement("http://www.opengis.net/wms", "GetFeatureInfo", newValue);
 }
Ejemplo n.º 12
0
 public void AddGetMap(OperationType newValue)
 {
     AppendDomElement("http://www.opengis.net/wms", "GetMap", newValue);
 }
Ejemplo n.º 13
0
 public void ReplaceGetCapabilitiesAt(OperationType newValue, int index)
 {
     ReplaceDomElementAt("http://www.opengis.net/wms", "GetCapabilities", index, newValue);
 }
Ejemplo n.º 14
0
 public void AddGetCapabilities(OperationType newValue)
 {
     AppendDomElement("http://www.opengis.net/wms", "GetCapabilities", newValue);
 }
Ejemplo n.º 15
0
 public DCPTypeEnumerator(OperationType par)
 {
     parent = par;
     nIndex = -1;
 }
Ejemplo n.º 16
0
 public FormatEnumerator(OperationType par)
 {
     parent = par;
     nIndex = -1;
 }