Class JDFByteMap

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Cloneable, IStreamWriter, org.w3c.dom.Element, org.w3c.dom.ElementTraversal, org.w3c.dom.events.EventTarget, org.w3c.dom.Node, org.w3c.dom.NodeList, org.w3c.dom.TypeInfo

    public class JDFByteMap
    extends JDFAutoByteMap
    See Also:
    Serialized Form
    • Constructor Detail

      • JDFByteMap

        public JDFByteMap​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                          java.lang.String qualifiedName)
        Constructor for JDFByteMap
        Parameters:
        ownerDocument -
        qualifiedName -
      • JDFByteMap

        public JDFByteMap​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                          java.lang.String myNamespaceURI,
                          java.lang.String qualifiedName)
        Constructor for JDFByteMap
        Parameters:
        ownerDocument -
        namespaceURI -
        qualifiedName -
      • JDFByteMap

        public JDFByteMap​(org.apache.xerces.dom.CoreDocumentImpl myOwnerDocument,
                          java.lang.String myNamespaceURI,
                          java.lang.String qualifiedName,
                          java.lang.String myLocalName)
        Constructor for JDFByteMap
        Parameters:
        ownerDocument -
        namespaceURI -
        qualifiedName -
        localName -
    • Method Detail

      • toString

        public java.lang.String toString()
        toString
        Overrides:
        toString in class KElement
        Returns:
        String
        See Also:
        Object.toString()
      • getRasterFileLocation

        public JDFFileSpec getRasterFileLocation()
        Gets of 'this' an existing child FileSpec(RasterFileLocation) element
        Returns:
        JDFFileSpec: the matching RasterFileLocation element or null if nothing was found
      • getCreateRasterFileLocation

        public JDFFileSpec getCreateRasterFileLocation()
        Gets of 'this' child FileSpec(RasterFileLocation) element, optionally creates it, if it doesn't exist.
        Returns:
        JDFFileSpec: the matching RasterFileLocation element
      • appendRasterFileLocation

        public JDFFileSpec appendRasterFileLocation()
        Appends new FileSpec(RasterFileLocation) element to the end of 'this'
        Returns:
        JDFFileSpec: newly created child RasterFileLocation element