Beispiel #1
0
 public eastBoundLongitudeEnumerator(EX_GeographicBoundingBoxType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #2
0
 public northBoundLatitudeEnumerator(EX_GeographicBoundingBoxType par)
 {
     parent = par;
     nIndex = -1;
 }
Beispiel #3
0
		public void ReplaceEX_GeographicBoundingBoxAt(EX_GeographicBoundingBoxType newValue, int index)
		{
			ReplaceDomElementAt("http://www.opengis.net/wms", "EX_GeographicBoundingBox", index, newValue);
		}
Beispiel #4
0
		public void AddEX_GeographicBoundingBox(EX_GeographicBoundingBoxType newValue)
		{
			AppendDomElement("http://www.opengis.net/wms", "EX_GeographicBoundingBox", newValue);
		}
Beispiel #5
0
 public XmlNode AddEX_GeographicBoundingBox(EX_GeographicBoundingBoxType newValue)
 {
     return AppendDomElement("http://www.opengis.net/wms", "EX_GeographicBoundingBox", newValue);
 }
			public northBoundLatitudeEnumerator(EX_GeographicBoundingBoxType par) 
			{
				parent = par;
				nIndex = -1;
			}
			public eastBoundLongitudeEnumerator(EX_GeographicBoundingBoxType par) 
			{
				parent = par;
				nIndex = -1;
			}