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
rotation()
  • References/JavaScript/D3.js/Geo

rotation(point) Returns a new array [longitude, latitude] in degrees representing the rotated point of the

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

path.projection([projection]) If a projection is specified, sets the current projection to the specified projection

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
projection.clipExtent()
  • References/JavaScript/D3.js/Geo

projection.clipExtent([extent]) If extent is specified, sets the projection’s viewport clip extent to the specified

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
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
d3.geoAlbersUsa()
  • References/JavaScript/D3.js/Geo

d3.geoAlbersUsa()

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
stream.polygonEnd()
  • References/JavaScript/D3.js/Geo

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

2025-01-10 15:47:30