Uses of Interface
org.geotools.data.complex.spi.CustomSourceDataStore
-
Packages that use CustomSourceDataStore Package Description org.geotools.data.complex.spi org.geotools.data.mongodb.complex -
-
Uses of CustomSourceDataStore in org.geotools.data.complex.spi
Methods in org.geotools.data.complex.spi that return types with arguments of type CustomSourceDataStore Modifier and Type Method Description static List<CustomSourceDataStore>
CustomSourceDataStore. loadExtensions()
Helper method that loads all the custom data stores extensions. -
Uses of CustomSourceDataStore in org.geotools.data.mongodb.complex
Classes in org.geotools.data.mongodb.complex that implement CustomSourceDataStore Modifier and Type Class Description class
MongoComplexDataSource
Class that builds an App-Schema iterator ready to be used with MongoDB.
-