The following functions are renamed: getTransform -> getTransformForProjections getTransformFromCodes -> getTransform transform -> transformWithProjections transformWithCodes -> transform With this change, the faster functions that avoid projection look-up have longer names and are used internally, whereas the slower but friendlier short name functions are available for users.
22 lines
896 B
Plaintext
22 lines
896 B
Plaintext
@exportClass ol.Projection ol.ProjectionOptions
|
|
@exportProperty ol.Projection.prototype.getAxisOrientation
|
|
@exportProperty ol.Projection.prototype.getCode
|
|
@exportProperty ol.Projection.prototype.getExtent
|
|
@exportProperty ol.Projection.prototype.getPointResolution
|
|
@exportProperty ol.Projection.prototype.getUnits
|
|
@exportProperty ol.Projection.prototype.getMetersPerUnit
|
|
@exportProperty ol.Projection.prototype.isGlobal
|
|
|
|
@exportSymbol ol.ProjectionUnits
|
|
@exportProperty ol.ProjectionUnits.DEGREES
|
|
@exportProperty ol.ProjectionUnits.FEET
|
|
@exportProperty ol.ProjectionUnits.METERS
|
|
|
|
@exportSymbol ol.projection.addProjection
|
|
@exportSymbol ol.projection.get
|
|
@exportSymbol ol.projection.getTransform
|
|
@exportSymbol ol.projection.getTransformFromProjections
|
|
@exportSymbol ol.projection.transform
|
|
@exportSymbol ol.projection.transformWithProjections
|
|
@exportSymbol ol.projection.configureProj4jsProjection
|