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 VPFColumnVPFColumn. toVPFColumn(AttributeDescriptor descriptor)Methods in org.geotools.data.vpf with parameters of type VPFColumn Modifier and Type Method Description VPFFileVPFFeatureReader. 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 VPFColumnVPFFile. getColumn(int index)VPFColumnVPFFile. getColumn(String name)
-