SuperMap.Web.Mapping.TiledCachedIServerLayer.TiledCachedIServerLayer C# (CSharp) Method

TiledCachedIServerLayer() public method

${pubilc_Constructors_Initializes} TiledCahedIServerLayer ${pubilc_Constructors_instance}
public TiledCachedIServerLayer ( ) : System
return System
        public TiledCachedIServerLayer()
        {
            ImageFormat = "png";
            TileSize = 512;
            MapServicePort = int.MinValue;
            AdjustFactor = 1.0;
        }