Class MBTilesDataStore

    • Constructor Detail

      • MBTilesDataStore

        public MBTilesDataStore​(MBTilesFile mbtiles)
                         throws IOException
        Throws:
        IOException
      • MBTilesDataStore

        public MBTilesDataStore​(String namespaceURI,
                                MBTilesFile mbtiles)
                         throws IOException
        Throws:
        IOException
    • Method Detail

      • createTypeNames

        protected List<Name> createTypeNames()
                                      throws IOException
        Description copied from class: ContentDataStore
        Creates a set of qualified names corresponding to the types that the datastore provides.

        Namespaces may be left null for data stores which do not support namespace qualified type names.

        Specified by:
        createTypeNames in class ContentDataStore
        Returns:
        A list of Name.
        Throws:
        IOException - Any errors occuring connecting to data.