Package org.geoserver.catalog

Examples of org.geoserver.catalog.MetadataMap.containsKey()


            }
        }
       
        //check to see if this is a virtual JDBC feature type
        MetadataMap mdm = featureType.getMetadata();
        boolean virtual = mdm != null && mdm.containsKey(FeatureTypeInfo.JDBC_VIRTUAL_TABLE);
       
        if(!virtual && !typeExists) {
            gtds.createSchema(buildFeatureType(featureType));
            // the attributes created might not match up 1-1 with the actual spec due to
            // limitations of the data store, have it re-compute them
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.