Class GeoPackageProcessRequest


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

      • name

        protected String name
      • path

        protected URL path
      • remove

        protected boolean remove
      • context

        protected boolean context
    • Constructor Detail

      • GeoPackageProcessRequest

        public GeoPackageProcessRequest()
    • Method Detail

      • getRemove

        public Boolean getRemove()
      • setRemove

        public void setRemove​(Boolean remove)
      • 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)