Uses of Class
org.geotools.data.vpf.io.TableColumnDef
-
Packages that use TableColumnDef Package Description org.geotools.data.vpf.io -
-
Uses of TableColumnDef in org.geotools.data.vpf.io
Methods in org.geotools.data.vpf.io that return types with arguments of type TableColumnDef Modifier and Type Method Description List<TableColumnDef>
TableHeader. getColumnDefs()
Gets the value of columnDefs variable keeping definitions of all columns in this table.Constructor parameters in org.geotools.data.vpf.io with type arguments of type TableColumnDef Constructor Description TableHeader(int length, char byteOrder, String description, String narrativeTable, List<TableColumnDef> columnDefs)
Creates a newTableHeader
instance.
-