Uses of Class
org.geotools.jdbc.VirtualTableParameter
-
Packages that use VirtualTableParameter Package Description org.geotools.jdbc -
-
Uses of VirtualTableParameter in org.geotools.jdbc
Methods in org.geotools.jdbc that return VirtualTableParameter Modifier and Type Method Description VirtualTableParameter
VirtualTable. getParameter(String name)
Returns the requested parameter, or null if it could not be foundMethods in org.geotools.jdbc with parameters of type VirtualTableParameter Modifier and Type Method Description void
VirtualTable. addParameter(VirtualTableParameter param)
Adds a parameter to the virtual table
-