Class FeatureIdentifier


  • public class FeatureIdentifier
    extends Object
    Identifies a single feature.

    Features are identified by a URI as defined in FeaturePath. Additionally the scheme specific part must end with .feature

    See Also:
    FeatureWithLines
    • Method Detail

      • parse

        public static URI parse​(String featureIdentifier)
      • parse

        public static URI parse​(URI featureIdentifier)
      • isFeature

        public static boolean isFeature​(URI featureIdentifier)
      • isFeature

        public static boolean isFeature​(Path path)