o

geotrellis.geotools

GeometryToSimpleFeature

object GeometryToSimpleFeature

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. GeometryToSimpleFeature
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. def apply(geom: Geometry, crs: Option[CRS], data: Seq[(String, Any)], featureId: String = null): SimpleFeature

    Given a Geotrellis geometry, a CRS, and a sequence of ancillary data, produce a GeoTools SimpleFeature.

    Given a Geotrellis geometry, a CRS, and a sequence of ancillary data, produce a GeoTools SimpleFeature.

    geom

    The Geotrellis geometry

    crs

    The CRS of the geometry

    data

    A sequence of (String, Any) pairs

    featureId

    A identifier for the output simple feature (null for a randomly generated id)

  2. val geometryField: String