EMPTY_SECTOR, FULL_SPHERE
Constructor and Description |
---|
MercatorSector(double minLatPercent,
double maxLatPercent,
Angle minLongitude,
Angle maxLongitude) |
Modifier and Type | Method and Description |
---|---|
static MercatorSector |
fromDegrees(double minLatPercent,
double maxLatPercent,
double minLongitude,
double maxLongitude) |
static MercatorSector |
fromSector(Sector sector) |
double |
getMaxLatPercent() |
double |
getMinLatPercent() |
static Angle |
gudermannian(double percent) |
static double |
gudermannianInverse(Angle latitude) |
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
public static MercatorSector fromDegrees(double minLatPercent, double maxLatPercent, double minLongitude, double maxLongitude)
public static MercatorSector fromSector(Sector sector)
public double getMaxLatPercent()
public double getMinLatPercent()
public static Angle gudermannian(double percent)
public static double gudermannianInverse(Angle latitude)