Class GeoserverPostgisLayer

    • Constructor Detail

      • GeoserverPostgisLayer

        public GeoserverPostgisLayer​(javax.servlet.ServletContext ctx)
    • Method Detail

      • createNewLayer

        public String createNewLayer​(String workspace,
                                     String layerTitle,
                                     String tableName)
                              throws IOException
        Create a new geoserver layer in the workspace and returns the featureType. TODO: ignore the inserted datasource name!
        Parameters:
        datasource -
        layername -
        externWfsUrl -
        Throws:
        Exception
        IOException