![JAR search and dependency download from the Maven repository](/logo.png)
com.github.davidmoten.grumpy.wms.HasLayerFeatures Maven / Gradle / Ivy
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 - 2025 Weber Informatics LLC | Privacy Policy