Esempio n. 1
0
 public void ReplaceGetFeatureInfoAt(GetFeatureInfoType newValue, int index)
 {
     ReplaceDomElementAt("", "GetFeatureInfo", index, newValue);
 }
Esempio n. 2
0
 public void AddGetFeatureInfo(GetFeatureInfoType newValue)
 {
     AppendDomElement("", "GetFeatureInfo", newValue);
 }
Esempio n. 3
0
 public void InsertGetFeatureInfoAt(GetFeatureInfoType newValue, int index)
 {
     InsertDomElementAt("", "GetFeatureInfo", index, newValue);
 }
			public FormatEnumerator(GetFeatureInfoType par) 
			{
				parent = par;
				nIndex = -1;
			}
			public DCPTypeEnumerator(GetFeatureInfoType par) 
			{
				parent = par;
				nIndex = -1;
			}
Esempio n. 6
0
 public DCPTypeEnumerator(GetFeatureInfoType par)
 {
     parent = par;
     nIndex = -1;
 }
Esempio n. 7
0
 public FormatEnumerator(GetFeatureInfoType par)
 {
     parent = par;
     nIndex = -1;
 }
Esempio n. 8
0
		public void ReplaceGetFeatureInfoAt(GetFeatureInfoType newValue, int index)
		{
			ReplaceDomElementAt("", "GetFeatureInfo", index, newValue);
		}
Esempio n. 9
0
		public void InsertGetFeatureInfoAt(GetFeatureInfoType newValue, int index)
		{
			InsertDomElementAt("", "GetFeatureInfo", index, newValue);
		}
Esempio n. 10
0
		public void AddGetFeatureInfo(GetFeatureInfoType newValue)
		{
			AppendDomElement("", "GetFeatureInfo", newValue);
		}