t

geotrellis.geotools

SimpleFeatureToFeatureMethods

trait SimpleFeatureToFeatureMethods extends MethodExtensions[SimpleFeature]

Linear Supertypes
MethodExtensions[SimpleFeature], Serializable, Serializable, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SimpleFeatureToFeatureMethods
  2. MethodExtensions
  3. Serializable
  4. Serializable
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def self: SimpleFeature
    Definition Classes
    MethodExtensions

Concrete Value Members

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