Region constructor
      
      Region()
     
    
    
Implementation
Region(
    this.regionType,
    this.addressName,
    this.region1depthName,
    this.region2depthName,
    this.region3depthName,
    this.region4depthName,
    this.code,
    double x,
    double y)
    : super(x, y);