Uses of Class
org.geotools.data.vpf.io.RowField
- 
Packages that use RowField Package Description org.geotools.data.vpf.io org.geotools.data.vpf.util 
- 
- 
Uses of RowField in org.geotools.data.vpf.ioMethods in org.geotools.data.vpf.io that return RowField Modifier and Type Method Description RowFieldTableRow. get(int idx)Describegetmethod here.RowFieldTableRow. get(String name)Describegetmethod here.Constructors in org.geotools.data.vpf.io with parameters of type RowField Constructor Description TableRow(RowField[] fieldsArr, Map<String,RowField> fieldsMap)Creates a newTableRowinstance.Constructor parameters in org.geotools.data.vpf.io with type arguments of type RowField Constructor Description TableRow(RowField[] fieldsArr, Map<String,RowField> fieldsMap)Creates a newTableRowinstance.
- 
Uses of RowField in org.geotools.data.vpf.utilMethods in org.geotools.data.vpf.util that return types with arguments of type RowField Modifier and Type Method Description protected HashMap<String,RowField>PrimitiveDataFactory. readFeature(TableRow line, SimpleFeatureType type)
 
-