| Package | Description |
|---|---|
| gr.cite.geoanalytics.dataaccess.entities.layer | |
| gr.cite.geoanalytics.dataaccess.entities.sysconfig.xml.layer |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
LayerImport.getDataSource() |
DataSource |
Layer.getDataSource() |
static DataSource |
DataSource.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DataSource[] |
DataSource.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
DataSource.isGeoTIFF(DataSource dataSource) |
static boolean |
DataSource.isPostGIS(DataSource dataSource) |
static boolean |
DataSource.isRaster(DataSource dataSource) |
static boolean |
DataSource.isVector(DataSource dataSource) |
void |
LayerImport.setDataSource(DataSource dataSource) |
void |
Layer.setDataSource(DataSource dataSource) |
| Constructor and Description |
|---|
Layer(UUID layerID,
String name,
Principal creator,
String uri,
DataSource dataSource,
String extraData,
short isActive) |
| Modifier and Type | Method and Description |
|---|---|
DataSource |
LayerConfig.getDataSource() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayerConfig.setDataSource(DataSource dataSource) |
Copyright © 2017. All Rights Reserved.