Package org.geotools.data.vpf.ifc
Interface FCode
public interface FCode
Defines constants related to FACC Code processing.
- Author:
- John Meagher
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]
Array of attributes the FACC Code information is allowed to be stored under.The ALLOWED_FCODE_ATTRIBUTES array in list form.
-
Field Details
-
ALLOWED_FCODE_ATTRIBUTES
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. -
ALLOWED_FCODE_ATTRIBUTES_LIST
The ALLOWED_FCODE_ATTRIBUTES array in list form.- See Also:
-