Class GeoserverVectorLayer

    • Constructor Detail

      • GeoserverVectorLayer

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

      • createGeoserverDatasource0

        public void createGeoserverDatasource0​(String workspace,
                                               String datasourceName,
                                               String body)
                                        throws IOException
        Create a geoserver datasource for vector data types.
        Parameters:
        workspace -
        datasourceName -
        body -
        Throws:
        Exception
        IOException
      • recalculateFeatureType

        public void recalculateFeatureType​(String workspace,
                                           String datasourceName,
                                           String featureType)
                                    throws Exception
        Updates the bbox of the feature type after changes to underlying datasource have been made. Sets the layer to enabled.
        Parameters:
        workspace -
        datasourceName -
        featureType -
        Throws:
        Exception
      • main

        public static void main​(String[] args)