public class Projection<P extends Projection<P>>
extends com.google.gwt.core.client.JavaScriptObject
Modifier | Constructor and Description |
---|---|
protected |
Projection() |
Modifier and Type | Method and Description |
---|---|
P |
center(double longitude,
double latitude) |
P |
rotate(double longitude,
double latitude) |
P |
scale(double factor)
Sets the projection’s scale factor to the specified value and returns the
projection.
|
public final P rotate(double longitude, double latitude)
public final P center(double longitude, double latitude)
public final P scale(double factor)
factor
- the scaleCopyright © 2015 gwt-d3. All rights reserved.