|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectes.prodevelop.gvsig.mobile.fmap.layer.VectorialAdapter
es.prodevelop.gvsig.mobile.fmap.layer.VectorialDefaultAdapter
Constructor Summary | |
VectorialDefaultAdapter()
|
Method Summary | |
SelectableDataSource |
getRecordset()
Devuelve el DataSource a pasrtir del nombre. |
IGeometry |
getShape(int index)
Devuelve la geometría a partir de un índice. |
int |
getShapeType()
Obtiene el tipo de las geometrías almacenadas en esta fuente de datos |
void |
start()
Indica que se va a comenzar a hacer una serie de operaciones sobre el origen de datos con la finalidad de que dicho origen de datos se prepare (abra el fichero, comience una transacción, conecte al servidor, ...). |
void |
stop()
Hace que se cierre el soporte físico de la capa. |
Methods inherited from class es.prodevelop.gvsig.mobile.fmap.layer.VectorialAdapter |
getDriver, getFeature, getFullExtent, getImageIcon, getShapeBounds, getShapeCount, setDriver |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VectorialDefaultAdapter()
Method Detail |
public SelectableDataSource getRecordset() throws com.hardcode.driverManager.DriverLoadException
VectorialAdapter
getRecordset
in interface ReadableVectorial
getRecordset
in class VectorialAdapter
com.hardcode.driverManager.DriverLoadException
public void start() throws com.hardcode.gdbms.engine.data.driver.DriverException
ReadableVectorial
com.hardcode.gdbms.engine.data.driver.DriverException
public void stop() throws com.hardcode.gdbms.engine.data.driver.DriverException
ReadableVectorial
com.hardcode.gdbms.engine.data.driver.DriverException
public IGeometry getShape(int index) throws FMapDriverException
ReadableVectorial
index
- índice.
FMapDriverException
public int getShapeType() throws FMapDriverException
ReadableVectorial
FMapDriverException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |