org.geotools.data.vpf.ifc
Interface FCode

All Known Implementing Classes:
VPFCoverage, VPFFeatureReader

public interface FCode

Defines constants related to FACC Code processing.

Version:
$Id: FCode.java 17700 2006-01-22 23:30:39Z desruisseaux $
Author:
John Meagher

Field Summary
static java.lang.String[] ALLOWED_FCODE_ATTRIBUTES
          Array of attributes the FACC Code information is allowed to be stored under.
static java.util.List ALLOWED_FCODE_ATTRIBUTES_LIST
          The ALLOWED_FCODE_ATTRIBUTES array in list form.
 

Field Detail

ALLOWED_FCODE_ATTRIBUTES

public static final java.lang.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_LIST

public static final java.util.List ALLOWED_FCODE_ATTRIBUTES_LIST
The ALLOWED_FCODE_ATTRIBUTES array in list form.

See Also:
ALLOWED_FCODE_ATTRIBUTES


Copyright © GeoTools. All Rights Reserved.