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.vpf
Methods in org.geotools.data.vpf that return VPFFile Modifier and Type Method Description VPFFile
VPFFeatureReader. getVPFFile(AttributeDescriptor column)
Returns the VPFFile for a particular column.VPFFile
VPFFeatureReader. 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.file
Methods in org.geotools.data.vpf.file that return VPFFile Modifier and Type Method Description VPFFile
VPFFileFactory. getFile(String pathName)
VPFFile
VPFFileStore. 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)
-