Uses of Class
org.apache.sis.io.wkt.UnformattableObjectException
-
Packages that use UnformattableObjectException Package Description org.apache.sis.io.wkt Well Known Text (WKT) parsing and formatting. -
-
Uses of UnformattableObjectException in org.apache.sis.io.wkt
Methods in org.apache.sis.io.wkt that throw UnformattableObjectException Modifier and Type Method Description String
Formatter. delegateTo(Object other)
Delegates the formatting to anotherFormattableObject
implementation.String
FormattableObject. toWKT()
Returns a strictly compliant Well Known Text (WKT) using the default convention, symbols and indentation.
-