Package org.geoserver.w3ds.styles

Examples of org.geoserver.w3ds.styles.Styles3D


      this.objectClass = new ArrayList<String>();
    }
    this.styles = new ArrayList<Style>();
    StyleInfo styleInfo = layerInfo.getRequestStyle();
    if(styleInfo != null) {
      Styles3D styles3D = new Styles3D(catalog);
      this.styles.add(styles3D.getStyle(styleInfo));
      //this.styles.add(styleInfo.getStyle());
    }
    // Maybe some day ...
    /*for(StyleInfo si : layerInfo.getLayerInfo().getStyles()) {
      this.styles.add(si.getStyle());
View Full Code Here

TOP

Related Classes of org.geoserver.w3ds.styles.Styles3D

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.