
org.opengis.cite.cdb10.util.metadataXml.VersionXml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ets-cdb10 Show documentation
Show all versions of ets-cdb10 Show documentation
This test suite tests for compliance to OGC CDB 1.0
The newest version!
package org.opengis.cite.cdb10.util.metadataXml;
/**
* Created by martin on 2016-09-20.
*/
public class VersionXml extends MetadataXmlFile {
/**
*
* Constructor for VersionXml.
*
* @param path a {@link java.lang.String} object
*/
public VersionXml(String path) {
super(path, "Version.xml", "Version.xsd");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy