Uses of Interface
com.geodesk.feature.Features
-
Uses of Features in com.geodesk.feature
Modifier and TypeClassDescriptionclass
A Geographic Object Library containing features.Modifier and TypeMethodDescriptiondefault Features
Features.connectedTo
(Feature f) Returns all features that have at least one common node with the given `Feature`.default Features
Features.connectedTo
(Geometry geom) Returns all features that have at least one common vertex with the given `Geometry`.default Features
Features.containing
(Feature feature) Returns all features that contain the given feature.default Features
Features.containing
(Geometry geom) Returns all features that contain the given `Geometry`.default Features
Features.containing
(PreparedGeometry prepared) Returns all features that contain the given `PreparedGeometry`.default Features
Features.containingLonLat
(double lon, double lat) Returns all features that contain the given coordinate expressed at longitude and latitudedefault Features
Features.containingXY
(int x, int y) Returns all features that contain the given Mercator-projected coordinatedefault Features
default Features
default Features
Features.coveredBy
(PreparedGeometry prepared) default Features
default Features
default Features
Features.crossing
(PreparedGeometry prepared) default Features
default Features
default Features
Features.disjoint
(PreparedGeometry prepared) Returns a view of this collection that contains only features whose bounding box intersects the givenBounds
.default Features
Features.intersecting
(Feature feature) default Features
Features.intersecting
(Geometry geom) default Features
Features.intersecting
(PreparedGeometry prepared) default Features
Features.maxMetersFrom
(double distance, Feature feature) Returns all features that lie within a given distance from another `Feature`.default Features
Features.maxMetersFrom
(double distance, Geometry geom) Returns all features that lie within a given distance from a `Geometry`.default Features
Features.maxMetersFromLonLat
(double distance, double lon, double lat) Returns all features whose closest point lies within a given radius.default Features
Features.maxMetersFromXY
(double distance, int x, int y) Returns all features whose closest point lies within a given radius.default Features
Feature.members()
Returns the members of this `Relation`.default Features
Returns the members of this `Relation` that match the given query.default Features
Returns the features that are nodes of the given way, or members of the given relation.default Features
Feature.nodes()
Returns the way's nodes.default Features
Returns the way's nodes that match the given query.Features.nodes()
Returns a view of this collection that contains only nodes.Returns a view of this collection that contains only nodes matching the given query.default Features
Returns a sub-view that contains only the features that are nodes of the given way.default Features
Features.overlapping
(Feature feature) default Features
Features.overlapping
(Geometry geom) default Features
Features.overlapping
(PreparedGeometry prepared) Feature.parents()
Returns all ways and relations to which this Feature belongs.Returns all ways and relations to which this Feature belongs that match the given query.default Features
Returns the features that are parent elements of the given feature (ways and/or relations).Features.relations()
Returns a view of this collection that contains only relations.Returns a view of this collection that contains only relations matching the given query.Returns the features present in both this collection and `other`.Returns a view of this collection that only contains features matching the given query.default Features
default Features
default Features
Features.touching
(PreparedGeometry prepared) Features.ways()
Returns a view of this collection that contains only ways.Returns a view of this collection that contains only ways matching the given query.default Features
default Features
default Features
Features.within
(PreparedGeometry prepared) -
Uses of Features in com.geodesk.feature.query
Modifier and TypeClassDescriptionclass
com.geodesk.feature.query.View
class
com.geodesk.feature.query.WorldView
A Feature Collection that is materialized by running a query against a FeatureStore.