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 TypeClassDescriptionclassA Geographic Object Library containing features.Methods in com.geodesk.feature that return FeaturesModifier and TypeMethodDescriptionFeatures.in(com.geodesk.geom.Bounds bbox) Returns a view of this collection that contains only features whose bounding box intersects the givenBounds.Relation.memberNodes()Returns the nodes that are members of this `Relation`.Relation.memberNodes(String q) Returns the nodes of this `Relation` that match the given query.Relation.memberRelations()Returns the relations that are members of this `Relation`.Relation.memberRelations(String q) Returns the sub-relations of this `Relation` that match the given query.Features<?>Relation.members()Returns the members of this `Relation`.Features<?>Returns the members of this `Relation` that match the given query.Relation.memberWays()Returns the ways that are members of this `Relation`.Relation.memberWays(String q) Returns the ways of this `Relation` 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.Way.nodes()Returns the way's nodes.Returns the way's nodes that match the given query.Returns a sub-view that contains only the features that are nodes of the given way, or members of the given relation.Feature.parentRelations()Returns all relations to which this Feature belongs.Node.parentWays()Returns all `Way`s to which this `Node` belongs.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.Features<?>Returns a view of this collection that only contains features matching the given query.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.Returns a sub-view that contains only the features that are parent elements of the given feature (ways and/or relations). -
Uses of Features in com.geodesk.feature.query
Classes in com.geodesk.feature.query that implement FeaturesModifier and TypeClassDescriptionclasscom.geodesk.feature.query.WorldView<T extends Feature>A Feature Collection that is materialized by running a query against a FeatureStore.