public class Iau2000Repository extends java.lang.Object implements ICrsRepository, Disposable
| Constructor and Description |
|---|
Iau2000Repository() |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose()
Disposes the current object, to allow it to close and dispose any used
resources.
|
ICrs |
getCrs(java.lang.String code)
Obtiene un CRS a partir de su código IAU2000.
|
public ICrs getCrs(java.lang.String code)
getCrs in interface ICrsRepositorycode - Codigo IAU2000 del CRS.public void dispose()
DisposableNOTE:After calling this method, the object may not be usable anymore.
dispose in interface Disposable