|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjwo.landserf.structure.FeatureAxis
Class for storing a feature axis. It consists of two (x,y,z) pairs defining the axis bounds and an index representing its ridge, planar, or channel property.
Constructor Summary | |
FeatureAxis(float x1,
float y1,
float z1,
float x2,
float y2,
float z2,
int type)
Creates a bounded feature axis. |
Method Summary | |
float[] |
getEndPoints()
Reports the coordinates of the ends of the axis. |
int |
getType()
Reports the type of linear feature represented by the axis. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FeatureAxis(float x1, float y1, float z1, float x2, float y2, float z2, int type)
x1
- x coordinate of end 1 of axis.y1
- y coordinate of end 1 of axis.z1
- z coordinate of end 1 of axis.x2
- x coordinate of end 2 of axis.y2
- y coordinate of end 2 of axis.z2
- z coordinate of end 2 of axis.type
- Type of feature axis (RIDGE,PLANAR or CHANNEL).SurfParam.RIDGE
,
SurfParam.PLANAR
,
SurfParam.CHANNEL
Method Detail |
public int getType()
public float[] getEndPoints()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |