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)
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