Advertisement
santiagohiguera

WMSLayer new constructor

Jan 24th, 2014
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.29 KB | None | 0 0
  1.  /**
  2.      * Builds a new WMS layer with a style name
  3.      *
  4.      * @param wms
  5.      * @param layer
  6.      * @param stylename
  7.      */
  8.     public WMSLayer(WebMapServer wms, Layer layer, String stylename) {
  9.         super( new StyledWMSCoverageReader(wms, layer, stylename), STYLE );
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement