Package org.vfny.geoserver.wms.responses.featureInfo

Examples of org.vfny.geoserver.wms.responses.featureInfo.TextFeatureInfoResponse


        if (delegateClass == null) {
            // let's default to something sensible.  If the parameter is empty we return a
            // TextFeatureInfoResponse, so let's do the same thing here.  See the "hack" comment in
            // GetFeatureInfoKVPReader.java.
            delegateClass = new TextFeatureInfoResponse().getClass();
        }

        try {
            curDelegate = (GetFeatureInfoDelegate) delegateClass.newInstance();
        } catch (Exception ex) {
View Full Code Here

TOP

Related Classes of org.vfny.geoserver.wms.responses.featureInfo.TextFeatureInfoResponse

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.