(
type: string,
coordSysCreator: CoordinateSystemCreator
)
| 3187 | } |
| 3188 | |
| 3189 | export function registerCoordinateSystem( |
| 3190 | type: string, |
| 3191 | coordSysCreator: CoordinateSystemCreator |
| 3192 | ): void { |
| 3193 | CoordinateSystemManager.register(type, coordSysCreator); |
| 3194 | } |
| 3195 | |
| 3196 | /** |
| 3197 | * Get dimensions of specified coordinate system. |
no outgoing calls
no test coverage detected
searching dependent graphs…