Exemple #1
0
 public void ReplaceLatLonBoundingBoxAt(LatLonBoundingBoxType newValue, int index)
 {
     ReplaceDomElementAt("", "LatLonBoundingBox", index, newValue);
 }
Exemple #2
0
 public void InsertLatLonBoundingBoxAt(LatLonBoundingBoxType newValue, int index)
 {
     InsertDomElementAt("", "LatLonBoundingBox", index, newValue);
 }
 public minyEnumerator(LatLonBoundingBoxType par)
 {
     parent = par;
     nIndex = -1;
 }
Exemple #4
0
 public XmlNode AddLatLonBoundingBox(LatLonBoundingBoxType newValue)
 {
     return AppendDomElement("", "LatLonBoundingBox", newValue);
 }
 public maxyEnumerator(LatLonBoundingBoxType par)
 {
     parent = par;
     nIndex = -1;
 }