Uses of Class
gov.nasa.worldwind.layers.mercator.MercatorSector
-
Packages that use MercatorSector Package Description gov.nasa.worldwind.layers.mercator -
-
Uses of MercatorSector in gov.nasa.worldwind.layers.mercator
Methods in gov.nasa.worldwind.layers.mercator that return MercatorSector Modifier and Type Method Description static MercatorSectorMercatorSector. fromDegrees(double minLatPercent, double maxLatPercent, double minLongitude, double maxLongitude)static MercatorSectorMercatorSector. fromSector(Sector sector)MercatorSectorMercatorTextureTile. getMercatorSector()Constructors in gov.nasa.worldwind.layers.mercator with parameters of type MercatorSector Constructor Description MercatorTextureTile(MercatorSector mercatorSector, Level level, int row, int col)
-