Uses of Class
org.geotools.data.vpf.io.TableColumnDef
Packages that use TableColumnDef
-
Uses of TableColumnDef in org.geotools.data.vpf.io
Methods in org.geotools.data.vpf.io that return types with arguments of type TableColumnDefModifier and TypeMethodDescriptionTableHeader.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 TableColumnDefModifierConstructorDescriptionTableHeader(int length, char byteOrder, String description, String narrativeTable, List<TableColumnDef> columnDefs) Creates a newTableHeaderinstance.