Uses of Class
org.geotools.data.vpf.VPFColumn
-
Packages that use VPFColumn Package Description org.geotools.data.vpf org.geotools.data.vpf.file -
-
Uses of VPFColumn in org.geotools.data.vpf
Methods in org.geotools.data.vpf that return VPFColumn Modifier and Type Method Description static VPFColumn
VPFColumn. toVPFColumn(AttributeDescriptor descriptor)
Methods in org.geotools.data.vpf with parameters of type VPFColumn Modifier and Type Method Description VPFFile
VPFFeatureReader. getVPFFile(VPFColumn column)
Returns the VPFFile for a particular column. -
Uses of VPFColumn in org.geotools.data.vpf.file
Methods in org.geotools.data.vpf.file that return VPFColumn Modifier and Type Method Description VPFColumn
VPFFile. getColumn(int index)
VPFColumn
VPFFile. getColumn(String name)
-