Class FeatureInfo


  • public class FeatureInfo
    extends Object
    Describes multiple feature element values for a specific feature type. Instances of this class are not modifiable after being constructed.
    • Constructor Detail

      • FeatureInfo

        public FeatureInfo​(String featureTypeCode,
                           FeatureElementInfo... elementInfos)
        Constructs with the feature type code and zero or more FeatureElementInfo instances.
        Parameters:
        featureTypeCode - The feature type code for the feature.
        elementInfos - The array of FeatureElementInfo instances describing each of the feature elements.
    • Method Detail

      • getFeatureTypeCode

        public String getFeatureTypeCode()
        Gets the associated feature type code for the feature values.
        Returns:
        The feature type code for the feature values.