Uses of Class
com.metsci.glimpse.topo.io.TopoDataset
-
Packages that use TopoDataset Package Description com.metsci.glimpse.topo com.metsci.glimpse.topo.io -
-
Uses of TopoDataset in com.metsci.glimpse.topo
Methods in com.metsci.glimpse.topo with parameters of type TopoDataset Modifier and Type Method Description static TopoLevelSetTopoLevelSet. createTopoLevels(TopoDataset dataset, int maxRowsPerBand, int maxColsPerTile)static GlimpsePainterTopoQuickUtils. createTopoPainter(TopoDataset topoDataset, NormalCylindricalProjection proj)static MultiAxisPlot2DTopoQuickUtils. quickTopoPlot(TopoDataset topoDataset, NormalCylindricalProjection proj, GlimpsePainter... painters)Constructors in com.metsci.glimpse.topo with parameters of type TopoDataset Constructor Description EquirectTopoPainter(TopoDataset dataset, EquirectNormalCylindricalProjection proj)EquirectTopoPainter(TopoDataset dataset, EquirectNormalCylindricalProjection proj, TopoPainterConfig config)MercatorTopoPainter(TopoDataset dataset, MercatorNormalCylindricalProjection proj)MercatorTopoPainter(TopoDataset dataset, MercatorNormalCylindricalProjection proj, TopoPainterConfig config)ShadedReliefTileCache(TopoDataset topoDataset)ShadedReliefTiledPainter(GeoProjection projection, TopoDataset topoDataset)ShadedReliefTiledPainter(GeoProjection projection, TopoDataset topoDataset, String attributionText)TopoTileCache(TopoDataset dataset, NormalCylindricalProjection proj, TopoPainterConfig config) -
Uses of TopoDataset in com.metsci.glimpse.topo.io
Methods in com.metsci.glimpse.topo.io that return TopoDataset Modifier and Type Method Description static TopoDatasetTopoReader. readTopoDataset(File dir)static TopoDatasetTopoCache. topoCacheDataset(TopoDataFile baseLevel)static TopoDatasetTopoCache. topoCacheDataset(TopoDataFile baseLevel, File cacheParentDir)static TopoDatasetTopoWriter. writeTopoDataset(TopoDataFile inLevel, File outDir)
-