/Prototipo/Servlet/src/java/ElemGeograf.java
http://prototipomemoria.googlecode.com/ · Java · 15 lines · 4 code · 3 blank · 8 comment · 0 complexity · 2da2e4e1821686cebace930bf81b73f5 MD5 · raw file
- /*
- * To change this template, choose Tools | Templates
- * and open the template in the editor.
- */
- /**
- *
- * @author Fran
- */
- public interface ElemGeograf {
- public String ToKml(int nivel);
- public String getDescr();
- }