Uses of Class
org.geotools.data.vpf.file.VPFFile
- 
Packages that use VPFFile Package Description org.geotools.data.vpf org.geotools.data.vpf.file 
- 
- 
Uses of VPFFile in org.geotools.data.vpfMethods in org.geotools.data.vpf that return VPFFile Modifier and Type Method Description VPFFileVPFFeatureReader. getVPFFile(AttributeDescriptor column)Returns the VPFFile for a particular column.VPFFileVPFFeatureReader. getVPFFile(VPFColumn column)Returns the VPFFile for a particular column.Methods in org.geotools.data.vpf that return types with arguments of type VPFFile Modifier and Type Method Description List<VPFFile>VPFFeatureClass. getFileList()Returns a list of file objects
- 
Uses of VPFFile in org.geotools.data.vpf.fileMethods in org.geotools.data.vpf.file that return VPFFile Modifier and Type Method Description VPFFileVPFFileFactory. getFile(String pathName)VPFFileVPFFileStore. getFile(String pathName)Constructors in org.geotools.data.vpf.file with parameters of type VPFFile Constructor Description VPFFileFeatureReader(ContentState contentState, VPFFile file)VPFFileFeatureReader(VPFFile file)
 
-