Interface EmptyFeature

  • All Superinterfaces:
    Feature

    public interface EmptyFeature
    extends Feature
    This is a marker interface to specify that a feature class has not been set. This is useful at places where one must specify a class and cannot use null (e.g., annotations).
    Since:
    2.0.0
    Author:
    Nils Christian Ehmke <[email protected]>