public class UsrRepository extends Object implements ICrsRepository, Disposable
Constructor and Description |
---|
UsrRepository() |
Modifier and Type | Method and Description |
---|---|
void |
dispose()
Disposes the current object, to allow it to close and dispose any used
resources.
|
ICrs |
getCrs(String code)
Obtiene un CRS a partir del código que lo identifica en el repositorio.
|
public ICrs getCrs(String code)
ICrsRepository
getCrs
in interface ICrsRepository
code
- Codigo de CRS en el repositorio.public void dispose()
Disposable
NOTE:After calling this method, the object may not be usable anymore.
dispose
in interface Disposable