Package org.apache.sis.io.wkt

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


     * @return Never return.
     * @throws UnformattableObjectException Always thrown.
     */
    @Override
    public String toWKT() throws UnformattableObjectException {
        throw new UnformattableObjectException();
    }
View Full Code Here

TOP

Related Classes of org.apache.sis.io.wkt.UnformattableObjectException

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.