GeoSoft API

Uses of Class
no.geosoft.cc.geometry.Region

Uses of Region in no.geosoft.cc.geometry
 

Methods in no.geosoft.cc.geometry that return Region
static Region Region.union(Region r1, Region r2)
          Create a new region as the union between two specified regions.
static Region Region.union(Region region, Rect rectangle)
          Create a new region as the union between a region and a rectangle.
static Region Region.intersect(Region r1, Region r2)
          Create a new region as the intersection between two specified regions.
static Region Region.intersect(Region region, Rect rectangle)
          Create a new region as the intersection between a region and a rectangle.
static Region Region.subtract(Region r1, Region r2)
          Create a new region as the subtraction of one region from another.
static Region Region.subtract(Region region, Rect rectangle)
          Create a new region as the subtraction of a rectangle from a region.
static Region Region.xor(Region r1, Region r2)
          Do an exlusive-or operation between two regions and return the result.
static Region Region.xor(Region region, Rect rectangle)
          Do an exlusive-or operation between a regions and a rectangle and return the result.
 

Methods in no.geosoft.cc.geometry with parameters of type Region
 void Region.set(Region region)
          Set the content of this region according to the specified region.
 boolean Region.isIntersecting(Region region)
          Return true if the specified region intersect this region.
 void Region.union(Region region)
          Union this region with the specified region.
static Region Region.union(Region r1, Region r2)
          Create a new region as the union between two specified regions.
static Region Region.union(Region region, Rect rectangle)
          Create a new region as the union between a region and a rectangle.
 void Region.intersect(Region region)
          Leave this region as the intersection between this region and the specified region.
static Region Region.intersect(Region r1, Region r2)
          Create a new region as the intersection between two specified regions.
static Region Region.intersect(Region region, Rect rectangle)
          Create a new region as the intersection between a region and a rectangle.
 void Region.subtract(Region region)
          Subtract the specified region from this region.
static Region Region.subtract(Region r1, Region r2)
          Create a new region as the subtraction of one region from another.
static Region Region.subtract(Region region, Rect rectangle)
          Create a new region as the subtraction of a rectangle from a region.
 void Region.xor(Region region)
          Leave the exclusive-or between this and the specified region in this region.
static Region Region.xor(Region r1, Region r2)
          Do an exlusive-or operation between two regions and return the result.
static Region Region.xor(Region region, Rect rectangle)
          Do an exlusive-or operation between a regions and a rectangle and return the result.
 

Constructors in no.geosoft.cc.geometry with parameters of type Region
Region(Region region)
          Create a region as a copy of the specified region.
 


GeoSoft API

Copyright © 2004 - Geotechnical Software Services     geosoft.no