d3.geoDistance()
  • References/JavaScript/D3.js/Geo

d3.geoDistance(a, b) Returns the great-arc distance in

2025-01-10 15:47:30
circle.precision()
  • References/JavaScript/D3.js/Geo

circle.precision([angle]) If precision is specified, sets the circle precision to the specified angle in degrees

2025-01-10 15:47:30
identity.reflectX()
  • References/JavaScript/D3.js/Geo

identity.reflectX([reflect]) If reflect is specified, sets whether or not the x-dimension is reflected

2025-01-10 15:47:30
graticule.outline()
  • References/JavaScript/D3.js/Geo

graticule.outline() Returns a GeoJSON Polygon geometry object representing the outline of this graticule, i.e. along the meridians

2025-01-10 15:47:30
path.bounds()
  • References/JavaScript/D3.js/Geo

path.bounds(object) Returns the projected planar bounding box (typically in pixels) for the specified GeoJSON object

2025-01-10 15:47:30
stream.polygonEnd()
  • References/JavaScript/D3.js/Geo

stream.polygonEnd() Indicates the end of a polygon.

2025-01-10 15:47:30
d3.geoInterpolate()
  • References/JavaScript/D3.js/Geo

d3.geoInterpolate(a, b) Returns an interpolator function given two points a and b. Each point must

2025-01-10 15:47:30
d3.geoTransform()
  • References/JavaScript/D3.js/Geo

d3.geoTransform(methods) Defines an arbitrary transform using the methods defined on the specified methods object.

2025-01-10 15:47:30
path.pointRadius()
  • References/JavaScript/D3.js/Geo

path.pointRadius([radius]) If radius is specified, sets the radius used to display Point and MultiPoint features

2025-01-10 15:47:30
projection.scale()
  • References/JavaScript/D3.js/Geo

projection.scale([scale]) If scale is specified, sets the projection’s scale factor to the specified value

2025-01-10 15:47:30