All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.opengis.gml._3.SphericalCSDoc Maven / Gradle / Ivy

There is a newer version: 1.0.4
Show newest version
//
// This file was generated by the Eclipse Implementation of JAXB, v3.0.0 
// See https://eclipse-ee4j.github.io/jaxb-ri 
// Any modifications to this file will be lost upon recompilation of the source schema. 
// Generated on: 2022.10.13 at 08:02:05 PM UTC 
//


package net.opengis.gml._3;

import javax.xml.namespace.QName;
import jakarta.xml.bind.JAXBElement;

public class SphericalCSDoc
    extends JAXBElement
{

    protected final static QName NAME = new QName("http://www.opengis.net/gml/3.2", "sphericalCS");

    public SphericalCSDoc(SphericalCSPropertyType value) {
        super(NAME, ((Class) SphericalCSPropertyType.class), null, value);
    }

    public SphericalCSDoc() {
        super(NAME, ((Class) SphericalCSPropertyType.class), null, null);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy