public BoundingBoxOverlapType(SchemaDecimal newValue) : base(newValue)
 {
     Validate();
 }
예제 #2
0
 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();
 }