public class FixImage
extends java.lang.Object
implements net.sf.saxon.s9api.ExtensionFunction
| Constructor and Description |
|---|
FixImage() |
| Modifier and Type | Method and Description |
|---|---|
net.sf.saxon.s9api.XdmValue |
call(net.sf.saxon.s9api.XdmValue[] arguments)
Returns a base64 string as XdmValue of the merged image (plan for land register main page map
and the overlay image).
|
net.sf.saxon.s9api.SequenceType[] |
getArgumentTypes() |
net.sf.saxon.s9api.QName |
getName() |
net.sf.saxon.s9api.SequenceType |
getResultType() |
public net.sf.saxon.s9api.QName getName()
getName in interface net.sf.saxon.s9api.ExtensionFunctionpublic net.sf.saxon.s9api.SequenceType getResultType()
getResultType in interface net.sf.saxon.s9api.ExtensionFunctionpublic net.sf.saxon.s9api.SequenceType[] getArgumentTypes()
getArgumentTypes in interface net.sf.saxon.s9api.ExtensionFunctionpublic net.sf.saxon.s9api.XdmValue call(net.sf.saxon.s9api.XdmValue[] arguments)
throws net.sf.saxon.s9api.SaxonApiException
call in interface net.sf.saxon.s9api.ExtensionFunctionarguments - Reads any readable image from a base64 string and saves it as a 24bit image.
Solves the problem with 8bit (paletted) legend icons.net.sf.saxon.s9api.SaxonApiException