Uses of Class
mil.nga.geopackage.extension.nga.scale.TileScalingType
-
Packages that use TileScalingType Package Description mil.nga.geopackage.extension.nga.scale -
-
Uses of TileScalingType in mil.nga.geopackage.extension.nga.scale
Methods in mil.nga.geopackage.extension.nga.scale that return TileScalingType Modifier and Type Method Description static TileScalingTypeTileScalingType. fromName(String name)Get the Tile Scaling Type from the nameTileScalingTypeTileScaling. getScalingType()Get the tile scaling typestatic TileScalingTypeTileScalingType. valueOf(String name)Returns the enum constant of this type with the specified name.static TileScalingType[]TileScalingType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in mil.nga.geopackage.extension.nga.scale with parameters of type TileScalingType Modifier and Type Method Description voidTileScaling. setScalingType(TileScalingType scalingType)Set the tile scaling typeConstructors in mil.nga.geopackage.extension.nga.scale with parameters of type TileScalingType Constructor Description TileScaling(String tableName, TileScalingType scalingType, Long zoomIn, Long zoomOut)ConstructorTileScaling(TileScalingType scalingType, Long zoomIn, Long zoomOut)ConstructorTileScaling(TileMatrixSet tileMatrixSet, TileScalingType scalingType, Long zoomIn, Long zoomOut)Constructor
-