コード例 #1
0
 public OnlineResourceEnumerator(FeatureListURLType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #2
0
ファイル: LayerType.cs プロジェクト: jpespartero/WorldWind
		public void ReplaceFeatureListURLAt(FeatureListURLType newValue, int index)
		{
			ReplaceDomElementAt("http://www.opengis.net/wms", "FeatureListURL", index, newValue);
		}
コード例 #3
0
 public FormatEnumerator(FeatureListURLType par)
 {
     parent = par;
     nIndex = -1;
 }
コード例 #4
0
ファイル: LayerType.cs プロジェクト: jpespartero/WorldWind
		public void InsertFeatureListURLAt(FeatureListURLType newValue, int index)
		{
			InsertDomElementAt("http://www.opengis.net/wms", "FeatureListURL", index, newValue);
		}
コード例 #5
0
ファイル: LayerType.cs プロジェクト: jpespartero/WorldWind
		public void AddFeatureListURL(FeatureListURLType newValue)
		{
			AppendDomElement("http://www.opengis.net/wms", "FeatureListURL", newValue);
		}
コード例 #6
0
ファイル: LayerType.cs プロジェクト: paladin74/Dapple
 public XmlNode AddFeatureListURL(FeatureListURLType newValue)
 {
     return AppendDomElement("http://www.opengis.net/wms", "FeatureListURL", newValue);
 }
コード例 #7
0
			public OnlineResourceEnumerator(FeatureListURLType par) 
			{
				parent = par;
				nIndex = -1;
			}
コード例 #8
0
			public FormatEnumerator(FeatureListURLType par) 
			{
				parent = par;
				nIndex = -1;
			}