public class OverlayImage
extends java.lang.Object
implements net.sf.saxon.s9api.ExtensionFunction
| Constructor and Description |
|---|
OverlayImage() |
| 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 overlay image (parcel highlighting, north arrow
and scale bar) which will be used for title page and the following restriction
on landownership pages.
|
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 - an array of XdmValues containing the limit node (the parcels geometry)
and the map node containing the land registry map image.net.sf.saxon.s9api.SaxonApiException