implicit class withGeometryToSimpleFeatureMethods[G <: Geometry] extends MethodExtensions[G] with GeometryToSimpleFeatureMethods[G]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- withGeometryToSimpleFeatureMethods
- GeometryToSimpleFeatureMethods
- MethodExtensions
- Serializable
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new withGeometryToSimpleFeatureMethods(self: G)
Value Members
-
val
self: G
- Definition Classes
- withGeometryToSimpleFeatureMethods → MethodExtensions
-
def
toSimpleFeature(crs: CRS, map: Map[String, Any], featureId: String): SimpleFeature
- Definition Classes
- GeometryToSimpleFeatureMethods
-
def
toSimpleFeature(map: Map[String, Any], featureId: String): SimpleFeature
- Definition Classes
- GeometryToSimpleFeatureMethods
-
def
toSimpleFeature(crs: CRS, featureId: String): SimpleFeature
- Definition Classes
- GeometryToSimpleFeatureMethods
-
def
toSimpleFeature(featureId: String): SimpleFeature
- Definition Classes
- GeometryToSimpleFeatureMethods
-
def
toSimpleFeature(crs: CRS, map: Map[String, Any]): SimpleFeature
- Definition Classes
- GeometryToSimpleFeatureMethods
-
def
toSimpleFeature(map: Map[String, Any]): SimpleFeature
- Definition Classes
- GeometryToSimpleFeatureMethods
-
def
toSimpleFeature(crs: CRS): SimpleFeature
- Definition Classes
- GeometryToSimpleFeatureMethods
-
def
toSimpleFeature(): SimpleFeature
- Definition Classes
- GeometryToSimpleFeatureMethods