Uses of Enum Class
com.geodesk.feature.FeatureType
-
Uses of FeatureType in com.geodesk.feature
Modifier and TypeMethodDescriptionstatic FeatureType
Feature.type()
Returns the feature's type.static FeatureType
FeatureId.type
(long id) static FeatureType
Returns the enum constant of this class with the specified name.static FeatureType[]
FeatureType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic long
FeatureId.of
(FeatureType type, long id) static String
FeatureType.toString
(FeatureType type)