Examples of FormattableObject


Examples of org.apache.sis.io.wkt.FormattableObject

                     * Do not format the optional URI element for internal convention,
                     * because this property is currently computed rather than stored.
                     * Other conventions format only for the ID[] of root element.
                     */
                    if (convention != Convention.INTERNAL && formatter.getEnclosingElement(2) == null) {
                        final FormattableObject parent = formatter.getEnclosingElement(1);
                        if (parent != null && ReferencingUtilities.usesURN(cs)) {
                            final String type = ReferencingUtilities.toURNType(parent.getClass());
                            if (type != null) {
                                formatter.append(new URI(type, cs, version, code));
                            }
                        }
                    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.