Class MercatorSector
- java.lang.Object
-
- gov.nasa.worldwind.geom.Sector
-
- gov.nasa.worldwind.layers.mercator.MercatorSector
-
-
Field Summary
-
Fields inherited from class gov.nasa.worldwind.geom.Sector
EMPTY_SECTOR, FULL_SPHERE
-
-
Constructor Summary
Constructors Constructor Description MercatorSector(double minLatPercent, double maxLatPercent, Angle minLongitude, Angle maxLongitude)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static MercatorSectorfromDegrees(double minLatPercent, double maxLatPercent, double minLongitude, double maxLongitude)static MercatorSectorfromSector(Sector sector)doublegetMaxLatPercent()doublegetMinLatPercent()static Anglegudermannian(double percent)static doublegudermannianInverse(Angle latitude)-
Methods inherited from class gov.nasa.worldwind.geom.Sector
asDegreesArray, asList, asRadiansArray, boundingSector, boundingSector, boundingSector, boundingSector, compareTo, computeBoundingBox, computeBoundingBox, computeBoundingCylinder, computeBoundingCylinder, computeBoundingCylinderOrig, computeBoundingCylinderOrig, computeBoundingSphere, computeCenterPoint, computeCornerPoints, contains, contains, contains, containsDegrees, containsRadians, distanceTo, equals, fromDegrees, fromDegrees, fromDegreesAndClamp, fromRadians, fromUTMRectangle, getCentroid, getCorners, getDeltaLat, getDeltaLatDegrees, getDeltaLatRadians, getDeltaLon, getDeltaLonDegrees, getDeltaLonRadians, getMaxLatitude, getMaxLongitude, getMinLatitude, getMinLongitude, getSizeInBytes, hashCode, intersection, intersection, intersection, intersects, intersectsAny, intersectsInterior, intersectsSegment, isSameSector, isSector, isWithinLatLonLimits, iterator, splitBoundingSectors, splitBoundingSectors, subdivide, subdivide, toArrayDegrees, toRectangleDegrees, toString, union, union, union, union
-
-
-
-
Method Detail
-
fromDegrees
public static MercatorSector fromDegrees(double minLatPercent, double maxLatPercent, double minLongitude, double maxLongitude)
-
fromSector
public static MercatorSector fromSector(Sector sector)
-
gudermannianInverse
public static double gudermannianInverse(Angle latitude)
-
gudermannian
public static Angle gudermannian(double percent)
-
getMinLatPercent
public double getMinLatPercent()
-
getMaxLatPercent
public double getMaxLatPercent()
-
-