Statistics
| Revision:

root / branches / v2_0_0_prep / libraries / libFMap_mapcontext / src / org / gvsig / fmap / mapcontext / layers / vectorial / VectorLayer.java @ 30011

History | View | Annotate | Download (430 Bytes)

1
package org.gvsig.fmap.mapcontext.layers.vectorial;
2

    
3
import org.gvsig.fmap.mapcontext.layers.operations.ClassifiableVectorial;
4
import org.gvsig.fmap.mapcontext.layers.operations.InfoByPoint;
5
import org.gvsig.fmap.mapcontext.layers.operations.SingleLayer;
6
import org.gvsig.fmap.mapcontext.rendering.legend.styling.ILabelable;
7

    
8
public interface VectorLayer  extends SingleLayer, ILabelable, InfoByPoint,
9
ClassifiableVectorial  {
10

    
11
}