c

geotrellis.geotools

withSimpleFeatureMethods

implicit class withSimpleFeatureMethods extends MethodExtensions[SimpleFeature] with SimpleFeatureToFeatureMethods with SimpleFeatureToGeometryMethods

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withSimpleFeatureMethods
  2. SimpleFeatureToGeometryMethods
  3. SimpleFeatureToFeatureMethods
  4. MethodExtensions
  5. Serializable
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withSimpleFeatureMethods(self: SimpleFeature)

Value Members

  1. val self: SimpleFeature
  2. def toFeature[G <: Geometry, T]()(implicit arg0: ClassTag[G], transmute: (Map[String, Any]) ⇒ T): Feature[G, T]
  3. def toFeature[G <: Geometry]()(implicit arg0: ClassTag[G]): Feature[G, Map[String, AnyRef]]
  4. def toGeometry[G <: Geometry]()(implicit arg0: ClassTag[G]): G