Class LegacyFeatureType

Object
LegacyFeatureType
All Implemented Interfaces:
Char­Sequence, Attribute­Type, Feature­Type

@Deprecated public final class LegacyFeatureType extends Object implements FeatureType, AttributeType, CharSequence
Deprecated.
To be removed after migration to GeoAPI 4.0.
Bridges between deprecated Feature­Type / Attribute­Type and Char­Sequence. Feature­Type and Attribute­Type were used in ISO 19115:2003, but have been replaced by Char­Sequence in ISO 19115:2014. The corresponding GeoAPI 3.0 interfaces are empty since they were placeholder for future work. We use this Legacy­Feature­Type as a temporary bridge, to be removed with GeoAPI 4.0.
Since:
1.0
  • Constructor Details

    • LegacyFeatureType

      public LegacyFeatureType(CharSequence value)
      Deprecated.
      Creates a new type for the given value, which must be non-null.
      Parameters:
      value - the text to wrap in a legacy feature type.
  • Method Details