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, setTypeint size()
int[] toIntArray()
float[] toFloatArray()
String[] toStringArray()
Copyright © 2006–2022 The Apache Software Foundation. All rights reserved.