Package org.apache.sis.internal.jaxb.gmd

Examples of org.apache.sis.internal.jaxb.gmd.PT_FreeText


         *     ... see PT_FreeText ...
         *   </gmd:PT_FreeText>
         * </gmd:someElement>
         */
        if (value instanceof InternationalString) {
            final PT_FreeText ft = PT_FreeText.create(Context.current(), (InternationalString) value);
            if (ft != null) {
                return ft;
            }
        }
        /*
 
View Full Code Here


         *     ... see PT_FreeText ...
         *   </gmd:PT_FreeText>
         * </gmd:someElement>
         */
        if (value instanceof InternationalString) {
            final PT_FreeText ft = PT_FreeText.create(Context.current(), (InternationalString) value);
            if (ft != null) {
                return ft;
            }
        }
        /*
 
View Full Code Here

TOP

Related Classes of org.apache.sis.internal.jaxb.gmd.PT_FreeText

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.