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 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.Subinterfaces with type arguments of type Feature in com.geodesk.featureModifier and TypeInterfaceDescriptioninterface
A geographic feature.interface
A collection of features.Methods in com.geodesk.feature that return FeatureModifier and TypeMethodDescriptiondefault Feature
Features.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 aList
containing all features in this collection.Methods in com.geodesk.feature with parameters of type FeatureModifier and TypeMethodDescriptiondefault boolean
Checks whether the given feature should be included in the query results.default boolean
Checks whether the given feature should be included in the query results.boolean
default Features
Features.connectedTo
(Feature f) Returns all features that have at least one common node with the givenFeature
.static Filter
Filters.connectedTo
(Feature f) Deprecated.Creates a `Filter` that accept features that have at least one common node with the given `Feature`.default Features
Features.containing
(Feature feature) Returns all features that contain the given feature.static Filter
Filters.contains
(Feature feature) Deprecated.default Features
static Filter
Filters.coveredBy
(Feature feature) Deprecated.static Filter
Filters.crosses
(Feature feature) Deprecated.default Features
default Features
static Filter
Filters.disjoint
(Feature feature) Deprecated.default Features
Features.intersecting
(Feature feature) static Filter
Filters.intersects
(Feature feature) Deprecated.default Features
Features.maxMetersFrom
(double distance, Feature feature) Returns all features that lie within a given distance from anotherFeature
.static Filter
Filters.maxMetersFrom
(double distance, Feature feature) Deprecated.Creates a `Filter` that accept features that lie within a given distance from another `Feature`.default Features
Returns the features that are nodes of the given way, or members of the given relation.default Features
Returns a sub-view that contains only the features that are nodes of the given way.default Features
Features.overlapping
(Feature feature) static Filter
Filters.overlaps
(Feature feature) Deprecated.default Features
Returns the features that are parent elements of the given feature (ways and/or relations).static Filter
Filters.slowCrosses
(Feature f) Deprecated.static Filter
Filters.slowIntersects
(Feature f) Deprecated.static Filter
Filters.slowWithin
(Feature f) Deprecated.default Feature[]
static Filter
Filters.touches
(Feature feature) Deprecated.default Features
default Features
static Filter
Filters.within
(Feature feature) Deprecated.Method parameters in com.geodesk.feature with type arguments of type FeatureModifier and TypeMethodDescriptiondefault void
Features.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