Package org.geoserver.wfs.xml

Examples of org.geoserver.wfs.xml.GML3Profile


    private static XSDSchema gml3Schema;

    public VersionedSchemaBuilder(GeoServer gs, WFSVConfiguration configuration) {
        super(gs);

        profiles.add(new GML3Profile());

        gmlNamespace = org.geoserver.wfsv.xml.v1_1_0.WFSV.NAMESPACE;
        gmlSchemaLocation = "wfs/1.1.0/wfsv.xsd";
        baseType = "AbstractVersionedFeatureType";
        substitutionGroup = "_VersionedFeature";
View Full Code Here


    private static XSDSchema gml3Schema;

    public VersionedSchemaBuilder(GeoServer gs, WFSVConfiguration configuration) {
        super(gs);

        profiles.add(new GML3Profile());

        gmlNamespace = org.geoserver.wfsv.xml.v1_1_0.WFSV.NAMESPACE;
        gmlSchemaLocation = "wfs/1.1.0/wfsv.xsd";
        baseType = "AbstractVersionedFeatureType";
        substitutionGroup = "_VersionedFeature";
View Full Code Here

TOP

Related Classes of org.geoserver.wfs.xml.GML3Profile

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.