es.prodevelop.gvsig.mobile.fmap.layer
Interface ClassifiableVectorial
- All Superinterfaces:
- Classifiable
- All Known Implementing Classes:
- FLyrVect
- public interface ClassifiableVectorial
- extends Classifiable
Interfaz que implementan todas las capas que pueden tener asociada una leyenda
setLegend
public void setLegend(VectorialLegend r)
throws FMapDriverException,
com.hardcode.gdbms.engine.instruction.FieldNotFoundException
- Inserta una leyenda de tipo VectorialLegend.
- Parameters:
r
- VectorialLegend.
- Throws:
com.hardcode.driverManager.DriverLoadException
com.hardcode.gdbms.engine.data.driver.DriverException
com.hardcode.gdbms.engine.instruction.FieldNotFoundException
FMapDriverException