程序包 wcontour.global

类 Extent


  • public class Extent
    extends java.lang.Object
    Extent class
    作者:
    Yaqiang Wang
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      double xMax  
      double xMin  
      double yMax  
      double yMin  
    • 构造器概要

      构造器 
      构造器 说明
      Extent()
      Constructor
      Extent​(double minX, double maxX, double minY, double maxY)
      Constructor
    • 方法概要

      所有方法 实例方法 具体方法 
      修饰符和类型 方法 说明
      boolean Include​(Extent bExtent)
      Judge if this extent include another extent
      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • xMin

        public double xMin
      • yMin

        public double yMin
      • xMax

        public double xMax
      • yMax

        public double yMax
    • 构造器详细资料

      • Extent

        public Extent()
        Constructor
      • Extent

        public Extent​(double minX,
                      double maxX,
                      double minY,
                      double maxY)
        Constructor
        参数:
        minX - Minimum x
        maxX - Maximum x
        minY - Minimum y
        maxY - Maximum y
    • 方法详细资料

      • Include

        public boolean Include​(Extent bExtent)
        Judge if this extent include another extent
        参数:
        bExtent - The extent
        返回:
        Is included or not