Uses of Class
org.apache.commons.math3.geometry.partitioning.AbstractRegion

Packages that use AbstractRegion
org.apache.commons.math3.geometry.euclidean.oned This package provides basic 1D geometry components. 
org.apache.commons.math3.geometry.euclidean.threed This package provides basic 3D geometry components. 
org.apache.commons.math3.geometry.euclidean.twod This package provides basic 2D geometry components. 
org.apache.commons.math3.geometry.partitioning This package provides classes to implement Binary Space Partition trees. 
 

Uses of AbstractRegion in org.apache.commons.math3.geometry.euclidean.oned
 

Subclasses of AbstractRegion in org.apache.commons.math3.geometry.euclidean.oned
 class IntervalsSet
          This class represents a 1D region: a set of intervals.
 

Uses of AbstractRegion in org.apache.commons.math3.geometry.euclidean.threed
 

Subclasses of AbstractRegion in org.apache.commons.math3.geometry.euclidean.threed
 class PolyhedronsSet
          This class represents a 3D region: a set of polyhedrons.
 

Uses of AbstractRegion in org.apache.commons.math3.geometry.euclidean.twod
 

Subclasses of AbstractRegion in org.apache.commons.math3.geometry.euclidean.twod
 class PolygonsSet
          This class represents a 2D region: a set of polygons.
 

Uses of AbstractRegion in org.apache.commons.math3.geometry.partitioning
 

Methods in org.apache.commons.math3.geometry.partitioning that return AbstractRegion
 AbstractRegion<S,T> AbstractRegion.applyTransform(Transform<S,T> transform)
          Transform a region.
abstract  AbstractRegion<S,T> AbstractRegion.buildNew(BSPTree<S> newTree)
          Build a region using the instance as a prototype.
 AbstractRegion<S,T> AbstractRegion.copySelf()
          Copy the instance.
 



Copyright © 2017 CNES. All Rights Reserved.