Add ol.Projection.getPointResolution
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
@exportProperty ol.Projection.prototype.getAxisOrientation
|
@exportProperty ol.Projection.prototype.getAxisOrientation
|
||||||
@exportProperty ol.Projection.prototype.getCode
|
@exportProperty ol.Projection.prototype.getCode
|
||||||
@exportProperty ol.Projection.prototype.getExtent
|
@exportProperty ol.Projection.prototype.getExtent
|
||||||
|
@exportProperty ol.Projection.prototype.getPointResolution
|
||||||
@exportProperty ol.Projection.prototype.getUnits
|
@exportProperty ol.Projection.prototype.getUnits
|
||||||
|
|
||||||
@exportSymbol ol.ProjectionUnits
|
@exportSymbol ol.ProjectionUnits
|
||||||
|
|||||||
@@ -85,6 +85,14 @@ ol.Projection.prototype.getExtent = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
/**
|
||||||
|
* @param {number} resolution Resolution.
|
||||||
|
* @param {ol.Coordinate} point Point.
|
||||||
|
* @return {number} Point resolution.
|
||||||
|
*/
|
||||||
|
ol.Projection.prototype.getPointResolution = goog.abstractMethod;
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @return {ol.ProjectionUnits} Units.
|
* @return {ol.ProjectionUnits} Units.
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user