Package org.geoserver.w3ds.types

Examples of org.geoserver.w3ds.types.FeatureInfo


  public GetFeatureInfo(GeoServer geoServer, Catalog catalog,
      GetFeatureInfoRequest request) {
    this.geoServer = geoServer;
    this.catalog = catalog;
    this.request = request;
    this.featureInfo = new FeatureInfo();
  }
View Full Code Here

TOP

Related Classes of org.geoserver.w3ds.types.FeatureInfo

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.