c

geotrellis.geotools

withGeometryToSimpleFeatureMethods

implicit class withGeometryToSimpleFeatureMethods[G <: Geometry] extends MethodExtensions[G] with GeometryToSimpleFeatureMethods[G]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. withGeometryToSimpleFeatureMethods
  2. GeometryToSimpleFeatureMethods
  3. MethodExtensions
  4. Serializable
  5. Serializable
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new withGeometryToSimpleFeatureMethods(self: G)

Value Members

  1. val self: G
  2. def toSimpleFeature(crs: CRS, map: Map[String, Any], featureId: String): SimpleFeature
  3. def toSimpleFeature(map: Map[String, Any], featureId: String): SimpleFeature
  4. def toSimpleFeature(crs: CRS, featureId: String): SimpleFeature
  5. def toSimpleFeature(featureId: String): SimpleFeature
  6. def toSimpleFeature(crs: CRS, map: Map[String, Any]): SimpleFeature
  7. def toSimpleFeature(map: Map[String, Any]): SimpleFeature
  8. def toSimpleFeature(crs: CRS): SimpleFeature
  9. def toSimpleFeature(): SimpleFeature