public class ShapeExtruded extends Shape
nativeHandle| Constructor and Description |
|---|
ShapeExtruded()
Construct an empty sphere.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
void |
finalize() |
double |
getScale()
Amount to scale the outline coordinates by before creating geometry.
|
void |
setHeight(double height)
The height of the shape's center above the globe.
|
void |
setLoc(Point2d loc)
Center of the extruded shape in geographic.
|
void |
setOutline(Point2d[] pts)
The outline in 2D that makes up the extrusion.
|
void |
setScale(double scale)
Amount to scale the outline coordinates by before creating geometry.
|
void |
setThickness(double thick)
Thickness of the extruded shape.
|
void |
setTransform(Matrix4d mat)
If set, a matrix that can be used to place the feature.
|
getSelectID, isSelectable, setClipCoords, setColor, setColor, setSelectable, setSelectIDpublic ShapeExtruded()
public void finalize()
finalize in class java.lang.Objectpublic void setLoc(Point2d loc)
public void setHeight(double height)
public void setOutline(Point2d[] pts)
public void setScale(double scale)
public double getScale()
public void setThickness(double thick)
public void setTransform(Matrix4d mat)