Class MercatorSector
- java.lang.Object
-
- gov.nasa.worldwind.geom.Sector
-
- gov.nasa.worldwind.layer.mercator.MercatorSector
-
public class MercatorSector extends Sector
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MercatorSector
fromDegrees(double minLatPercent, double maxLatPercent, double minLongitude, double maxLongitude)
-
Methods inherited from class gov.nasa.worldwind.geom.Sector
centroid, centroidLatitude, centroidLongitude, contains, contains, contains, deltaLatitude, deltaLongitude, equals, fromRadians, hashCode, intersect, intersect, intersects, intersects, intersectsOrNextTo, isEmpty, isFullSphere, maxLatitude, maxLongitude, minLatitude, minLongitude, set, set, setEmpty, setFullSphere, toString, translate, union, union, union, union
-
-
-
-
Method Detail
-
fromDegrees
public static MercatorSector fromDegrees(double minLatPercent, double maxLatPercent, double minLongitude, double maxLongitude)
-
-