Uses of Class
org.tinfour.contour.ContourRegion
-
Packages that use ContourRegion Package Description org.tinfour.contour Provides classes in support of contouring from Delaunay Triangulations -
-
Uses of ContourRegion in org.tinfour.contour
Methods in org.tinfour.contour that return ContourRegion Modifier and Type Method Description ContourRegionContourRegion. getParent()Gets the parent region for this region, if any.Methods in org.tinfour.contour that return types with arguments of type ContourRegion Modifier and Type Method Description List<ContourRegion>ContourRegion. getEnclosedRegions()Gets a list of regions that are enclosed by this region.List<ContourRegion>ContourBuilderForTin. getRegions()Gets a list of the contour regions (polygon features) that were built by the constructor, if any.Methods in org.tinfour.contour with parameters of type ContourRegion Modifier and Type Method Description voidContourRegion. addChild(ContourRegion region)Adds a child (nested) region to the internal list and sets the child-region's parent link.voidContourRegion. setParent(ContourRegion parent)Sets the reference to the contour region that encloses the region represented by this class.
-