Class GeoPackageProcessRequest

Object
GeoPackageProcessRequest

public class GeoPackageProcessRequest extends Object
GeoPackage Process Request. Object representation of the XML submitted to the GeoPackage process.
Author:
Niels Charlier
  • Field Details

  • Constructor Details

    • GeoPackageProcessRequest

      public GeoPackageProcessRequest()
  • Method Details

    • getRemove

      public Boolean getRemove()
    • setRemove

      public void setRemove(Boolean remove)
    • addLayer

      public void addLayer(GeoPackageProcessRequest.Layer layer)
    • getLayer

      public GeoPackageProcessRequest.Layer getLayer(int i)
    • getLayerCount

      public int getLayerCount()
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getPath

      public URL getPath()
    • setPath

      public void setPath(URL path)
    • isContext

      public boolean isContext()
    • setContext

      public void setContext(boolean context)