Uses of Interface
com.geodesk.feature.Feature
Packages that use Feature
-
Uses of Feature in com.geodesk.core
Methods in com.geodesk.core with parameters of type Feature -
Uses of Feature in com.geodesk.feature
Classes in com.geodesk.feature with type parameters of type FeatureModifier and TypeInterfaceDescriptioninterface
A collection of features.Subinterfaces of Feature in com.geodesk.featureModifier and TypeInterfaceDescriptioninterface
AFeature
that represents a single point.interface
AFeature
that represents a grouping of related features or a complex polygon.interface
AFeature
that represents a linestring, linear ring, or a simple polygon.Methods in com.geodesk.feature that return FeatureMethods in com.geodesk.feature with parameters of type FeatureModifier and TypeMethodDescriptiondefault boolean
Checks whether the given feature should be included in the query results.boolean
Checks whether this feature is a member of the given Relation, or a node in the given Way.static Filter
Filters.connectedTo
(Feature f) Creates a `Filter` that accept features that have at least one common node with the given `Feature`.static Filter
static Filter
Filters.intersects
(Feature f) static Filter
Filters.maxMetersFrom
(double distance, Feature feature) Creates a `Filter` that accept features that lie within a given distance from another `Feature`.Returns a sub-view that contains only the features that are nodes of the given way, or members of the given relation.default T[]
Returns a sub-view that contains only the features that are parent elements of the given feature (ways and/or relations).static Filter
-
Uses of Feature in com.geodesk.util
Methods in com.geodesk.util with parameters of type FeatureModifier and TypeMethodDescriptionAdds a marker for the given feature.Method parameters in com.geodesk.util with type arguments of type Feature