public interface PrimitiveArrayFS extends FeatureStructure
Modifier and Type | Method and Description |
---|---|
int |
size()
Get the size of this array.
|
float[] |
toFloatArray()
Gets this value as an float array.
|
int[] |
toIntArray()
Gets this value as an integer array.
|
String[] |
toStringArray()
Gets this value as an string array.
|
getFeatureNames, getFeatureValue, getId, getIndexed, getType, isIndexed, setFeatureValue, setId, setIndexed, setIndexed, setType
int size()
int[] toIntArray()
float[] toFloatArray()
String[] toStringArray()
Copyright © 2006–2017 The Apache Software Foundation. All rights reserved.