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.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
Checks whether this feature is a member of the given Relation, or a node in the given Way.default Features
Features.connectedTo
(Feature f) Returns all features that have at least one common node with the given `Feature`.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
Deprecated.default Features
static Filter
Deprecated.static Filter
Deprecated.default Features
default Features
static Filter
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 another `Feature`.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
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
Deprecated.default Features
default Features
static Filter
Deprecated. -
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