Package org.meteoinfo.chart.plot3d
Class ImageShape3D
- java.lang.Object
-
- org.meteoinfo.shape.Shape
-
- org.meteoinfo.shape.PointShape
-
- org.meteoinfo.shape.ImageShape
-
- org.meteoinfo.chart.plot3d.ImageShape3D
-
public class ImageShape3D extends ImageShape
-
-
Field Summary
-
Fields inherited from class org.meteoinfo.shape.PointShape
point
-
-
Constructor Summary
Constructors Constructor Description ImageShape3D()Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetZDir()Get z direction - x, y or zdoublegetZValue()Get fixed z valuevoidsetZDir(java.lang.String value)Set z direction - x, y or zvoidsetZValue(double value)Set fixed z value-
Methods inherited from class org.meteoinfo.shape.ImageShape
getImage, getInterpolation, getShapeType, setImage, setInterpolation, setInterpolation
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from class org.meteoinfo.shape.PointShape
clone, clone_back, getPoint, getPoints, setPoint, setPoints, toGeometry
-
Methods inherited from class org.meteoinfo.shape.Shape
addVertice, buffer, cloneValue, contains, convexHull, coveredBy, covers, crosses, difference, disjoint, equals, geometry2Shape, getExtent, getLegendIndex, getValue, intersection, intersects, isEditing, isSelected, isVisible, move, moveVertice, overlaps, reform, removeVerice, reverse, setEditing, setExtent, setLegendIndex, setSelected, setValue, setVisible, split, symDifference, toGeometry, touches, union, within
-
-
-
-
Method Detail
-
getZValue
public double getZValue()
Get fixed z value- Returns:
- Fixed z value
-
setZValue
public void setZValue(double value)
Set fixed z value- Parameters:
value- Fixed z value
-
getZDir
public java.lang.String getZDir()
Get z direction - x, y or z- Returns:
- Z direction
-
setZDir
public void setZDir(java.lang.String value)
Set z direction - x, y or z- Parameters:
value- Z direction
-
-