Package org.geotools.xml.resolver

Examples of org.geotools.xml.resolver.SchemaCatalog


    /**
     * Test when secondary schemaUri contains non GML schema used in anyType from primary schema.
     */
    @Test
  public void testNonGMLConfiguration() {
    SchemaCatalog catalog = SchemaCatalog.build(getClass()
        .getResource("/test-data/mappedPolygons.oasis.xml"));
    AppSchemaConfiguration configuration = new AppSchemaConfiguration(
        "http://www.opengis.net/swe/2.0",
        "http://schemas.opengis.net/sweCommon/2.0/swe.xsd",
        new SchemaResolver(catalog));
View Full Code Here

TOP

Related Classes of org.geotools.xml.resolver.SchemaCatalog

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.