public class GeoserverVectorLayer extends GeoserverLayer
| Constructor and Description |
|---|
GeoserverVectorLayer(javax.servlet.ServletContext ctx) |
| Modifier and Type | Method and Description |
|---|---|
void |
createGeoserverDatasource0(String workspace,
String datasourceName,
String body)
Create a geoserver datasource for vector data types.
|
String |
createGeoserverFeatureType(String workspace,
String datasourceName,
String tableName,
String layerTitle) |
static void |
main(String[] args) |
void |
recalculateFeatureType(String workspace,
String datasourceName,
String featureType)
Updates the bbox of the feature type after changes to underlying datasource have been made.
|
datasourceExists, getDatasourcesXML, getDbSchema, getDbUserName, getDbUserPass, getGeoserverPass, getGeoserverRestUrl, getGeoserverUrl, getGeoserverUser, getHeaders, getLayersXML, getPgPort, getWorkspacesXML, layerExists, setDbUserName, setDbUserPass, wmsstoreExists, workspaceExistspublic GeoserverVectorLayer(javax.servlet.ServletContext ctx)
public void createGeoserverDatasource0(String workspace, String datasourceName, String body) throws IOException
workspace - datasourceName - body - ExceptionIOExceptionpublic String createGeoserverFeatureType(String workspace, String datasourceName, String tableName, String layerTitle) throws IOException
IOExceptionpublic void recalculateFeatureType(String workspace, String datasourceName, String featureType) throws Exception
workspace - datasourceName - featureType - Exceptionpublic static void main(String[] args)
Copyright © 2020. All rights reserved.