|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.iver.cit.gvsig.fmap.layers.FLyrDefault
org.estouro.theme.Theme
org.estouro.theme.FileTheme
public class FileTheme
Field Summary |
---|
Fields inherited from class org.estouro.theme.Theme |
---|
dsf, fLyrVect, writeDrivers |
Fields inherited from class com.iver.cit.gvsig.fmap.layers.FLyrDefault |
---|
layerListeners |
Fields inherited from interface com.hardcode.gdbms.engine.data.SpatialDataSource |
---|
ANY, LINE, MULTILINE, MULTIPOINT, MULTIPOLYGON, POINT, POLYGON |
Fields inherited from interface com.hardcode.gdbms.engine.data.DataSource |
---|
COHERENT_ROW_ORDER, DIRECT_MODE, DISPATCH, IGNORE, STORE |
Constructor Summary | |
---|---|
FileTheme(java.io.File file,
com.hardcode.gdbms.engine.data.driver.SpatialFileDriver driver)
Creates a new FileTheme |
|
FileTheme(java.io.File file,
com.hardcode.gdbms.engine.data.driver.SpatialFileDriver driver,
com.hardcode.gdbms.engine.data.metadata.SpatialDriverMetadata sm)
Creates a new FileTheme by creating the file with the information in the SpatialMetadata |
|
FileTheme(java.io.File file,
java.lang.String driverName)
Creates a new FileTheme |
Method Summary |
---|
Methods inherited from class com.iver.cit.gvsig.fmap.layers.FLyrDefault |
---|
addLayerListener, getCoordTrans, getFMap, getLayerText, getMaxScale, getMinScale, getParentLayer, getProjection, getTransparency, getVirtualLayers, getXMLEntity, isActive, isVisible, isWithinScale, load, removeLayerListener, reProject, setActive, setCoordTrans, setLayerText, setMaxScale, setMinScale, setName, setParentLayer, setProjection, setTransparency, setVirtualLayers, setVisible, setXMLEntity, setXMLEntity03 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.iver.cit.gvsig.fmap.layers.FLayer |
---|
addLayerListener, getCoordTrans, getFMap, getMaxScale, getMinScale, getParentLayer, getXMLEntity, isActive, isVisible, isWithinScale, load, removeLayerListener, setActive, setCoordTrans, setMaxScale, setMinScale, setName, setParentLayer, setVisible, setXMLEntity, setXMLEntity03 |
Methods inherited from interface org.cresques.geo.Projected |
---|
getProjection, reProject |
Constructor Detail |
---|
public FileTheme(java.io.File file, java.lang.String driverName) throws ThemeCreationException
file
- File to read. File must existsdriverName
- Name of the EstouroDriver implementation used to access the
data
ThemeCreationException
- If the operation failspublic FileTheme(java.io.File file, com.hardcode.gdbms.engine.data.driver.SpatialFileDriver driver) throws ThemeCreationException
file
- File to read. File must existsdriverName
- Instance of a EstouroDriver implementation to access the data
ThemeCreationException
- If the operation failspublic FileTheme(java.io.File file, com.hardcode.gdbms.engine.data.driver.SpatialFileDriver driver, com.hardcode.gdbms.engine.data.metadata.SpatialDriverMetadata sm) throws ThemeCreationException
file
- driver
- sm
-
ThemeCreationException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |