public BoundingBoxOverlapType(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }
Ejemplo n.º 2
0
 public void InsertzAt(SchemaDecimal newValue, int index)
 {
     InsertDomChildAt(NodeType.Element, "", "z", index, newValue.ToString());
 }
Ejemplo n.º 3
0
 public LevelZeroTileSizeDegreesType(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }
Ejemplo n.º 4
0
		public MinViewRangeType(SchemaDecimal newValue) : base(newValue)
		{
            this.SetSamplerState(0, SamplerStateValidate();
		}
Ejemplo n.º 5
0
 public MinDisplayAltitudeType2(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }
Ejemplo n.º 6
0
 public void ReplaceDistanceAboveSurfaceAt(SchemaDecimal newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "DistanceAboveSurface", index, newValue.ToString());
 }
Ejemplo n.º 7
0
		public MaximumDisplayAltitudeType(SchemaDecimal newValue) : base(newValue)
		{
            this.SetSamplerState(0, SamplerStateValidate();
		}
Ejemplo n.º 8
0
		public BoundingBoxOverlapType2(SchemaDecimal newValue) : base(newValue)
		{
            this.SetSamplerState(0, SamplerStateValidate();
		}
Ejemplo n.º 9
0
 public void Addy(SchemaDecimal newValue)
 {
     this.AppendDomChild(NodeType.Element, "", "y", newValue.ToString());
 }
Ejemplo n.º 10
0
 public void ReplaceLevelZeroTileSizeDegreesAt(SchemaDecimal newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "LevelZeroTileSizeDegrees", index, newValue.ToString());
 }
Ejemplo n.º 11
0
		public LevelZeroTileSizeDegreesType(SchemaDecimal newValue) : base(newValue)
		{
            this.SetSamplerState(0, SamplerStateValidate();
		}
Ejemplo n.º 12
0
 public void AddLevelZeroTileSizeDegrees(SchemaDecimal newValue)
 {
     AppendDomChild(NodeType.Element, "", "LevelZeroTileSizeDegrees", newValue.ToString());
 }
Ejemplo n.º 13
0
 public void ReplaceEquatorialRadiusAt(SchemaDecimal newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "EquatorialRadius", index, newValue.ToString());
 }
Ejemplo n.º 14
0
 public void AddEquatorialRadius(SchemaDecimal newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "EquatorialRadius", newValue.ToString());
 }
Ejemplo n.º 15
0
 public ValueType2(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }
Ejemplo n.º 16
0
 public void Addresx(SchemaDecimal newValue)
 {
     AppendDomChild(NodeType.Attribute, "", "resx", newValue.ToString());
 }
Ejemplo n.º 17
0
 public void AddDistanceAboveSurface(SchemaDecimal newValue)
 {
     AppendDomChild(NodeType.Element, "", "DistanceAboveSurface", newValue.ToString());
 }
Ejemplo n.º 18
0
 public void InsertresxAt(SchemaDecimal newValue, int index)
 {
     InsertDomChildAt(NodeType.Attribute, "", "resx", index, newValue.ToString());
 }
Ejemplo n.º 19
0
		public DistanceAboveSurfaceType2(SchemaDecimal newValue) : base(newValue)
		{
            this.SetSamplerState(0, SamplerStateValidate();
		}
Ejemplo n.º 20
0
 public void ReplaceresxAt(SchemaDecimal newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "resx", index, newValue.ToString());
 }
Ejemplo n.º 21
0
 public MinViewRangeType2(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }
Ejemplo n.º 22
0
 public DistanceAboveSurfaceType2(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }
Ejemplo n.º 23
0
 public ValueType(SchemaDecimal newValue) : base(newValue)
 {
     this.Validate();
 }
Ejemplo n.º 24
0
		public ScaleFactorType2(SchemaDecimal newValue) : base(newValue)
		{
            this.SetSamplerState(0, SamplerStateValidate();
		}
Ejemplo n.º 25
0
 public void Addz(SchemaDecimal newValue)
 {
     AppendDomChild(NodeType.Element, "", "z", newValue.ToString());
 }
Ejemplo n.º 26
0
 public ScaleFactorType(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }
Ejemplo n.º 27
0
 public void ReplacezAt(SchemaDecimal newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "z", index, newValue.ToString());
 }
Ejemplo n.º 28
0
 public MaximumDisplayAltitudeType(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }