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