Type class
Orthographic projection.
Sources
This information about Stereographic is provided for reference only and is not available through exported packages and thus should not be imported or used on its own.
Inheritance
Stereographic extends Projection
.
Stereographic is not extended by any other symbol.
Properties
d3Projection # |
Type Inherited from d3 projection d3 projection |
---|---|
There is 1 inherited item currently hidden from this list. |
Methods
constructor() |
Returns |
---|---|
convert( geoPoint: ) |
Returns Inherited from Converts a geographical point (lat/long) to a screen point (x/y) |
distance( pointA: ) |
Returns Inherited from |
intermediatePoint( pointA: ) |
Returns Inherited from |
invert( point: ) |
Returns Inherited from Converts a screen point (x/y) to a geographical point (lat/long) |
multiDistance( multiGeoLine: ) |
Returns Inherited from |
positionToGeoPoint( multiGeoLine: ) |
Returns Inherited from Converts relative position along the line (0-1) into pixel coordinates. |
positionToPoint( multiGeoLine: ) |
Returns Inherited from Converts relative position along the line (0-1) into pixel coordinates. |
project( lambda: ) |
Returns Inherited from Returns X/Y coordinates. Individual projections will override this method to apply their own projection logic. @deprecated |
unproject( x: ) |
Returns Inherited from Returns geographical coordinates (lat/long). Individual projections will override this method to apply their own projection logic. @deprecated |
There are 9 inherited items currently hidden from this list. |
Events
Stereographic does not have any events.
Adapters
Stereographic does not have any adapters.