Beispiel #1
0
 public urlEnumerator(tileserverType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #2
0
 public activelayersEnumerator(tileserverType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #3
0
 public urlEnumerator(tileserverType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #4
0
 public availablelayersEnumerator(tileserverType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #5
0
 public void ReplacetileserverAt(tileserverType newValue, int index)
 {
     ReplaceDomElementAt("", "tileserver", index, newValue);
 }
Beispiel #6
0
 public void InserttileserverAt(tileserverType newValue, int index)
 {
     InsertDomElementAt("", "tileserver", index, newValue);
 }
Beispiel #7
0
 public void Addtileserver(tileserverType newValue)
 {
     AppendDomElement("", "tileserver", newValue);
 }