Uses of Interface
com.geodesk.feature.Feature
Packages that use Feature
-
Uses of Feature in com.geodesk.feature
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 FeatureModifier and TypeMethodDescriptiondefault FeatureFeatures.first()Returns the first feature in the collection.default Feature[]Methods in com.geodesk.feature that return types with arguments of type FeatureModifier and TypeMethodDescriptionFeatures.toList()Creates aListcontaining all features in this collection.Methods in com.geodesk.feature with parameters of type FeatureModifier and TypeMethodDescriptiondefault booleanChecks whether the given feature should be included in the query results.default 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.default FeaturesFeatures.connectedTo(Feature f) Returns all features that have at least one common node with the given `Feature`.static FilterFilters.connectedTo(Feature f) Deprecated.Creates a `Filter` that accept features that have at least one common node with the given `Feature`.default FeaturesFeatures.containing(Feature feature) Returns all features that contain the given feature.static FilterDeprecated.default Featuresstatic FilterDeprecated.static FilterDeprecated.default Featuresdefault Featuresstatic FilterDeprecated.default FeaturesFeatures.intersecting(Feature feature) static FilterFilters.intersects(Feature feature) Deprecated.default FeaturesFeatures.maxMetersFrom(double distance, Feature feature) Returns all features that lie within a given distance from another `Feature`.static FilterFilters.maxMetersFrom(double distance, Feature feature) Deprecated.Creates a `Filter` that accept features that lie within a given distance from another `Feature`.default FeaturesReturns the features that are nodes of the given way, or members of the given relation.default FeaturesReturns a sub-view that contains only the features that are nodes of the given way.default FeaturesFeatures.overlapping(Feature feature) static FilterDeprecated.default FeaturesReturns the features that are parent elements of the given feature (ways and/or relations).static FilterFilters.slowCrosses(Feature f) Deprecated.static FilterFilters.slowIntersects(Feature f) Deprecated.static FilterFilters.slowWithin(Feature f) Deprecated.default Feature[]static FilterDeprecated.default Featuresdefault Featuresstatic FilterDeprecated. -
Uses of Feature in com.geodesk.geom
Methods in com.geodesk.geom with parameters of type Feature -
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.GeometryBuilder.createLineString(Feature way) Method parameters in com.geodesk.util with type arguments of type Feature