| org.geotools.data.vpf.ifc.FCode
All known Subclasses: org.geotools.data.vpf.VPFFeatureReader, org.geotools.data.vpf.VPFCoverage,
FCode | public interface FCode (Code) | | Defines constants related to FACC Code processing.
author: John Meagher version: $Id: FCode.java 20876 2006-08-07 12:51:29Z jgarnett $ |
ALLOWED_FCODE_ATTRIBUTES | final public static String[] ALLOWED_FCODE_ATTRIBUTES(Code) | | Array of attributes the FACC Code information is allowed to be stored under.
The default allowed attribute names are "f_code" and "facc". This can be
be overridden using the system property "gt.vpf.allowedFCodeAttributes"
with a comma separated list of the desired values.
|
|
|