All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.davidmoten.grumpy.wms.HasLayerFeatures Maven / Gradle / Ivy

There is a newer version: 0.4.8
Show newest version
package com.github.davidmoten.grumpy.wms;

public interface HasLayerFeatures {
    
    /**
     * Returns features about the WMS layer including styles, supported CRS and
     * the default name of the layer.
     * 
     * @return
     */
    LayerFeatures getFeatures();
    
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy