com.github.davidmoten.grumpy.wms.HasLayerFeatures Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grumpy-ogc Show documentation
Show all versions of grumpy-ogc Show documentation
OGC tools including WMS server
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();
}