Interface ColladaResourceResolver

  • All Known Implementing Classes:
    KMLModelPlacemarkImpl

    public interface ColladaResourceResolver
    Interface for resolving paths relative to a COLLADA document.
    See Also:
    ColladaRoot
    • Method Detail

      • resolveFilePath

        java.lang.String resolveFilePath​(java.lang.String path)
                                  throws java.io.IOException
        Resolve a file path.
        Parameters:
        path - A file path relative to a COLLADA document.
        Returns:
        An absolute path to the resource, or null if the path cannot be determined.
        Throws:
        java.io.IOException - If an error occurs attempting to locate the resource.