implicit class withSimpleFeatureMethods extends MethodExtensions[SimpleFeature] with SimpleFeatureToFeatureMethods with SimpleFeatureToGeometryMethods
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withSimpleFeatureMethods
- SimpleFeatureToGeometryMethods
- SimpleFeatureToFeatureMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withSimpleFeatureMethods(self: SimpleFeature)
Value Members
-
val
self: SimpleFeature
- Definition Classes
- withSimpleFeatureMethods → MethodExtensions
-
def
toFeature[G <: Geometry, T]()(implicit arg0: ClassTag[G], transmute: (Map[String, Any]) ⇒ T): Feature[G, T]
- Definition Classes
- SimpleFeatureToFeatureMethods
-
def
toFeature[G <: Geometry]()(implicit arg0: ClassTag[G]): Feature[G, Map[String, AnyRef]]
- Definition Classes
- SimpleFeatureToFeatureMethods
-
def
toGeometry[G <: Geometry]()(implicit arg0: ClassTag[G]): G
- Definition Classes
- SimpleFeatureToGeometryMethods