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