Пример #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());
		}
Пример #7
0
		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());
		}
Пример #23
0
		public void AddMinimumViewAltitude(SchemaDecimal newValue)
		{
			AppendDomChild(NodeType.Element, "", "MinimumViewAltitude", newValue.ToString());
		}
Пример #24
0
		public ScaleFactorType2(SchemaDecimal newValue) : base(newValue)
		{
			Validate();
		}
Пример #25
0
		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());
		}