Uses of Enum Class
com.geodesk.feature.FeatureType
Packages that use FeatureType
-
Uses of FeatureType in com.geodesk.feature
Subclasses with type arguments of type FeatureType in com.geodesk.featureModifier and TypeClassDescriptionenum
An enum representing the three feature types:NODE
,WAY
andRELATION
.Methods in com.geodesk.feature that return FeatureTypeModifier 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.Methods in com.geodesk.feature with parameters of type FeatureTypeModifier and TypeMethodDescriptionstatic long
FeatureId.of
(FeatureType type, long id) static String
FeatureType.toString
(FeatureType type)