Package com.geodesk.feature


package com.geodesk.feature
  • Class
    Description
    A geographic feature.
     
    Methods for creating IDs that are unique across feature types.
    A Geographic Object Library containing features.
    Features<T extends Feature>
    A collection of features.
    An enum representing the three feature types: NODE, WAY and RELATION.
    An interface for classes that select the features to be returned by a query.
     
    A Feature that represents a single point.
    A Feature that represents a grouping of related features or a complex polygon.
    A Consumable that can be used to iterate a feature's tags.
    A Feature that represents a linestring, linear ring, or a simple polygon.