Uses of Interface
com.geodesk.feature.Features
Packages that use Features
-
Uses of Features in com.geodesk.feature
Classes in com.geodesk.feature that implement FeaturesModifier and TypeClassDescriptionclass
A Geographic Object Library containing features.Methods in com.geodesk.feature that return FeaturesModifier and TypeMethodDescriptiondefault Features
Features.connectedTo
(Feature f) Returns all features that have at least one common node with the givenFeature
.default Features
Features.connectedTo
(Geometry geom) Returns all features that have at least one common vertex with the givenGeometry
.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 givenGeometry
.default Features
Features.containing
(PreparedGeometry prepared) Returns all features that contain the givenPreparedGeometry
.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 anotherFeature
.default Features
Features.maxMetersFrom
(double distance, Geometry geom) Returns all features that lie within a given distance from aGeometry
.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 thisRelation
.default Features
Returns the members of thisRelation
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 andother
.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) Methods in com.geodesk.feature with parameters of type Features