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.default FeaturesFeatures.containing(Feature feature) Returns all features that contain the given feature.default Featuresdefault Featuresdefault Featuresdefault FeaturesFeatures.intersecting(Feature feature) default FeaturesFeatures.maxMetersFrom(double distance, Feature feature) Returns all features that lie within a given distance from anotherFeature.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) default FeaturesReturns the features that are parent elements of the given feature (ways and/or relations).default Feature[]default Featuresdefault FeaturesMethod 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