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 TypeInterfaceDescriptioninterfaceA collection of features.Subinterfaces of Feature in com.geodesk.featureModifier and TypeInterfaceDescriptioninterfaceAFeaturethat represents a single point.interfaceAFeaturethat represents a grouping of related features or a complex polygon.interfaceAFeaturethat 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 booleanChecks whether the given feature should be included in the query results.booleanChecks whether this feature is a member of the given Relation, or a node in the given Way.static FilterFilters.connectedTo(Feature f) Creates a `Filter` that accept features that have at least one common node with the given `Feature`.static Filterstatic FilterFilters.intersects(Feature f) static FilterFilters.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