Projections
- projection - project the specified point from the sphere to the plane.将球体上指定的点投影到平面
- projection.invert - unproject the specified point from the plane to the sphere.将平面上的点反向投影到球体上
- projection.stream - wrap the specified stream to project geometry.将指定的流环绕到项目几何投影
- projection.preclip - set the projection’s spherical clipping function.设置投影的球形剪裁函数
- projection.postclip - set the projection’s cartesian clipping function.设置投影的笛卡尔剪裁函数
- projection.clipAngle - set the radius of the clip circle.设置剪裁圆半径
- projection.clipExtent - set the viewport clip extent, in pixels.设置视口剪辑范围,像素级
- projection.scale - set the scale factor.设置比例因子
- projection.translate - set the translation offset.设置平移迁移
- projection.center - set the center point.设置中心点
- projection.angle - set the post-projection rotation.设置投影后旋转
- projection.reflectX - reflect the x-dimension.反映x方向尺寸
- projection.reflectY - reflect the y-dimension.反映y方向尺寸
- projection.rotate - set the three-axis spherical rotation angles.设置三轴球面旋转角
- projection.precision - set the precision threshold for adaptive sampling.设置自适应样本的精度阈值
- projection.fitExtent - set the scale and translate to fit a GeoJSON object.设置比例并转换以适合 GeoJSON 对象
- projection.fitSize - set the scale and translate to fit a GeoJSON object.设置比例并转换以适合 GeoJSON 对象
- projection.fitWidth - set the scale and translate to fit a GeoJSON object.设置比例并转换以适合 GeoJSON 对象
- projection.fitHeight - set the scale and translate to fit a GeoJSON object.设置比例并转换以适合 GeoJSON 对象
- d3.geoAzimuthalEqualArea - the azimuthal equal-area projection.方位角等积投影
- d3.geoAzimuthalEqualAreaRaw - the raw azimuthal equal-area projection.原始方位角等积投影
- d3.geoAzimuthalEquidistant - the azimuthal equidistant projection.方位角等距投影
- d3.geoAzimuthalEquidistantRaw - the raw azimuthal equidistant projection.原始方位角等距投影
- d3.geoGnomonic - the gnomonic projection.日晷投影
- d3.geoGnomonicRaw - the raw gnomonic projection.原始日晷投影
- d3.geoOrthographic - the azimuthal orthographic projection.方位正交投影
- d3.geoOrthographicRaw - the raw azimuthal orthographic projection.原始方位正交投影
- d3.geoStereographic - the azimuthal stereographic projection.方位赤平投影
- d3.geoStereographicRaw - the raw azimuthal stereographic projection.原始方位赤平投影
- d3.geoEqualEarth - the Equal Earth projection.等地球投影
- d3.geoEqualEarthRaw - the raw Equal Earth projection.原始等地球投影
- d3.geoAlbersUsa - a composite Albers projection for the United States.美国的综合反射率预测。
- conic.parallels - set the two standard parallels.设置两条标准平行线
- d3.geoAlbers - the Albers equal-area conic projection.阿尔伯斯等积圆锥投影
- d3.geoConicConformal - the conic conformal projection.圆锥形共形投影
- d3.geoConicConformalRaw - the raw conic conformal projection.原始圆锥形共形投影
- d3.geoConicEqualArea - the conic equal-area (Albers) projection.圆锥等面积 (Albers) 投影。
- d3.geoConicEqualAreaRaw - the raw conic equal-area (Albers) projection.原始圆锥等面积 (Albers) 投影。
- d3.geoConicEquidistant - the conic equidistant projection.圆锥等距投影
- d3.geoConicEquidistantRaw - the raw conic equidistant projection.原始圆锥等距投影
- d3.geoEquirectangular - the equirectangular (plate carreé) projection.等距柱状投影图
- d3.geoEquirectangularRaw - the raw equirectangular (plate carreé) projection.原始等距柱状投影图
- d3.geoMercator - the spherical Mercator projection.球面墨卡托投影
- d3.geoMercatorRaw - the raw Mercator projection.原始球面墨卡托投影
- d3.geoTransverseMercator - the transverse spherical Mercator projection.横向球面墨卡托投影。
- d3.geoTransverseMercatorRaw - the raw transverse spherical Mercator projection.原始横向球面墨卡托投影。
- d3.geoNaturalEarth1 - the Equal Earth projection, version 1.等地球投影第一版
- d3.geoNaturalEarth1Raw - the raw Equal Earth projection, version 1 原始等地球投影第一版
Raw projections
- project - project the specified point from the sphere to the plane.将指定点从球体投影到平面
- project.invert - unproject the specified point from the plane to the sphere.将指定点从平面取消投影到球体。
- d3.geoProjection - create a custom projection.创建自定义投影
- d3.geoProjectionMutator - create a custom configurable projection.创建自定义的可配置投影