Package org.geotools.data.vpf.ifc
Interface FCode
- 
 public interface FCodeDefines constants related to FACC Code processing.- Author:
- John Meagher
 
- 
- 
Field SummaryFields Modifier and Type Field Description static String[]ALLOWED_FCODE_ATTRIBUTESArray of attributes the FACC Code information is allowed to be stored under.static List<String>ALLOWED_FCODE_ATTRIBUTES_LISTThe ALLOWED_FCODE_ATTRIBUTES array in list form.
 
- 
- 
- 
Field Detail- 
ALLOWED_FCODE_ATTRIBUTESstatic final String[] 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_LISTstatic final List<String> ALLOWED_FCODE_ATTRIBUTES_LIST The ALLOWED_FCODE_ATTRIBUTES array in list form.- See Also:
- ALLOWED_FCODE_ATTRIBUTES
 
 
- 
 
-