Class FeatureSource

    • Constructor Detail

      • FeatureSource

        public FeatureSource()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getUrl

        public String getUrl()
      • setUrl

        public void setUrl​(String url)
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)
      • getLinkedService

        public GeoService getLinkedService()
      • setLinkedService

        public void setLinkedService​(GeoService linkedService)
      • getProtocol

        public String getProtocol()
      • toJSONObject

        public org.json.JSONObject toJSONObject()
                                         throws org.json.JSONException
        Throws:
        org.json.JSONException