public class GeometryRawPoints
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
GeometryRawPoints.Type |
Constructor and Description |
---|
GeometryRawPoints() |
Modifier and Type | Method and Description |
---|---|
int |
addAttribute(java.lang.String name,
GeometryRawPoints.Type type) |
int |
addAttributeNative(java.lang.String name,
int type) |
void |
addFloatValues(java.lang.String name,
float[] floatVals)
Add a whole array of float values for the given attribute.
|
void |
addIntValues(java.lang.String name,
int[] intVals)
Add a whole array of integer values for the given attribute.
|
void |
addPoint2fValues(java.lang.String name,
float[] pt2fVals)
Add a whole array of 2D float values for the given attribute.
|
void |
addPoint3dValues(java.lang.String name,
double[] pt3dVals)
Add a whole array of 3D double values for the given attribute.
|
void |
addPoint3fValues(java.lang.String name,
float[] pt3fVals)
Add a whole array of 3D float values for the given attribute.
|
void |
addPoint4fValues(java.lang.String name,
float[] pt4fVals)
Add a whole array of 4D float values for the given attribute.
|
void |
finalize() |
boolean |
valid()
Returns true if the points object is valid.
|
public boolean valid()
public void addIntValues(java.lang.String name, int[] intVals)
public void addFloatValues(java.lang.String name, float[] floatVals)
public void addPoint2fValues(java.lang.String name, float[] pt2fVals)
public void addPoint3fValues(java.lang.String name, float[] pt3fVals)
public void addPoint3dValues(java.lang.String name, double[] pt3dVals)
public void addPoint4fValues(java.lang.String name, float[] pt4fVals)
public int addAttributeNative(java.lang.String name, int type)
public int addAttribute(java.lang.String name, GeometryRawPoints.Type type)
name
- type
- public void finalize()
finalize
in class java.lang.Object