Uses of Interface
com.geodesk.feature.Feature
-
Uses of Feature in com.geodesk.feature
Modifier 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.Modifier and TypeMethodDescriptiondefault Feature
Features.first()
Returns the first feature in the collection.default Feature[]
Modifier and TypeMethodDescriptionFeatures.toList()
Creates aList
containing all features in this collection.Modifier 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
-
Uses of Feature in com.geodesk.util
Modifier and TypeMethodDescriptionAdds a marker for the given feature.GeometryBuilder.createLineString
(Feature way)