public class Geography
extends com.google.gwt.core.client.JavaScriptObject
| Modifier | Constructor and Description |
|---|---|
protected |
Geography() |
| Modifier and Type | Method and Description | ||
|---|---|---|---|
ConicProjection |
albers()
An alias for conicEqualArea(), with USA-centric defaults:
scale 1000,
translate [480, 250],
rotation [96°, 0°],
center ⟨-0.6°, 38.7°⟩
parallels [29.5°, 45.5°],
making it suitable for displaying the United States, centered around
ConicProjectionconicEqualArea()
The Albers projection, as an equal-area
projection, is recommended for choropleths
as it preserves the relative areas of geographic features.
|
public final ConicProjection albers()
conicEqualArea(), with USA-centric defaults:
The central meridian and parallels are specified by the USGS in the 1970 National Atlas.
public final ConicProjection conicEqualArea()
Copyright © 2015 gwt-d3. All rights reserved.