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.io
Methods in org.geotools.data.vpf.io that return RowField Modifier and Type Method Description RowField
TableRow. get(int idx)
Describeget
method here.RowField
TableRow. get(String name)
Describeget
method here.Constructors in org.geotools.data.vpf.io with parameters of type RowField Constructor Description TableRow(RowField[] fieldsArr, Map<String,RowField> fieldsMap)
Creates a newTableRow
instance.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 newTableRow
instance. -
Uses of RowField in org.geotools.data.vpf.util
Methods 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)
-