Uses of Class
com.metsci.glimpse.dnc.DncFeature
-
Packages that use DncFeature Package Description com.metsci.glimpse.dnc com.metsci.glimpse.dnc.convert com.metsci.glimpse.extras.examples.dnc -
-
Uses of DncFeature in com.metsci.glimpse.dnc
Subclasses of DncFeature in com.metsci.glimpse.dnc Modifier and Type Class Description classDncAreaFeatureclassDncLineFeatureclassDncPointFeature -
Uses of DncFeature in com.metsci.glimpse.dnc.convert
Methods in com.metsci.glimpse.dnc.convert that return types with arguments of type DncFeature Modifier and Type Method Description it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncFeature>Flat2Query.QueryCache. loadFeatures(DncChunks.DncChunkKey chunkKey, it.unimi.dsi.fastutil.ints.IntCollection featureNums)it.unimi.dsi.fastutil.ints.Int2ObjectMap<DncFeature>Flat2Query.QueryDatabase. loadFeatures(DncChunks.DncChunkKey chunkKey, it.unimi.dsi.fastutil.ints.IntCollection featureNums)Method parameters in com.metsci.glimpse.dnc.convert with type arguments of type DncFeature Modifier and Type Method Description voidFlat2Query.QueryCache. runQuery(DncQuery query, Function<DncChunks.DncChunkKey,Flat2Render.DncChunkPriority> priorityFn, BiConsumer<DncChunks.DncChunkKey,Collection<DncFeature>> callback) -
Uses of DncFeature in com.metsci.glimpse.extras.examples.dnc
Method parameters in com.metsci.glimpse.extras.examples.dnc with type arguments of type DncFeature Modifier and Type Method Description voidDncExplorerTreeTableModel. setChunkFeatures(DncChunks.DncChunkKey chunkKey, Collection<DncFeature> features)
-