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 classBadTimeFormatExceptionAn exception to be thrown when trying to parse a time which is badly formattedclassInvalidLineStringExceptionAn 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 ColorAbstractSLDFunction. parseColorFallbackValue()protected ImageLayerSLDArrowSymbolizer. parseSymbolizer()protected ImageLayerSLDColoredSizedArrowSymbolizer. parseSymbolizer()protected ImageLayerSLDContourSymbolizer. parseSymbolizer()protected ImageLayerSLDSizedArrowSymbolizer. 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 ColorGraphicsUtils. parseColour(String colourString)Parses a string to obtain aColor.
-