es.prodevelop.gvsig.mobile.fmap.layer
Class FLayerFileVectorial
java.lang.Object
es.prodevelop.gvsig.mobile.fmap.layer.FLyrDefault
es.prodevelop.gvsig.mobile.fmap.layer.FLyrVect
es.prodevelop.gvsig.mobile.fmap.layer.FLayerFileVectorial
- All Implemented Interfaces:
- AlphanumericData, Classifiable, ClassifiableVectorial, FLayer, InfoByPoint, SingleLayer
- public class FLayerFileVectorial
- extends FLyrVect
Methods inherited from class es.prodevelop.gvsig.mobile.fmap.layer.FLyrVect |
draw, drawSelected, getFullExtent, getId, getInfo, getLegend, getRecordset, getShapeType, getSource, isPropertiesMenuVisible, isWritable, queryByPoint, reload, setLegend, setRecordset, setSource, toString |
Methods inherited from class es.prodevelop.gvsig.mobile.fmap.layer.FLyrDefault |
addError, addLayerListener, getCacheImageDrawnLayers, getCoordTrans, getError, getErrors, getInfoString, getLayerListeners, getMapContext, getMaxScale, getMemo, getMinScale, getName, getNumErrors, getProjection, getProperty, getTransparency, isActive, isAvailable, isCachingDrawnLayers, isDirty, isInfoable, isInTOC, isOk, isVisible, isWithinScale, removeLayerListener, setActive, setAvailable, setCacheImageDrawnLayers, setCachingDrawnLayers, setCoordTrans, setDirty, setInfoable, setMapContext, setMaxScale, setMemo, setMinScale, setName, setProjection, setProperty, setTransparency, setVisible, visibleRequired |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
FLayerFileVectorial
public FLayerFileVectorial()
createLayer
public static FLayerFileVectorial createLayer(java.io.File f,
java.lang.String lyr_name,
MapContext mc)
setDriver
public void setDriver(VectorialDriver vDriver)
getDriver
public VectorialDriver getDriver()
setDriverByName
public void setDriverByName(java.lang.String driverName)
setRandomColor
public void setRandomColor()
wakeUp
public void wakeUp(boolean driver_open)
- Specified by:
wakeUp
in interface FLayer
- Overrides:
wakeUp
in class FLyrVect
load
public void load()
throws FMapDriverException
- Description copied from interface:
FLayer
- Realiza las operaciones de inicialización de la capa. El método es
invocado una única vez durante la vida de la capa y justo antes de
visualizar la capa
- Specified by:
load
in interface FLayer
- Overrides:
load
in class FLyrDefault
- Throws:
FMapDriverException
toXML
public java.lang.StringBuffer toXML(java.lang.String name,
java.lang.String projectPath)
- Specified by:
toXML
in interface FLayer
- Overrides:
toXML
in class FLyrVect
getFilePath
public java.lang.String getFilePath()
clean
public void clean()
- Specified by:
clean
in interface FLayer
- Overrides:
clean
in class FLyrVect