public XmlNode AddMinScaleDenominator(SchemaDouble newValue) { if( newValue.IsNull() == false ) return AppendDomChild(NodeType.Element, "http://www.opengis.net/wms", "MinScaleDenominator", newValue.ToString()); return null; }
public void InsertMaximumDisplayAltitudeAt(SchemaDouble newValue, int index) { if( newValue.IsNull() == false ) InsertDomChildAt(NodeType.Element, "", "MaximumDisplayAltitude", index, newValue.ToString()); }
public void ReplaceMaximumDisplayAltitudeAt(SchemaDouble newValue, int index) { ReplaceDomChildAt(NodeType.Element, "", "MaximumDisplayAltitude", index, newValue.ToString()); }
public void InsertSizeAt(SchemaDouble newValue, int index) { if( newValue.IsNull() == false ) InsertDomChildAt(NodeType.Element, "", "Size", index, newValue.ToString()); }
public XmlNode AddMaximumDisplayAltitude(SchemaDouble newValue) { if( newValue.IsNull() == false ) return AppendDomChild(NodeType.Element, "", "MaximumDisplayAltitude", newValue.ToString()); return null; }
public void InsertTileSpreadFactorAt(SchemaDouble newValue, int index) { if( newValue.IsNull() == false ) InsertDomChildAt(NodeType.Element, "", "TileSpreadFactor", index, newValue.ToString()); }
public void ReplaceTransparentMinValueAt(SchemaDouble newValue, int index) { ReplaceDomChildAt(NodeType.Element, "", "TransparentMinValue", index, newValue.ToString()); }
public void ReplaceresxAt(SchemaDouble newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "resx", index, newValue.ToString()); }
public ScaleFactorType(SchemaDouble newValue) : base(newValue) { Validate(); }
public XmlNode Addresy(SchemaDouble newValue) { if( newValue.IsNull() == false ) return AppendDomChild(NodeType.Attribute, "", "resy", newValue.ToString()); return null; }
public void InsertresyAt(SchemaDouble newValue, int index) { if( newValue.IsNull() == false ) InsertDomChildAt(NodeType.Attribute, "", "resy", index, newValue.ToString()); }
public longitudeType(SchemaDouble newValue) : base(newValue) { Validate(); }
public void ReplaceMinScaleDenominatorAt(SchemaDouble newValue, int index) { ReplaceDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "MinScaleDenominator", index, newValue.ToString()); }
public void InsertMinScaleDenominatorAt(SchemaDouble newValue, int index) { if( newValue.IsNull() == false ) InsertDomChildAt(NodeType.Element, "http://www.opengis.net/wms", "MinScaleDenominator", index, newValue.ToString()); }
public SchemaDouble(SchemaDouble obj) { myValue = obj.myValue; isEmpty = obj.isEmpty; isNull = obj.isNull; }
public void InsertlevelzerotilesizeAt(SchemaDouble newValue, int index) { if( newValue.IsNull() == false ) InsertDomChildAt(NodeType.Attribute, "", "levelzerotilesize", index, newValue.ToString()); }
public XmlNode AddTileSpreadFactor(SchemaDouble newValue) { if( newValue.IsNull() == false ) return AppendDomChild(NodeType.Element, "", "TileSpreadFactor", newValue.ToString()); return null; }
public void ReplacelevelzerotilesizeAt(SchemaDouble newValue, int index) { ReplaceDomChildAt(NodeType.Attribute, "", "levelzerotilesize", index, newValue.ToString()); }
public void ReplaceTileSpreadFactorAt(SchemaDouble newValue, int index) { ReplaceDomChildAt(NodeType.Element, "", "TileSpreadFactor", index, newValue.ToString()); }
public XmlNode Addlevelzerotilesize(SchemaDouble newValue) { if( newValue.IsNull() == false ) return AppendDomChild(NodeType.Attribute, "", "levelzerotilesize", newValue.ToString()); return null; }
public XmlNode AddSize(SchemaDouble newValue) { if( newValue.IsNull() == false ) return AppendDomChild(NodeType.Element, "", "Size", newValue.ToString()); return null; }
public MinDisplayAltitudeType(SchemaDouble newValue) : base(newValue) { Validate(); }
public void ReplaceSizeAt(SchemaDouble newValue, int index) { ReplaceDomChildAt(NodeType.Element, "", "Size", index, newValue.ToString()); }
public DistanceAboveSurfaceType(SchemaDouble newValue) : base(newValue) { Validate(); }
public void InsertDistanceAboveSurfaceAt(SchemaDouble newValue, int index) { if( newValue.IsNull() == false ) InsertDomChildAt(NodeType.Element, "", "DistanceAboveSurface", index, newValue.ToString()); }
public BoundingBoxOverlapType(SchemaDouble newValue) : base(newValue) { Validate(); }
public void ReplaceDistanceAboveSurfaceAt(SchemaDouble newValue, int index) { ReplaceDomChildAt(NodeType.Element, "", "DistanceAboveSurface", index, newValue.ToString()); }
public MaxViewRangeType2(SchemaDouble newValue) : base(newValue) { Validate(); }
public XmlNode AddDistanceAboveSurface(SchemaDouble newValue) { if( newValue.IsNull() == false ) return AppendDomChild(NodeType.Element, "", "DistanceAboveSurface", newValue.ToString()); return null; }
public ValueType(SchemaDouble newValue) : base(newValue) { Validate(); }