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