GeoSoft API

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

Uses of Rect in no.geosoft.cc.geometry
 

Methods in no.geosoft.cc.geometry that return Rect
 Rect Region.getExtent()
          Return the extent of the region.
 

Methods in no.geosoft.cc.geometry with parameters of type Rect
 boolean Box.isOverlapping(Rect rectangle)
          Return true if this box overlaps the specified rectangle.
 void Rect.copy(Rect rectangle)
          Copy the specified rectangle.
 void Region.set(Rect rectangle)
          Set the content of this region according to the specified rectangle.
 boolean Region.isIntersecting(Rect rectangle)
          Return true if the specified rectangle intersect this region.
 boolean Region.isInside(Rect rectangle)
          Return true if the specified rectangle is inside this region.
 boolean Region.isInsideOf(Rect rectangle)
          Return true if this region is inside of the specified rectangle.
 void Region.union(Rect rectangle)
          Union this region with the specified rectangle.
static Region Region.union(Region region, Rect rectangle)
          Create a new region as the union between a region and a rectangle.
 void Region.intersect(Rect rectangle)
          Leave this region as the intersection between this region and the specified rectangle.
static Region Region.intersect(Region region, Rect rectangle)
          Create a new region as the intersection between a region and a rectangle.
 void Region.subtract(Rect rectangle)
          Subtract the specified rectangle from this region.
static Region Region.subtract(Region region, Rect rectangle)
          Create a new region as the subtraction of a rectangle from a region.
 void Region.xor(Rect rectangle)
          Leave the exclusive-or between this and the specified rectangle in this region.
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 Rect
Box(Rect rectangle)
          Create a new box based on the specified rectangle.
Rect(Rect rectangle)
          Create a rectangle as a copy of the specified rectangle.
Region(Rect rectangle)
          Create a region constituting of a single rectangle as specified.
 


GeoSoft API

Copyright © 2004 - Geotechnical Software Services     geosoft.no