|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjwo.landserf.structure.VectorObject
Stores single vector objects (points, lines or areas) for older versions of LandSerf files. This cut down version (in comparison with version 1.8 and below) is maintained for backward compatibility only.
Field Summary | |
static int |
AREA
Deprecated. Area vector type. |
static int |
FLOW
Deprecated. Flow vector type. |
static int |
LINE
Deprecated. Line vector type. |
static int |
POINT
Deprecated. Point vector type. |
static int |
TIN
Deprecated. Triangulated Irregular Network vector type. |
Constructor Summary | |
VectorObject()
Deprecated. |
Method Summary | |
float |
getAttribute()
Deprecated. Reports the attribute of the vector object. |
int |
getType()
Deprecated. Reports the type of vector object (POINT, LINE etc.). |
float[] |
getX()
Deprecated. Returns the array of X coordinates making up the vector object. |
float[] |
getY()
Deprecated. Returns the array of Y coordinates making up the vector object. |
float[] |
getZ()
Deprecated. Returns the array of Z coordinates making up the vector object. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int POINT
public static final int LINE
public static final int AREA
public static final int FLOW
public static final int TIN
Constructor Detail |
public VectorObject()
Method Detail |
public float[] getX()
public float[] getY()
public float[] getZ()
public int getType()
public float getAttribute()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |