Uses of Class
uk.ac.rdg.resc.edal.exceptions.EdalParseException
-
Packages that use EdalParseException Package Description uk.ac.rdg.resc.edal.exceptions This package contains EDAL-specific exceptions.uk.ac.rdg.resc.edal.graphics.style.sld uk.ac.rdg.resc.edal.graphics.utils Utilities to serialise/deserialise the styles in the parent package, as well as other shared classes -
-
Uses of EdalParseException in uk.ac.rdg.resc.edal.exceptions
Subclasses of EdalParseException in uk.ac.rdg.resc.edal.exceptions Modifier and Type Class Description class
BadTimeFormatException
An exception to be thrown when trying to parse a time which is badly formattedclass
InvalidLineStringException
An exception to be thrown when trying to parse a line string which is badly formatted -
Uses of EdalParseException in uk.ac.rdg.resc.edal.graphics.style.sld
Methods in uk.ac.rdg.resc.edal.graphics.style.sld that throw EdalParseException Modifier and Type Method Description protected Color
AbstractSLDFunction. parseColorFallbackValue()
protected ImageLayer
SLDArrowSymbolizer. parseSymbolizer()
protected ImageLayer
SLDColoredSizedArrowSymbolizer. parseSymbolizer()
protected ImageLayer
SLDContourSymbolizer. parseSymbolizer()
protected ImageLayer
SLDSizedArrowSymbolizer. parseSymbolizer()
-
Uses of EdalParseException in uk.ac.rdg.resc.edal.graphics.utils
Methods in uk.ac.rdg.resc.edal.graphics.utils that throw EdalParseException Modifier and Type Method Description static Color
GraphicsUtils. parseColour(String colourString)
Parses a string to obtain aColor
.
-