コード例 #1
0
ファイル: Type_QuadTileSet.cs プロジェクト: paladin74/Dapple
 public void ReplaceTransparentMinValueAt(SchemaDouble newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "TransparentMinValue", index, newValue.ToString());
 }
コード例 #2
0
ファイル: Type_DisplayFont.cs プロジェクト: paladin74/Dapple
 public XmlNode AddSize(SchemaDouble newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "Size", newValue.ToString());
     return null;
 }
コード例 #3
0
ファイル: LayerType.cs プロジェクト: paladin74/Dapple
 public XmlNode AddMinScaleDenominator(SchemaDouble newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "http://www.opengis.net/wms", "MinScaleDenominator", newValue.ToString());
     return null;
 }
コード例 #4
0
ファイル: Type_QuadTileSet.cs プロジェクト: paladin74/Dapple
 public void ReplaceTileSpreadFactorAt(SchemaDouble newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "TileSpreadFactor", index, newValue.ToString());
 }
コード例 #5
0
ファイル: Type_Icon.cs プロジェクト: paladin74/Dapple
 public void InsertMaximumDisplayAltitudeAt(SchemaDouble newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "MaximumDisplayAltitude", index, newValue.ToString());
 }
コード例 #6
0
ファイル: Type_Icon.cs プロジェクト: paladin74/Dapple
 public void ReplaceMaximumDisplayAltitudeAt(SchemaDouble newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "MaximumDisplayAltitude", index, newValue.ToString());
 }
コード例 #7
0
ファイル: tilelayerType.cs プロジェクト: paladin74/Dapple
 public void InsertlevelzerotilesizeAt(SchemaDouble newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "levelzerotilesize", index, newValue.ToString());
 }
コード例 #8
0
ファイル: Type_Icon.cs プロジェクト: paladin74/Dapple
 public XmlNode AddMaximumDisplayAltitude(SchemaDouble newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "MaximumDisplayAltitude", newValue.ToString());
     return null;
 }
コード例 #9
0
ファイル: BoundingBoxType.cs プロジェクト: paladin74/Dapple
 public void InsertresyAt(SchemaDouble newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "resy", index, newValue.ToString());
 }
コード例 #10
0
ファイル: BoundingBoxType.cs プロジェクト: paladin74/Dapple
 public void ReplaceresxAt(SchemaDouble newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "resx", index, newValue.ToString());
 }
コード例 #11
0
ファイル: BoundingBoxType.cs プロジェクト: paladin74/Dapple
 public XmlNode Addresy(SchemaDouble newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "resy", newValue.ToString());
     return null;
 }
コード例 #12
0
ファイル: LayerType.cs プロジェクト: paladin74/Dapple
 public void ReplaceMinScaleDenominatorAt(SchemaDouble newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "MinScaleDenominator", index, newValue.ToString());
 }
コード例 #13
0
ファイル: LayerType.cs プロジェクト: paladin74/Dapple
 public void InsertMinScaleDenominatorAt(SchemaDouble newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "MinScaleDenominator", index, newValue.ToString());
 }
コード例 #14
0
ファイル: Type_DisplayFont.cs プロジェクト: paladin74/Dapple
 public void InsertSizeAt(SchemaDouble newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "Size", index, newValue.ToString());
 }
コード例 #15
0
ファイル: tilelayerType.cs プロジェクト: paladin74/Dapple
 public void ReplacelevelzerotilesizeAt(SchemaDouble newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Attribute, "", "levelzerotilesize", index, newValue.ToString());
 }
コード例 #16
0
ファイル: Type_DisplayFont.cs プロジェクト: paladin74/Dapple
 public void ReplaceSizeAt(SchemaDouble newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "Size", index, newValue.ToString());
 }
コード例 #17
0
ファイル: tilelayerType.cs プロジェクト: paladin74/Dapple
 public XmlNode Addlevelzerotilesize(SchemaDouble newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "levelzerotilesize", newValue.ToString());
     return null;
 }
コード例 #18
0
ファイル: Type_Icon.cs プロジェクト: paladin74/Dapple
 public void InsertDistanceAboveSurfaceAt(SchemaDouble newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "DistanceAboveSurface", index, newValue.ToString());
 }
コード例 #19
0
ファイル: Type_QuadTileSet.cs プロジェクト: paladin74/Dapple
 public XmlNode AddTileSpreadFactor(SchemaDouble newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "TileSpreadFactor", newValue.ToString());
     return null;
 }
コード例 #20
0
ファイル: Type_Icon.cs プロジェクト: paladin74/Dapple
 public void ReplaceDistanceAboveSurfaceAt(SchemaDouble newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "DistanceAboveSurface", index, newValue.ToString());
 }
コード例 #21
0
ファイル: Type_QuadTileSet.cs プロジェクト: paladin74/Dapple
 public void InsertTileSpreadFactorAt(SchemaDouble newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "TileSpreadFactor", index, newValue.ToString());
 }
コード例 #22
0
ファイル: Type_Icon.cs プロジェクト: paladin74/Dapple
 public XmlNode AddDistanceAboveSurface(SchemaDouble newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "DistanceAboveSurface", newValue.ToString());
     return null;
 }
コード例 #23
0
ファイル: Type_Orientation.cs プロジェクト: paladin74/Dapple
 public void ReplaceRotationZAt(SchemaDouble newValue, int index)
 {
     ReplaceDomChildAt(NodeType.Element, "", "RotationZ", index, newValue.ToString());
 }