Ejemplo n.º 1
0
			public maxyEnumerator(LatLonBoundingBoxType par) 
			{
				parent = par;
				nIndex = -1;
			}
Ejemplo n.º 2
0
 public maxyEnumerator(LatLonBoundingBoxType par)
 {
     parent = par;
     nIndex = -1;
 }
Ejemplo n.º 3
0
		public void InsertLatLonBoundingBoxAt(LatLonBoundingBoxType newValue, int index)
		{
			InsertDomElementAt("", "LatLonBoundingBox", index, newValue);
		}
Ejemplo n.º 4
0
		public void ReplaceLatLonBoundingBoxAt(LatLonBoundingBoxType newValue, int index)
		{
			ReplaceDomElementAt("", "LatLonBoundingBox", index, newValue);
		}
Ejemplo n.º 5
0
		public void AddLatLonBoundingBox(LatLonBoundingBoxType newValue)
		{
			AppendDomElement("", "LatLonBoundingBox", newValue);
		}