Skip to content

Commit

Permalink
run on current main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanr committed May 13, 2022
1 parent cc4bbbb commit e24b83c
Show file tree
Hide file tree
Showing 189 changed files with 75 additions and 75 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class DataSourceConnectionProviderProvider extends ConnectionProviderProv

static final String CONFIG_NAMESPACE = "http://www.deegree.org/connectionprovider/datasource";

static final URL SCHEMA_URL = DataSourceConnectionProviderProvider.class.getResource( "/META-INF/schemas/connectionprovider/datasource/3.4.0/datasource.xsd" );
static final URL SCHEMA_URL = DataSourceConnectionProviderProvider.class.getResource( "/META-INF/schemas/connectionprovider/datasource/datasource.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class BatchedMTFileStoreProvider extends BatchedMTStoreProvider {

private static final String CONFIG_NS = "http://www.deegree.org/datasource/3d/batchedmt/file";

private static final URL CONFIG_SCHEMA = BatchedMTFileStoreProvider.class.getResource( "/META-INF/schemas/datasource/3d/batchedmt/3.4.0/file.xsd" );
private static final URL CONFIG_SCHEMA = BatchedMTFileStoreProvider.class.getResource( "/META-INF/schemas/datasource/3d/batchedmt/file.xsd" );

public String getNamespace() {
return CONFIG_NS;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public final class ProxySettings implements Initializable {

private static final String CONFIG_JAXB_PACKAGE = "org.deegree.commons.proxy.jaxb";

private static final URL CONFIG_SCHEMA = ProxySettings.class.getResource( "/META-INF/schemas/proxy/3.4.0/proxy.xsd" );
private static final URL CONFIG_SCHEMA = ProxySettings.class.getResource( "/META-INF/schemas/proxy/proxy.xsd" );

private static final String PROXY_HOST = "proxyHost";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,9 @@ private static Schema getSchemaForUrl( URL schemaFile ) {
try {
StreamSource origSchema = new StreamSource( new DURL( schemaFile.toExternalForm() ).openStream(),
schemaFile.toExternalForm() );
URL descUrl = JAXBUtils.class.getResource( "/META-INF/schemas/commons/description/3.4.0/description.xsd" );
URL spatUrl = JAXBUtils.class.getResource( "/META-INF/schemas/commons/spatialmetadata/3.4.0/spatialmetadata.xsd" );
URL layUrl = JAXBUtils.class.getResource( "/META-INF/schemas/layers/base/3.4.0/base.xsd" );
URL descUrl = JAXBUtils.class.getResource( "/META-INF/schemas/commons/description/description.xsd" );
URL spatUrl = JAXBUtils.class.getResource( "/META-INF/schemas/commons/spatialmetadata/spatialmetadata.xsd" );
URL layUrl = JAXBUtils.class.getResource( "/META-INF/schemas/layers/base/base.xsd" );
StreamSource desc = new StreamSource( new DURL( descUrl.toExternalForm() ).openStream(),
descUrl.toExternalForm() );
List<Source> list = new ArrayList<Source>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Occam Labs UG (haftungsbeschränkt)
*/
public class DefaultCoverageProvider extends CoverageProvider {

private static final URL CONFIG_SCHEMA = DefaultCoverageProvider.class.getResource( "/META-INF/schemas/datasource/coverage/raster/3.4.0/raster.xsd" );
private static final URL CONFIG_SCHEMA = DefaultCoverageProvider.class.getResource( "/META-INF/schemas/datasource/coverage/raster/raster.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Occam Labs UG (haftungsbeschränkt)
*/
public class PyramidCoverageProvider extends CoverageProvider {

private static final URL CONFIG_SCHEMA = PyramidCoverageProvider.class.getResource( "/META-INF/schemas/datasource/coverage/raster/3.4.0/pyramid.xsd" );
private static final URL CONFIG_SCHEMA = PyramidCoverageProvider.class.getResource( "/META-INF/schemas/datasource/coverage/raster/pyramid.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public class DeegreeCRSStoreProvider implements CRSStoreProvider {

private static final String CONFIG_JAXB_PACKAGE = "org.deegree.cs.persistence.deegree.d3.jaxb";

private static final URL CONFIG_SCHEMA = DeegreeCRSStoreProvider.class.getResource( "/META-INF/schemas/crs/stores/deegree/3.4.0/deegree.xsd" );
private static final URL CONFIG_SCHEMA = DeegreeCRSStoreProvider.class.getResource( "/META-INF/schemas/crs/stores/deegree/deegree.xsd" );

private static final String CONFIG_TEMPLATE = "/META-INF/schemas/crs/stores/deegree/3.4.0/example.xml";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ public class GMLCRSStoreProvider implements CRSStoreProvider {

private static final String CONFIG_JAXB_PACKAGE = "org.deegree.cs.persistence.gml.jaxb";

private static final URL CONFIG_SCHEMA = GMLCRSStoreProvider.class.getResource( "/META-INF/schemas/crs/stores/gml/3.4.0/gml.xsd" );
private static final URL CONFIG_SCHEMA = GMLCRSStoreProvider.class.getResource( "/META-INF/schemas/crs/stores/gml/gml.xsd" );

@Override
public String getConfigNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public class PROJ4CRSStoreProvider implements CRSStoreProvider {

private static final String CONFIG_JAXB_PACKAGE = "org.deegree.cs.persistence.proj4.jaxb";

private static final URL CONFIG_SCHEMA = PROJ4CRSStoreProvider.class.getResource( "/META-INF/schemas/crs/stores/proj4/3.4.0/proj4.xsd" );
private static final URL CONFIG_SCHEMA = PROJ4CRSStoreProvider.class.getResource( "/META-INF/schemas/crs/stores/proj4/proj4.xsd" );

@Override
public String getConfigNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
elementFormDefault="qualified" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
jaxb:version="2.1">
<import namespace="http://www.deegree.org/crs/store"
schemaLocation="../../store.xsd" />
schemaLocation="" />
<annotation>
<appinfo>
<jaxb:schemaBindings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
elementFormDefault="qualified" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
jaxb:version="2.1">
<import namespace="http://www.deegree.org/crs/store"
schemaLocation="../../store.xsd" />
schemaLocation="" />
<annotation>
<appinfo>
<jaxb:schemaBindings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
elementFormDefault="qualified" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
jaxb:version="2.1">
<import namespace="http://www.deegree.org/crs/store"
schemaLocation="../../store.xsd" />
schemaLocation="" />
<annotation>
<appinfo>
<jaxb:schemaBindings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
elementFormDefault="qualified" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
jaxb:version="2.1">
<import namespace="http://www.deegree.org/crs/store"
schemaLocation="../../store.xsd" />
schemaLocation="" />
<annotation>
<appinfo>
<jaxb:schemaBindings>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Occam Labs UG (haftungsbeschränkt)
*/
public class LegacyConnectionProviderProvider extends ConnectionProviderProvider {

static final URL SCHEMA_URL = LegacyConnectionProviderProvider.class.getResource( "/META-INF/schemas/jdbc/3.4.0/jdbc.xsd" );
static final URL SCHEMA_URL = LegacyConnectionProviderProvider.class.getResource( "/META-INF/schemas/jdbc/jdbc.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public class GdalSettings implements Initializable, Destroyable {

private static final Logger LOG = getLogger( GdalSettings.class );

private static final URL CONFIG_SCHEMA = GdalSettings.class.getResource( "/META-INF/schemas/commons/gdal/3.4.0/gdal.xsd" );
private static final URL CONFIG_SCHEMA = GdalSettings.class.getResource( "/META-INF/schemas/commons/gdal/gdal.xsd" );

private static final String CONFIG_JAXB_PACKAGE = "org.deegree.commons.gdal.jaxb";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
</appinfo>
</annotation>

<import namespace="http://www.deegree.org/metadata/description" schemaLocation="http://schemas.deegree.org/commons/description/3.4.0/description.xsd" />
<import namespace="http://www.deegree.org/metadata/spatial" schemaLocation="http://schemas.deegree.org/commons/spatialmetadata/3.4.0/spatialmetadata.xsd" />
<import namespace="http://www.deegree.org/metadata/description" schemaLocation="../../commons/description/description.xsd" />
<import namespace="http://www.deegree.org/metadata/spatial" schemaLocation="../../commons/spatialmetadata/spatialmetadata.xsd" />

<group name="LayerInfo">
<sequence>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
*/
public class RemoteWMSProvider extends RemoteOWSProvider {

private static final URL CONFIG_SCHEMA = RemoteWMSProvider.class.getResource( "/META-INF/schemas/remoteows/wms/3.4.0/remotewms.xsd" );
private static final URL CONFIG_SCHEMA = RemoteWMSProvider.class.getResource( "/META-INF/schemas/remoteows/wms/remotewms.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
*/
public class RemoteWMTSProvider extends RemoteOWSProvider {

private static final URL CONFIG_SCHEMA = RemoteWMTSProvider.class.getResource( "/META-INF/schemas/remoteows/wmts/3.4.0/remotewmts.xsd" );
private static final URL CONFIG_SCHEMA = RemoteWMTSProvider.class.getResource( "/META-INF/schemas/remoteows/wmts/remotewmts.xsd" );

private static final String CONFIG_NAMESPACE = "http://www.deegree.org/remoteows/wmts";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
*/
public class SEStyleStoreProvider extends StyleStoreProvider {

private static final URL CONFIG_SCHEMA = SEStyleStoreProvider.class.getResource( "/META-INF/schemas/se/3.4.0/symbology-1.1.0.xsd" );
private static final URL CONFIG_SCHEMA = SEStyleStoreProvider.class.getResource( "/META-INF/schemas/se/symbology-1.1.0.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
*/
public class StandardThemeProvider extends ThemeProvider {

private static final URL SCHEMA_URL = StandardThemeProvider.class.getResource( "/META-INF/schemas/themes/3.4.0/themes.xsd" );
private static final URL SCHEMA_URL = StandardThemeProvider.class.getResource( "/META-INF/schemas/themes/themes.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
targetNamespace="http://www.deegree.org/themes/standard" elementFormDefault="qualified" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb"
jaxb:version="2.1" xmlns:d="http://www.deegree.org/metadata/description" xmlns:g="http://www.deegree.org/metadata/spatial">

<import namespace="http://www.deegree.org/metadata/description" schemaLocation="http://schemas.deegree.org/commons/description/3.4.0/description.xsd" />
<import namespace="http://www.deegree.org/metadata/spatial" schemaLocation="http://schemas.deegree.org/commons/spatialmetadata/3.4.0/spatialmetadata.xsd" />
<import namespace="http://www.deegree.org/metadata/description" schemaLocation="../commons/description/description.xsd" />
<import namespace="http://www.deegree.org/metadata/spatial" schemaLocation="../commons/spatialmetadata/spatialmetadata.xsd" />

<annotation>
<appinfo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
*/
public class OracleGeorasterProvider extends CoverageProvider {

private static final URL CONFIG_SCHEMA = OracleGeorasterProvider.class.getResource( "/META-INF/schemas/datasource/coverage/oraclegeoraster/3.4.0/oraclegeoraster.xsd" );
private static final URL CONFIG_SCHEMA = OracleGeorasterProvider.class.getResource( "/META-INF/schemas/datasource/coverage/oraclegeoraster/oraclegeoraster.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Occam Labs UG (haftungsbeschränkt)
*/
public class NewMemoryFeatureStoreProvider extends FeatureStoreProvider {

static final URL CONFIG_SCHEMA = NewMemoryFeatureStoreProvider.class.getResource( "/META-INF/schemas/datasource/feature/memory/3.4.0/memory.xsd" );
static final URL CONFIG_SCHEMA = NewMemoryFeatureStoreProvider.class.getResource( "/META-INF/schemas/datasource/feature/memory/memory.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ public class RemoteWFSFeatureStoreProvider extends FeatureStoreProvider {

// private static final String CONFIG_JAXB_PACKAGE = "org.deegree.feature.persistence.remotewfs.jaxb";

private static final URL CONFIG_SCHEMA = RemoteWFSFeatureStoreProvider.class.getResource( "/META-INF/schemas/datasource/feature/remotewfs/3.4.0/remotewfs.xsd" );
private static final URL CONFIG_SCHEMA = RemoteWFSFeatureStoreProvider.class.getResource( "/META-INF/schemas/datasource/feature/remotewfs/remotewfs.xsd" );

// // @Override
// public RemoteWFSFeatureStore create( URL configURL )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ public class ShapeFeatureStoreProvider extends FeatureStoreProvider {

static final String CONFIG_JAXB_PACKAGE = "org.deegree.feature.persistence.shape.jaxb";

private static final URL CONFIG_SCHEMA = ShapeFeatureStoreProvider.class.getResource( "/META-INF/schemas/datasource/feature/shape/3.4.0/shape.xsd" );
private static final URL CONFIG_SCHEMA = ShapeFeatureStoreProvider.class.getResource( "/META-INF/schemas/datasource/feature/shape/shape.xsd" );

static class Mapping {
String fieldname;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class SimpleSqlFeatureStoreProvider extends FeatureStoreProvider {

private static final String CONFIG_NS = "http://www.deegree.org/datasource/feature/simplesql";

static final URL CONFIG_SCHEMA = SimpleSqlFeatureStoreProvider.class.getResource( "/META-INF/schemas/datasource/feature/simplesql/3.4.0/simplesql.xsd" );
static final URL CONFIG_SCHEMA = SimpleSqlFeatureStoreProvider.class.getResource( "/META-INF/schemas/datasource/feature/simplesql/simplesql.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class SqlFeatureStoreProvider extends FeatureStoreProvider {

private static final String CONFIG_NS = "http://www.deegree.org/datasource/feature/sql";

static final URL CONFIG_SCHEMA = SqlFeatureStoreProvider.class.getResource( "/META-INF/schemas/datasource/feature/sql/3.4.0/sql.xsd" );
static final URL CONFIG_SCHEMA = SqlFeatureStoreProvider.class.getResource( "/META-INF/schemas/datasource/feature/sql/sql.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ private Schema sqlFeatureStore34Schema()
throws SAXException {

URL schemaResource = SQLFeatureStoreConfigWriterIT.class.getResource(
"/META-INF/schemas/datasource/feature/sql/3.4.0/sql.xsd" );
"/META-INF/schemas/datasource/feature/sql/sql.xsd" );
return SchemaFactory.w3cXmlSchemaFrom( schemaResource );
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public class EbrimEOMDStoreProvider extends MetadataStoreProvider {

private static final String CONFIG_NS = "http://www.deegree.org/datasource/metadata/ebrim/eo";

private static final String CONFIG_SCHEMA = "/META-INF/schemas/datasource/metadata/ebrim/eo/3.4.0/ebrim-eo.xsd";
private static final String CONFIG_SCHEMA = "/META-INF/schemas/datasource/metadata/ebrim/eo/ebrim-eo.xsd";

// TODO : don't copy
private List<String> readStatements( BufferedReader reader )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public class ISOMemoryMetadataStoreProvider extends MetadataStoreProvider {

private final static String CONFIG_NAMESPACE = "http://www.deegree.org/datasource/metadata/iso19139/memory";

private final static URL CONFIG_SCHEMA = ISOMemoryMetadataStore.class.getResource( "/META-INF/schemas/datasource/metadata/iso19139/memory/3.4.0/memory.xsd" );
private final static URL CONFIG_SCHEMA = ISOMemoryMetadataStore.class.getResource( "/META-INF/schemas/datasource/metadata/iso19139/memory/memory.xsd" );

@Override
public String[] getCreateStatements( SQLDialect dbType )
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,6 @@ public ResourceMetadata<MetadataStore<? extends MetadataRecord>> createFromLocat

@Override
public URL getSchema() {
return ISOMetadataStoreProvider.class.getResource( "/META-INF/schemas/datasource/metadata/iso19115/3.4.0/iso19115.xsd" );
return ISOMetadataStoreProvider.class.getResource( "/META-INF/schemas/datasource/metadata/iso19115/iso19115.xsd" );
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Occam Labs UG (haftungsbeschränkt)

public class CachingTileStoreProvider extends TileStoreProvider {

private static final URL SCHEMA = CachingTileStoreProvider.class.getResource( "/META-INF/schemas/datasource/tile/cache/3.4.0/cache.xsd" );
private static final URL SCHEMA = CachingTileStoreProvider.class.getResource( "/META-INF/schemas/datasource/tile/cache/cache.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public class DefaultTileMatrixSetProvider extends TileMatrixSetProvider {

private static final String CONFIG_NAMESPACE = "http://www.deegree.org/datasource/tile/tilematrixset";

private static final URL SCHEMA_URL = DefaultTileMatrixSetProvider.class.getResource( "/META-INF/schemas/datasource/tile/tilematrixset/3.4.0/tilematrixset.xsd" );
private static final URL SCHEMA_URL = DefaultTileMatrixSetProvider.class.getResource( "/META-INF/schemas/datasource/tile/tilematrixset/tilematrixset.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public class FileSystemTileStoreProvider extends TileStoreProvider {

private static final String CONFIG_NAMESPACE = "http://www.deegree.org/datasource/tile/filesystem";

private static final URL CONFIG_SCHEMA = FileSystemTileStoreProvider.class.getResource( "/META-INF/schemas/datasource/tile/filesystem/3.4.0/filesystem.xsd" );
private static final URL CONFIG_SCHEMA = FileSystemTileStoreProvider.class.getResource( "/META-INF/schemas/datasource/tile/filesystem/filesystem.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
targetNamespace="http://www.deegree.org/datasource/tile/filesystem" xmlns:t="http://www.deegree.org/datasource/tile/filesystem"
elementFormDefault="qualified" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" jaxb:version="2.1">

<import namespace="http://www.deegree.org/metadata/spatial" schemaLocation="http://schemas.deegree.org/commons/spatialmetadata/3.4.0/spatialmetadata.xsd" />
<import namespace="http://www.deegree.org/metadata/spatial" schemaLocation="../../../commons/spatialmetadata/spatialmetadata.xsd" />

<annotation>
<appinfo>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class GdalTileStoreProvider extends TileStoreProvider {

private static final String SCHEMA_NAMESPACE = "http://www.deegree.org/datasource/tile/gdal";

private static final URL SCHEMA_URL = GdalTileStoreProvider.class.getResource( "/META-INF/schemas/datasource/tile/gdal/3.4.0/gdal.xsd" );
private static final URL SCHEMA_URL = GdalTileStoreProvider.class.getResource( "/META-INF/schemas/datasource/tile/gdal/gdal.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class GdalTileMatrixSetProvider extends TileMatrixSetProvider {

private static final String SCHEMA_NAMESPACE = "http://www.deegree.org/datasource/tile/tilematrixset/gdal";

private static final URL SCHEMA_URL = GdalTileMatrixSetProvider.class.getResource( "/META-INF/schemas/datasource/tile/tilematrixset/gdal/3.4.0/gdal.xsd" );
private static final URL SCHEMA_URL = GdalTileMatrixSetProvider.class.getResource( "/META-INF/schemas/datasource/tile/tilematrixset/gdal/gdal.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ Occam Labs UG (haftungsbeschränkt)
*/
public class GeoTiffTileStoreProvider extends TileStoreProvider {

private static final URL SCHEMA = GeoTiffTileStoreProvider.class.getResource( "/META-INF/schemas/datasource/tile/geotiff/3.4.0/geotiff.xsd" );
private static final URL SCHEMA = GeoTiffTileStoreProvider.class.getResource( "/META-INF/schemas/datasource/tile/geotiff/geotiff.xsd" );

@Override
public String getNamespace() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
*/
public class GeoTiffTileMatrixSetProvider extends TileMatrixSetProvider {

private static final URL SCHEMA_URL = GeoTiffTileMatrixSetProvider.class.getResource( "/META-INF/schemas/datasource/tile/tilematrixset/3.4.0/geotiff/geotiff.xsd" );
private static final URL SCHEMA_URL = GeoTiffTileMatrixSetProvider.class.getResource( "/META-INF/schemas/datasource/tile/tilematrixset/geotiff/geotiff.xsd" );

@Override
public String getNamespace() {
Expand Down
Loading

0 comments on commit e24b83c

Please sign in to comment.