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.Subinterfaces with type arguments of type Feature in com.geodesk.featureModifier and TypeInterfaceDescriptioninterfaceA geographic feature.interfaceA collection of features.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.booleandefault FeaturesFeatures.connectedTo(Feature f) Returns all features that have at least one common node with the givenFeature.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 FilterFilters.contains(Feature feature) Deprecated.default Featuresstatic FilterFilters.coveredBy(Feature feature) Deprecated.static FilterFilters.crosses(Feature feature) Deprecated.default Featuresdefault Featuresstatic FilterFilters.disjoint(Feature feature) Deprecated.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 anotherFeature.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 FilterFilters.overlaps(Feature feature) Deprecated.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 FilterFilters.touches(Feature feature) Deprecated.default Featuresdefault Featuresstatic FilterFilters.within(Feature feature) Deprecated.Method parameters in com.geodesk.feature with type arguments of type FeatureModifier and TypeMethodDescriptiondefault voidFeatures.addTo(Collection<Feature> collection) Adds all features in this collection to the given collection. -
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 FeatureMethod parameters in com.geodesk.util with type arguments of type Feature