Package org.apache.sis.internal.jaxb.referencing

Examples of org.apache.sis.internal.jaxb.referencing.SecondDefiningParameter


     * returned object contains the values for {@link #semiMinorAxis} or {@link #inverseFlattening},
     * according to the {@link #isIvfDefinitive()} value. This method is for JAXB marshalling only.
     */
    @XmlElement(name = "secondDefiningParameter")
    final SecondDefiningParameter getSecondDefiningParameter() {
        return new SecondDefiningParameter(this, true);
    }
View Full Code Here

TOP

Related Classes of org.apache.sis.internal.jaxb.referencing.SecondDefiningParameter

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.