// A minimal projection object is configured with only the SRS code and the map // units. No client-side coordinate transforms are possible with such a // projection object. Requesting tiles only needs the code together with a // tile grid of Cartesian coordinates; it does not matter how those // coordinates relate to latitude or longitude. // // 只使用 SRS 码和地图单位配置投影对象。使用这样的投影对象,客户端是不能进行坐标转换的。 // 请求的切片数据只需要将code(坐标系标识码)与笛卡尔坐标系的切片网格放在一起,这与这些坐标系与经度或纬度的关系无关。 // // With no transforms available projection units must be assumed to represent // true distances. In the case of local projections this may be a sufficiently // close approximation for a meaningful (if not 100% accurate) ScaleLine control. // 在没有(投影)变换的情况下,必须假设可用的投影单位表示真实距离。 // 在局部投影的情况下,对于(如果不是100%准确的)比例尺控制来说,这可能是一个足够接近的近似值。