public class EsriRepository extends java.lang.Object implements ICrsRepository, Disposable
| Constructor and Description |
|---|
EsriRepository() |
| 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 del código que lo identifica en el repositorio.
|
public ICrs getCrs(java.lang.String code)
ICrsRepositorygetCrs in interface ICrsRepositorycode - Codigo de CRS en el repositorio.public void dispose()
DisposableNOTE:After calling this method, the object may not be usable anymore.
dispose in interface Disposable