Class Feature

java.lang.Object
org.bremersee.geojson.model.Feature
All Implemented Interfaces:
Serializable

public class Feature extends Object implements Serializable
A Feature object represents a spatially bounded thing.
Author:
Christian Bremer
See Also:
  • Constructor Details

    • Feature

      public Feature(String id, BoundingBox bbox, Geometry geometry, Object properties)
      Instantiates a new feature.
      Parameters:
      id - the id
      bbox - the bbox
      geometry - the geometry
      properties - the properties