Esempio n. 1
0
 public XmlNode AddDistanceAboveSurface(SchemaDouble newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "DistanceAboveSurface", newValue.ToString());
     return null;
 }
Esempio n. 2
0
 public void InsertDistanceAboveSurfaceAt(SchemaDouble newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "DistanceAboveSurface", index, newValue.ToString());
 }
Esempio n. 3
0
 public void InsertMaximumDisplayAltitudeAt(SchemaDouble newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "MaximumDisplayAltitude", index, newValue.ToString());
 }
Esempio n. 4
0
 public void InsertSizeAt(SchemaDouble newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "Size", index, newValue.ToString());
 }
Esempio n. 5
0
 public XmlNode AddMaximumDisplayAltitude(SchemaDouble newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "MaximumDisplayAltitude", newValue.ToString());
     return null;
 }
Esempio n. 6
0
 public void InsertTileSpreadFactorAt(SchemaDouble newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "", "TileSpreadFactor", index, newValue.ToString());
 }
Esempio n. 7
0
 public XmlNode AddSize(SchemaDouble newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "Size", newValue.ToString());
     return null;
 }
Esempio n. 8
0
 public XmlNode Addlevelzerotilesize(SchemaDouble newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "levelzerotilesize", newValue.ToString());
     return null;
 }
Esempio n. 9
0
 public XmlNode AddTileSpreadFactor(SchemaDouble newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "", "TileSpreadFactor", newValue.ToString());
     return null;
 }
Esempio n. 10
0
 public void InsertlevelzerotilesizeAt(SchemaDouble newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "levelzerotilesize", index, newValue.ToString());
 }
Esempio n. 11
0
 public void InsertresyAt(SchemaDouble newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Attribute, "", "resy", index, newValue.ToString());
 }
Esempio n. 12
0
 public XmlNode Addresy(SchemaDouble newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Attribute, "", "resy", newValue.ToString());
     return null;
 }
Esempio n. 13
0
 public void InsertMinScaleDenominatorAt(SchemaDouble newValue, int index)
 {
     if( newValue.IsNull() == false )
         InsertDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "MinScaleDenominator", index, newValue.ToString());
 }
Esempio n. 14
0
 public XmlNode AddMinScaleDenominator(SchemaDouble newValue)
 {
     if( newValue.IsNull() == false )
         return AppendDomChild(NodeType.Element, "http://www.opengis.net/wms", "MinScaleDenominator", newValue.ToString());
     return null;
 }