Uses of Class
org.meteoinfo.global.Extent3D
-
Packages that use Extent3D Package Description org.meteoinfo.chart.plot org.meteoinfo.global -
-
Uses of Extent3D in org.meteoinfo.chart.plot
Methods in org.meteoinfo.chart.plot that return Extent3D Modifier and Type Method Description Extent3DPlot3D. getExtent()Get extentMethods in org.meteoinfo.chart.plot with parameters of type Extent3D Modifier and Type Method Description voidPlot3D. setExtent(Extent3D value)Set extent -
Uses of Extent3D in org.meteoinfo.global
Methods in org.meteoinfo.global that return Extent3D Modifier and Type Method Description Extent3DExtent3D. extend(double ratio)Extends extent by ratioExtent3DExtent3D. extend(double dx, double dy, double dz)Extends extentExtent3DExtent. to3D()Convert to Extent3DExtent3DExtent3D. union(Extent3D ex)Return union extentMethods in org.meteoinfo.global with parameters of type Extent3D Modifier and Type Method Description Extent3DExtent3D. union(Extent3D ex)Return union extent
-