Class VectorLayerDataSource

    • Constructor Detail

      • VectorLayerDataSource

        public VectorLayerDataSource()
      • VectorLayerDataSource

        public VectorLayerDataSource​(java.lang.String name,
                                     java.lang.String type,
                                     java.lang.String url,
                                     java.lang.String format)
        Parameters:
        name -
        type -
        url -
        format -
    • Method Detail

      • getFormat

        public java.lang.String getFormat()
        Returns:
        the format
      • setFormat

        public void setFormat​(java.lang.String format)
        Parameters:
        format - the format to set
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class LayerDataSource
        See Also:
        According to http://stackoverflow.com/questions/27581/overriding-equals -and-hashcode-in-java it is recommended only to use getter-methods when using ORM like Hibernate
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class LayerDataSource
        See Also:
        According to http://stackoverflow.com/questions/27581/overriding-equals -and-hashcode-in-java it is recommended only to use getter-methods when using ORM like Hibernate