Class KMLStyleUrl

    • Constructor Detail

      • KMLStyleUrl

        public KMLStyleUrl​(java.lang.String namespaceURI)
        Construct an instance.
        Parameters:
        namespaceURI - the qualifying namespace URI. May be null to indicate no namespace qualification.
    • Method Detail

      • resolveStyleUrl

        public KMLAbstractStyleSelector resolveStyleUrl()
        Resolves a styleUrl to a style selector, which is either a style or style map.

        If the url refers to a remote resource and the resource has not been retrieved and cached locally, this method returns null and initiates a retrieval.

        Returns:
        the style or style map referred to by the style URL.