示例#1
0
 public SchemaDecimal(SchemaDecimal obj)
 {
     Value = obj.Value;
 }
示例#2
0
 public void InsertMinimumDisplayAltitudeAt(SchemaDecimal newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "MinimumDisplayAltitude", index, newValue.ToString());
 }
示例#3
0
		public void ReplaceresxAt(SchemaDecimal newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Attribute, "", "resx", index, newValue.ToString());
		}
示例#4
0
		public void AddEquatorialRadius(SchemaDecimal newValue)
		{
			AppendDomChild(NodeType.Attribute, "", "EquatorialRadius", newValue.ToString());
		}
示例#5
0
		public void AddDistanceAboveSurface(SchemaDecimal newValue)
		{
			AppendDomChild(NodeType.Element, "", "DistanceAboveSurface", newValue.ToString());
		}
示例#6
0
		public void Addresx(SchemaDecimal newValue)
		{
			AppendDomChild(NodeType.Attribute, "", "resx", newValue.ToString());
		}
		public MaxViewRangeType2(SchemaDecimal newValue) : base(newValue)
		{
			Validate();
		}
		public MaxDisplayAltitudeType(SchemaDecimal newValue) : base(newValue)
		{
			Validate();
		}
示例#9
0
		public void AddTileSpreadFactor(SchemaDecimal newValue)
		{
			AppendDomChild(NodeType.Element, "", "TileSpreadFactor", newValue.ToString());
		}
示例#10
0
		public void ReplaceTileSpreadFactorAt(SchemaDecimal newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Element, "", "TileSpreadFactor", index, newValue.ToString());
		}
示例#11
0
		public void InsertTileDrawDistanceFactorAt(SchemaDecimal newValue, int index)
		{
			InsertDomChildAt(NodeType.Element, "", "TileDrawDistanceFactor", index, newValue.ToString());
		}
示例#12
0
		public void InsertzAt(SchemaDecimal newValue, int index)
		{
			InsertDomChildAt(NodeType.Element, "", "z", index, newValue.ToString());
		}
示例#13
0
		public void ReplaceLevelZeroTileSizeDegreesAt(SchemaDecimal newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Element, "", "LevelZeroTileSizeDegrees", index, newValue.ToString());
		}
示例#14
0
		public void AddLevelZeroTileSizeDegrees(SchemaDecimal newValue)
		{
			AppendDomChild(NodeType.Element, "", "LevelZeroTileSizeDegrees", newValue.ToString());
		}
		public DistanceAboveSurfaceType(SchemaDecimal newValue) : base(newValue)
		{
			Validate();
		}
		public BoundingBoxOverlapType(SchemaDecimal newValue) : base(newValue)
		{
			Validate();
		}
		public MinimumDisplayAltitudeType2(SchemaDecimal newValue) : base(newValue)
		{
			Validate();
		}
示例#18
0
 public SchemaDecimal(SchemaDecimal obj)
 {
     myValue = obj.myValue;
     isEmpty = obj.isEmpty;
     isNull = obj.isNull;
 }
示例#19
0
		public void AddMaxScaleDenominator(SchemaDecimal newValue)
		{
			AppendDomChild(NodeType.Element, "http://www.opengis.net/wms", "MaxScaleDenominator", newValue.ToString());
		}
示例#20
0
		public void ReplaceDistanceAboveSurfaceAt(SchemaDecimal newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Element, "", "DistanceAboveSurface", index, newValue.ToString());
		}
示例#21
0
		public void ReplaceMaxScaleDenominatorAt(SchemaDecimal newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "MaxScaleDenominator", index, newValue.ToString());
		}
示例#22
0
		public void InsertresxAt(SchemaDecimal newValue, int index)
		{
			InsertDomChildAt(NodeType.Attribute, "", "resx", index, newValue.ToString());
		}
		public void AddMinimumViewAltitude(SchemaDecimal newValue)
		{
			AppendDomChild(NodeType.Element, "", "MinimumViewAltitude", newValue.ToString());
		}
示例#24
0
		public ScaleFactorType2(SchemaDecimal newValue) : base(newValue)
		{
			Validate();
		}
		public void InsertMinimumViewAltitudeAt(SchemaDecimal newValue, int index)
		{
			InsertDomChildAt(NodeType.Element, "", "MinimumViewAltitude", index, newValue.ToString());
		}
示例#26
0
		public void ReplaceEquatorialRadiusAt(SchemaDecimal newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Attribute, "", "EquatorialRadius", index, newValue.ToString());
		}
示例#27
0
		public void AddCertainty(SchemaDecimal newValue)
		{
			AppendDomChild(NodeType.Element, "", "Certainty", newValue.ToString());
		}
示例#28
0
 public XmlNode AddMinimumDisplayAltitude(SchemaDecimal newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "MinimumDisplayAltitude", newValue.ToString());
     return null;
 }
示例#29
0
		public void ReplaceCertaintyAt(SchemaDecimal newValue, int index)
		{
			ReplaceDomChildAt(NodeType.Element, "", "Certainty", index, newValue.ToString());
		}
示例#30
0
 public void ReplaceMinimumDisplayAltitudeAt(SchemaDecimal newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "MinimumDisplayAltitude", index, newValue.ToString());
 }
示例#31
0
		public void AddSize(SchemaDecimal newValue)
		{
			AppendDomChild(NodeType.Element, "", "Size", newValue.ToString());
		}