Uses of Class
org.apache.sis.io.wkt.UnformattableObjectException
Packages that use UnformattableObjectException
Package
Description
A set of helper classes for the SIS implementation.
Well Known Text (WKT) parsing and formatting.
-
Uses of UnformattableObjectException in org.apache.sis.internal.referencing
Methods in org.apache.sis.internal.referencing that throw UnformattableObjectException -
Uses of UnformattableObjectException in org.apache.sis.io.wkt
Methods in org.apache.sis.io.wkt that throw UnformattableObjectExceptionModifier and TypeMethodDescriptionFormatter.delegateTo
(Object other) Delegates the formatting to anotherFormattableObject
implementation.private String
FormattableObject.formatWKT
(Convention convention, boolean colorize, boolean strict) Returns a WKT for this object using the specified convention.FormattableObject.toWKT()
Returns a strictly compliant Well Known Text (WKT) using the default convention, symbols and indentation.