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