类 SphericalPolygonsSetTest

java.lang.Object
org.hipparchus.geometry.spherical.twod.SphericalPolygonsSetTest

public class SphericalPolygonsSetTest extends Object
  • 构造器详细资料

    • SphericalPolygonsSetTest

      public SphericalPolygonsSetTest()
  • 方法详细资料

    • testFullSphere

      public void testFullSphere()
    • testEmpty

      public void testEmpty()
    • testSouthHemisphere

      public void testSouthHemisphere()
    • testPositiveOctantByIntersection

      public void testPositiveOctantByIntersection()
    • testPositiveOctantByVertices

      public void testPositiveOctantByVertices()
    • testNonConvex

      public void testNonConvex()
    • testModeratlyComplexShape

      public void testModeratlyComplexShape()
    • testSeveralParts

      public void testSeveralParts()
    • testPartWithHole

      public void testPartWithHole()
    • testConcentricSubParts

      public void testConcentricSubParts()
    • testGeographicalMap

      public void testGeographicalMap()
    • testZigZagBoundary

      public void testZigZagBoundary()
    • testGitHubIssue41

      public void testGitHubIssue41()
    • testGitHubIssue42A

      public void testGitHubIssue42A()
    • testGitHubIssue42B

      public void testGitHubIssue42B()
    • testZigZagBoundaryOversampledIssue46

      public void testZigZagBoundaryOversampledIssue46()
    • testPositiveOctantByVerticesDetailIssue46

      public void testPositiveOctantByVerticesDetailIssue46()
    • testConstructingFromFewPointsIssue46

      public void testConstructingFromFewPointsIssue46()
      检查从圆上的0、1、2、3个点构造区域是否有效。
    • testDefensiveProgrammingCheck

      public void testDefensiveProgrammingCheck()
    • TestIntersectionOrder

      public void TestIntersectionOrder()
      测试Hipparchus的RegionFactory.intersection(Region, Region)方法。