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